[geeklog-cvs] geeklog: Added missing GPL headers

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Sep 20 04:50:29 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/30e040149cbe
changeset: 7332:30e040149cbe
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Sep 20 10:41:17 2009 +0200
description:
Added missing GPL headers

diffstat:

 public_html/javascript/advanced_editor.js         |  21 ++++++++++++++++++++-
 public_html/javascript/common.js                  |   6 +++---
 public_html/javascript/configmanager.js           |   6 +++---
 public_html/javascript/moveusers.js               |   6 +++---
 public_html/javascript/profile_editor.js          |  21 ++++++++++++++++++++-
 public_html/javascript/staticpages_fckeditor.js   |  21 ++++++++++++++++++++-
 public_html/javascript/storyeditor_fckeditor.js   |  21 ++++++++++++++++++++-
 public_html/javascript/submitcomment_fckeditor.js |  23 +++++++++++++++++++++--
 public_html/javascript/submitstory_fckeditor.js   |  23 +++++++++++++++++++++--
 9 files changed, 131 insertions(+), 17 deletions(-)

diffs (281 lines):

diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/advanced_editor.js
--- a/public_html/javascript/advanced_editor.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/advanced_editor.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,11 +1,30 @@
+/* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2003,2004,2005,2006 by the following authors:               |
+// | Geeklog 1.6                                                               |
+// +---------------------------------------------------------------------------+
+// | Copyright (C) 2003-2009 by the following authors:                         |
 // | Version 1.1    Date: Jun 4, 2006                                          |
 // | Authors:   Blaine Lang - blaine at portalparts.com                           |
 // |                                                                           |
 // | Javascript functions for Geeklog Advanced Editor                          |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
+// |                                                                           |
+// | This program is free software; you can redistribute it and/or             |
+// | modify it under the terms of the GNU General Public License               |
+// | as published by the Free Software Foundation; either version 2            |
+// | of the License, or (at your option) any later version.                    |
+// |                                                                           |
+// | This program is distributed in the hope that it will be useful,           |
+// | but WITHOUT ANY WARRANTY; without even the implied warranty of            |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             |
+// | GNU General Public License for more details.                              |
+// |                                                                           |
+// | You should have received a copy of the GNU General Public License         |
+// | along with this program; if not, write to the Free Software Foundation,   |
+// | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
+// |                                                                           |
+// +---------------------------------------------------------------------------+
 
 
     function enablearchive(obj) {
diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/common.js
--- a/public_html/javascript/common.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/common.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,11 +1,11 @@
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.3                                                               |
+// | Geeklog 1.6                                                               |
 // +---------------------------------------------------------------------------+
 // | Commmon javascript functions                                              |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2005,2006 by the following authors:                         |
+// | Copyright (C) 2005-2009 by the following authors:                         |
 // |                                                                           |
 // |            Blaine Lang - blaine at portalparts.com                           |
 // +---------------------------------------------------------------------------+
@@ -70,4 +70,4 @@
         } else if (option == 'toggle') {
             elementToggle(id);
         }
-    }
\ No newline at end of file
+    }
diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/configmanager.js
--- a/public_html/javascript/configmanager.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/configmanager.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,11 +1,11 @@
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.5                                                               |
+// | Geeklog 1.6                                                               |
 // +---------------------------------------------------------------------------+
 // | javascript functions to support the online configuration manager          |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2005,2006 by the following authors:                         |
+// | Copyright (C) 2005-2009 by the following authors:                         |
 // |                                                                           |
 // | Authors: Aaron Blankstein  - kantai AT gmail DOT com                      |
 // +---------------------------------------------------------------------------+
@@ -191,4 +191,4 @@
  document.group.appendChild(namev);
  document.group.appendChild(action);
  document.group.submit();
-}
\ No newline at end of file
+}
diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/moveusers.js
--- a/public_html/javascript/moveusers.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/moveusers.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,12 +1,12 @@
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.3                                                               |
+// | Geeklog 1.6                                                               |
 // +---------------------------------------------------------------------------+
 // | Set of javascript functions to support the user-move feature              |
 // | where two selectboxes are presented                                       |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2003,2004 by the following authors:                         |
+// | Copyright (C) 2003-2009 by the following authors:                         |
 // |                                                                           |
 // | Authors:   Matt Kruse  - matt at mattkruse.com                               |
 // |            Blaine Lang - blaine at portalparts.com                           |
@@ -117,4 +117,4 @@
         }
     from.selectedIndex = -1;
     to.selectedIndex = -1;
-    }
\ No newline at end of file
+    }
diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/profile_editor.js
--- a/public_html/javascript/profile_editor.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/profile_editor.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,11 +1,30 @@
+/* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2003,2004,2005,2006 by the following authors:               |
+// | Geeklog 1.6                                                               |
+// +---------------------------------------------------------------------------+
+// | Copyright (C) 2003-2009 by the following authors:                         |
 // | Version 1.0    Date: Jun 24, 2006                                         |
 // | Authors:   Blaine Lang - blaine at portalparts.com                           |
 // |                                                                           |
 // | Javascript functions for Account Profile Editor                           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
+// |                                                                           |
+// | This program is free software; you can redistribute it and/or             |
+// | modify it under the terms of the GNU General Public License               |
+// | as published by the Free Software Foundation; either version 2            |
+// | of the License, or (at your option) any later version.                    |
+// |                                                                           |
+// | This program is distributed in the hope that it will be useful,           |
+// | but WITHOUT ANY WARRANTY; without even the implied warranty of            |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             |
+// | GNU General Public License for more details.                              |
+// |                                                                           |
+// | You should have received a copy of the GNU General Public License         |
+// | along with this program; if not, write to the Free Software Foundation,   |
+// | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
+// |                                                                           |
+// +---------------------------------------------------------------------------+
 
 // @param  string   selected    Name of div that has been selected
 // @param  int      selindex    index id of the selected tab as in 1 - 7 used to set the selected tab
diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/staticpages_fckeditor.js
--- a/public_html/javascript/staticpages_fckeditor.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/staticpages_fckeditor.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,11 +1,30 @@
+/* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2003,2004 by the following authors:                         |
+// | Geeklog 1.6                                                               |
+// +---------------------------------------------------------------------------+
+// | Copyright (C) 2003-2009 by the following authors:                         |
 // | Version 1.0    Date: Jun 4, 2005                                          |
 // | Authors:   Blaine Lang - blaine at portalparts.com                           |
 // |                                                                           |
 // | Javascript functions for FCKEditor Integration into Geeklog               |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
+// |                                                                           |
+// | This program is free software; you can redistribute it and/or             |
+// | modify it under the terms of the GNU General Public License               |
+// | as published by the Free Software Foundation; either version 2            |
+// | of the License, or (at your option) any later version.                    |
+// |                                                                           |
+// | This program is distributed in the hope that it will be useful,           |
+// | but WITHOUT ANY WARRANTY; without even the implied warranty of            |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             |
+// | GNU General Public License for more details.                              |
+// |                                                                           |
+// | You should have received a copy of the GNU General Public License         |
+// | along with this program; if not, write to the Free Software Foundation,   |
+// | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
+// |                                                                           |
+// +---------------------------------------------------------------------------+
 
 
     window.onload = function() {
diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/storyeditor_fckeditor.js
--- a/public_html/javascript/storyeditor_fckeditor.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/storyeditor_fckeditor.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,11 +1,30 @@
+/* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2003,2004,2005,2006 by the following authors:               |
+// | Geeklog 1.6                                                               |
+// +---------------------------------------------------------------------------+
+// | Copyright (C) 2003-2009 by the following authors:                         |
 // | Version 1.1    Date: Jun 4, 2006                                          |
 // | Authors:   Blaine Lang - blaine at portalparts.com                           |
 // |                                                                           |
 // | Javascript functions for FCKEditor Integration into Geeklog               |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
+// |                                                                           |
+// | This program is free software; you can redistribute it and/or             |
+// | modify it under the terms of the GNU General Public License               |
+// | as published by the Free Software Foundation; either version 2            |
+// | of the License, or (at your option) any later version.                    |
+// |                                                                           |
+// | This program is distributed in the hope that it will be useful,           |
+// | but WITHOUT ANY WARRANTY; without even the implied warranty of            |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             |
+// | GNU General Public License for more details.                              |
+// |                                                                           |
+// | You should have received a copy of the GNU General Public License         |
+// | along with this program; if not, write to the Free Software Foundation,   |
+// | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
+// |                                                                           |
+// +---------------------------------------------------------------------------+
 
     window.onload = function() {
         var oFCKeditor1 = new FCKeditor( 'introhtml' ) ;
diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/submitcomment_fckeditor.js
--- a/public_html/javascript/submitcomment_fckeditor.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/submitcomment_fckeditor.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,9 +1,28 @@
+/* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2003,2004 by the following authors:                         |
+// | Geeklog 1.6                                                               |
+// +---------------------------------------------------------------------------+
+// | Copyright (C) 2003-2009 by the following authors:                         |
 // | Version 1.0    Date: Jun 4, 2005                                          |
 // | Authors:   Blaine Lang - blaine at portalparts.com                           |
 // |                                                                           |
-// | Javascript functions for FCKEditor Integration into Geeklog                |
+// | Javascript functions for FCKEditor Integration into Geeklog               |
+// |                                                                           |
+// +---------------------------------------------------------------------------+
+// |                                                                           |
+// | This program is free software; you can redistribute it and/or             |
+// | modify it under the terms of the GNU General Public License               |
+// | as published by the Free Software Foundation; either version 2            |
+// | of the License, or (at your option) any later version.                    |
+// |                                                                           |
+// | This program is distributed in the hope that it will be useful,           |
+// | but WITHOUT ANY WARRANTY; without even the implied warranty of            |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             |
+// | GNU General Public License for more details.                              |
+// |                                                                           |
+// | You should have received a copy of the GNU General Public License         |
+// | along with this program; if not, write to the Free Software Foundation,   |
+// | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 
diff -r f4103435abc5 -r 30e040149cbe public_html/javascript/submitstory_fckeditor.js
--- a/public_html/javascript/submitstory_fckeditor.js	Sun Sep 20 10:02:48 2009 +0200
+++ b/public_html/javascript/submitstory_fckeditor.js	Sun Sep 20 10:41:17 2009 +0200
@@ -1,9 +1,28 @@
+/* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2003,2004 by the following authors:                         |
+// | Geeklog 1.6                                                               |
+// +---------------------------------------------------------------------------+
+// | Copyright (C) 2003-2009 by the following authors:                         |
 // | Version 1.0    Date: Jun 4, 2005                                          |
 // | Authors:   Blaine Lang - blaine at portalparts.com                           |
 // |                                                                           |
-// | Javascript functions for FCKEditor Integration into Geeklog                |
+// | Javascript functions for FCKEditor Integration into Geeklog               |
+// |                                                                           |
+// +---------------------------------------------------------------------------+
+// |                                                                           |
+// | This program is free software; you can redistribute it and/or             |
+// | modify it under the terms of the GNU General Public License               |
+// | as published by the Free Software Foundation; either version 2            |
+// | of the License, or (at your option) any later version.                    |
+// |                                                                           |
+// | This program is distributed in the hope that it will be useful,           |
+// | but WITHOUT ANY WARRANTY; without even the implied warranty of            |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             |
+// | GNU General Public License for more details.                              |
+// |                                                                           |
+// | You should have received a copy of the GNU General Public License         |
+// | along with this program; if not, write to the Free Software Foundation,   |
+// | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 



More information about the geeklog-cvs mailing list