changeset 1781:78dcae610ce3

Update copyright blurbs.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 29 Oct 2017 03:07:46 +0200
parents fce2658d0f42
children 77d6e13fb95e
files tooltip.js util.js
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tooltip.js	Sat Oct 28 18:20:20 2017 +0300
+++ b/tooltip.js	Sun Oct 29 03:07:46 2017 +0200
@@ -1,6 +1,7 @@
 //
 // Tooltip and other utility functions in JavaScript for BatMUD maps
-// by Matti 'ccr' Hamalainen (Ggr Pupunen) <ccr@tnsp.org>
+// Written by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+// (C) Copyright 2006-2017 Tecnic Software productions (TNSP)
 //
 var myhl = -1;
 var mytt = null;
--- a/util.js	Sat Oct 28 18:20:20 2017 +0300
+++ b/util.js	Sun Oct 29 03:07:46 2017 +0200
@@ -1,6 +1,7 @@
 //
 // Positioning utility functions in JavaScript for BatMUD maps
-// by Matti 'ccr' Hamalainen (Ggr Pupunen) <ccr@tnsp.org>
+// Written by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+// (C) Copyright 2007-2017 Tecnic Software productions (TNSP)
 //
 
 var currLoc = "";