[geeklog-cvs] tools: Added GPLv2+ header and copyright information

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jan 19 14:38:49 EST 2011


changeset 54:99b735173552
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/tools/rev/99b735173552
user: Dirk Haun <dirk at haun-online.de>
date: Wed Jan 19 20:06:01 2011 +0100
description:
Added GPLv2+ header and copyright information

diffstat:

 versionchecker/versionchecker/graph.php          |  30 ++++++++++++++++++++++++
 versionchecker/versionchecker/versionchecker.php |  29 +++++++++++++++++++++++
 2 files changed, 59 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 5accef3957ec -r 99b735173552 versionchecker/versionchecker/graph.php
--- a/versionchecker/versionchecker/graph.php	Tue Jan 18 21:48:41 2011 +0100
+++ b/versionchecker/versionchecker/graph.php	Wed Jan 19 20:06:01 2011 +0100
@@ -1,4 +1,34 @@
 <?php
+
+/* Reminder: always indent with 4 spaces (no tabs). */
+// +---------------------------------------------------------------------------+
+// | Geeklog Version Checker                                                   |
+// +---------------------------------------------------------------------------+
+// | graph.php                                                                 |
+// |                                                                           |
+// | Graphics library.                                                         |
+// +---------------------------------------------------------------------------+
+// | Copyright (C) 2011 by the following authors:                              |
+// |                                                                           |
+// | Authors: Rouslan Placella  - rouslan AT placella DOT com>                 |
+// +---------------------------------------------------------------------------+
+// |                                                                           |
+// | 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.           |
+// |                                                                           |
+// +---------------------------------------------------------------------------+
+
 // this file can't be used on its own
 if (strpos(strtolower($_SERVER['PHP_SELF']), 'graph.php') !== false) {
     die('This file cannot be used on its own!');
diff -r 5accef3957ec -r 99b735173552 versionchecker/versionchecker/versionchecker.php
--- a/versionchecker/versionchecker/versionchecker.php	Tue Jan 18 21:48:41 2011 +0100
+++ b/versionchecker/versionchecker/versionchecker.php	Wed Jan 19 20:06:01 2011 +0100
@@ -1,5 +1,34 @@
 <?php
 
+/* Reminder: always indent with 4 spaces (no tabs). */
+// +---------------------------------------------------------------------------+
+// | Geeklog Version Checker                                                   |
+// +---------------------------------------------------------------------------+
+// | versionchecker.php                                                        |
+// |                                                                           |
+// | Version checker page.                                                     |
+// +---------------------------------------------------------------------------+
+// | Copyright (C) 2011 by the following authors:                              |
+// |                                                                           |
+// | Authors: Rouslan Placella  - rouslan AT placella DOT com>                 |
+// +---------------------------------------------------------------------------+
+// |                                                                           |
+// | 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.           |
+// |                                                                           |
+// +---------------------------------------------------------------------------+
+
 // Include information about releases
 require('config.php');
 



More information about the geeklog-cvs mailing list