corrected comment style in JS file
Bernd Wurst

Bernd Wurst commited on 2012-03-11 21:15:32
Zeige 1 geänderte Dateien mit 15 Einfügungen und 14 Löschungen.

... ...
@@ -1,17 +1,18 @@
1
-#-------------------------------------------------------------------------------
2
-# This file belongs to the Webinterface of schokokeks.org Hosting
3
-# 
4
-# Written 2008-2012 by schokokeks.org Hosting, namely
5
-#   Bernd Wurst <bernd@schokokeks.org>
6
-#   Hanno Böck <hanno@schokokeks.org>
7
-# 
8
-# To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
9
-# 
10
-# You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
11
-# http://creativecommons.org/publicdomain/zero/1.0/
12
-# 
13
-# Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
14
-#-------------------------------------------------------------------------------
1
+/*
2
+This file belongs to the Webinterface of schokokeks.org Hosting
3
+
4
+Written 2008-2012 by schokokeks.org Hosting, namely
5
+  Bernd Wurst <bernd@schokokeks.org>
6
+  Hanno Böck <hanno@schokokeks.org>
7
+
8
+To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
9
+
10
+You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
11
+http://creativecommons.org/publicdomain/zero/1.0/
12
+
13
+Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
14
+*/
15
+
15 16
 var xmlHttp = null;
16 17
 
17 18
 function ajax_request(from, query_string, target_function) {
18 19