[geeklog-cvs] geeklog: Fixed @license tags to point to GPLv2

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 7 18:19:42 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/b043e9fea72a
changeset: 6822:b043e9fea72a
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Mar 07 17:22:44 2009 +0100
description:
Fixed @license tags to point to GPLv2

diffstat:

8 files changed, 8 insertions(+), 15 deletions(-)
plugins/links/language/english.php        |    2 +-
plugins/links/language/english_utf-8.php  |    2 +-
plugins/links/sql/mssql_install.php       |    3 +--
plugins/links/sql/mysql_install.php       |    4 +---
public_html/admin/plugins/links/index.php |    2 +-
public_html/links/index.php               |    4 +---
public_html/links/portal.php              |    4 +---
system/classes/story.class.php            |    2 +-

diffs (131 lines):

diff -r c9bc3cf73464 -r b043e9fea72a plugins/links/language/english.php
--- a/plugins/links/language/english.php	Sat Mar 07 17:16:51 2009 +0100
+++ b/plugins/links/language/english.php	Sat Mar 07 17:22:44 2009 +0100
@@ -35,7 +35,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2007
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
  * @author Trinity Bays <trinity93 AT gmail DOT com>
  * @author Tony Bibbs <tony AT tonybibbs DOT com>
  * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
diff -r c9bc3cf73464 -r b043e9fea72a plugins/links/language/english_utf-8.php
--- a/plugins/links/language/english_utf-8.php	Sat Mar 07 17:16:51 2009 +0100
+++ b/plugins/links/language/english_utf-8.php	Sat Mar 07 17:22:44 2009 +0100
@@ -35,7 +35,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2007
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
  * @author Trinity Bays <trinity93 AT gmail DOT com>
  * @author Tony Bibbs <tony AT tonybibbs DOT com>
  * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
diff -r c9bc3cf73464 -r b043e9fea72a plugins/links/sql/mssql_install.php
--- a/plugins/links/sql/mssql_install.php	Sat Mar 07 17:16:51 2009 +0100
+++ b/plugins/links/sql/mssql_install.php	Sat Mar 07 17:22:44 2009 +0100
@@ -30,7 +30,6 @@
 // | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-//
 
 /**
  * Links plugin Installation SQL
@@ -40,7 +39,7 @@
  * @version 1.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
  * @author Trinity Bays <trinity93 at gmail.com>
  * @author Tony Bibbs <tony at tonybibbs.com>
  * @author Tom Willett <twillett at users.sourceforge.net>
diff -r c9bc3cf73464 -r b043e9fea72a plugins/links/sql/mysql_install.php
--- a/plugins/links/sql/mysql_install.php	Sat Mar 07 17:16:51 2009 +0100
+++ b/plugins/links/sql/mysql_install.php	Sat Mar 07 17:22:44 2009 +0100
@@ -29,8 +29,6 @@
 // | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-//
-// $Id: mysql_install.php,v 1.8 2008/04/12 13:21:34 dhaun Exp $
 
 /**
  * Links plugin Installation SQL
@@ -40,7 +38,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2008
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
  * @author Trinity Bays <trinity93 at gmail.com>
  * @author Tony Bibbs <tony at tonybibbs.com>
  * @author Tom Willett <twillett at users.sourceforge.net>
diff -r c9bc3cf73464 -r b043e9fea72a public_html/admin/plugins/links/index.php
--- a/public_html/admin/plugins/links/index.php	Sat Mar 07 17:16:51 2009 +0100
+++ b/public_html/admin/plugins/links/index.php	Sat Mar 07 17:22:44 2009 +0100
@@ -41,7 +41,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2007
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
  * @author Trinity Bays <trinity93 at gmail.com>
  * @author Tony Bibbs <tony at tonybibbs.com>
  * @author Tom Willett <twillett at users.sourceforge.net>
diff -r c9bc3cf73464 -r b043e9fea72a public_html/links/index.php
--- a/public_html/links/index.php	Sat Mar 07 17:16:51 2009 +0100
+++ b/public_html/links/index.php	Sat Mar 07 17:22:44 2009 +0100
@@ -33,8 +33,6 @@
 // | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-//
-// $Id: index.php,v 1.40 2008/07/13 15:03:52 dhaun Exp $
 
 /**
  * This is the links page
@@ -45,7 +43,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2008
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
  * @author Tony Bibbs <tony AT tonybibbs DOT com>
  * @author Mark Limburg <mlimburg AT users DOT sourceforge DOT net>
  * @author Jason Whittenburg <jwhitten AT securitygeeks DOT com>
diff -r c9bc3cf73464 -r b043e9fea72a public_html/links/portal.php
--- a/public_html/links/portal.php	Sat Mar 07 17:16:51 2009 +0100
+++ b/public_html/links/portal.php	Sat Mar 07 17:22:44 2009 +0100
@@ -31,8 +31,6 @@
 // | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
 // |                                                                           |
 // +---------------------------------------------------------------------------+
-//
-// $Id: portal.php,v 1.9 2008/05/24 08:57:35 dhaun Exp $
 
 /** 
  * Geeklog portal page that tracks link click throughs. 
@@ -43,7 +41,7 @@
  * @version 2.0
  * @since GL 1.4.0
  * @copyright Copyright © 2005-2008
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License 
  * @author Trinity Bays <trinity93 AT gmail.com>
  * @author Tony Bibbs <tony AT tonybibbs DOT com>
  * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
diff -r c9bc3cf73464 -r b043e9fea72a system/classes/story.class.php
--- a/system/classes/story.class.php	Sat Mar 07 17:16:51 2009 +0100
+++ b/system/classes/story.class.php	Sat Mar 07 17:22:44 2009 +0100
@@ -42,7 +42,7 @@
  * @version 0.1
  * @since GL 1.4.2
  * @copyright Copyright © 2006
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
  * @author Michael Jervis <mike AT fuckingbrit DOT com>
  *
  */



More information about the geeklog-cvs mailing list