changeset 917:f3d70080b053

Update copyrights, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Apr 2010 00:49:17 +0000
parents 51fe97e83115
children 4b8c876604de
files maps/util.js tooltip.js
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/maps/util.js	Fri Apr 23 23:56:56 2010 +0000
+++ b/maps/util.js	Sat Apr 24 00:49:17 2010 +0000
@@ -1,9 +1,8 @@
 // Positioning utility functions in JavaScript for BatMUD maps
-// by Matti 'ccr' Hämäläinen (Ggr Pupunen)
+// by Matti 'ccr' Hamalainen (Ggr Pupunen) <ccr@tnsp.org>
 
 var currLoc = "";
 
-
 // This function was stolen from http://www.quirksmode.org/js/findpos.html
 function findPos(obj) {
 	var curleft = curtop = 0;
--- a/tooltip.js	Fri Apr 23 23:56:56 2010 +0000
+++ b/tooltip.js	Sat Apr 24 00:49:17 2010 +0000
@@ -1,3 +1,6 @@
+// Tooltip and other utility functions in JavaScript for BatMUD maps
+// by Matti 'ccr' Hamalainen (Ggr Pupunen) <ccr@tnsp.org>
+
 var myhl = -1;
 var mytt = null;
 var myx = 0;
@@ -112,5 +115,3 @@
 		}
 	}
 }
-
-