[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/content/gnu-content hashes.txt
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] administration/content/gnu-content hashes.txt |
Date: |
Thu, 28 Jun 2007 21:58:08 +0000 |
CVSROOT: /web/administration
Module name: administration
Changes by: Sylvain Beucler <Beuc> 07/06/28 21:58:08
Modified files:
content/gnu-content: hashes.txt
Log message:
Add an entry for "GPLv3 or later" + update GPL URLs
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/hashes.txt?cvsroot=administration&r1=1.9&r2=1.10
Patches:
Index: hashes.txt
===================================================================
RCS file: /web/administration/administration/content/gnu-content/hashes.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- hashes.txt 24 May 2006 19:34:45 -0000 1.9
+++ hashes.txt 28 Jun 2007 21:58:08 -0000 1.10
@@ -13,7 +13,7 @@
// DO NOT PUT ANY WHITESPACE OUTSIDE PHP TAGS
// OR MANY REDIRECTIONS WILL NOT WORK
-$LICENSE['gpl'] = 'GNU General Public License V2 or later';
+$LICENSE['gpl'] = 'GNU General Public License v2 or later';
$LICENSE['lgpl'] = 'GNU Lesser General Public License';
$LICENSE['fdl'] = 'GNU Free Documentation License';
$LICENSE['mbsd'] = 'Modified BSD License';
@@ -28,15 +28,16 @@
$LICENSE['cartistic'] = 'The Clarified Artistic License';
$LICENSE['perl'] = 'The license of Perl (disjunction of the Artistic License
and the GNU GPL)';
$LICENSE['expat'] = 'Expat License (sometime refered to as MIT License)';
-$LICENSE['affero'] = 'Affero General Public License V1 or later';
-$LICENSE['classpath'] = 'GNU General Public License V2 or later with GNU
Classpath special exception';
+$LICENSE['affero'] = 'Affero General Public License v1 or later';
+$LICENSE['classpath'] = 'GNU General Public License v2 or later with GNU
Classpath special exception';
$LICENSE['public domain'] = 'Public domain';
$LICENSE['website'] = 'WebSite Only';
$LICENSE['other'] = 'Other';
-$LICENSE['dual-gpl'] = 'GNU General Public License V2 or later (+ dual
licensing)';
+$LICENSE['dual-gpl'] = 'GNU General Public License v2 or later (+ dual
licensing)';
+$LICENSE['gpl3orlater'] = 'GNU General Public License v3 or later';
/* should be equal to '0' when no url exists */
-$LICENSE_URL['gpl'] = 'http://www.gnu.org/copyleft/gpl.html';
+$LICENSE_URL['gpl'] = 'http://www.gnu.org/copyleft/gpl-2.0.html';
$LICENSE_URL['lgpl'] = 'http://www.gnu.org/copyleft/lesser.html';
$LICENSE_URL['fdl'] = 'http://www.gnu.org/copyleft/fdl.html';
$LICENSE_URL['mbsd'] = 'http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5';
@@ -57,6 +58,7 @@
$LICENSE_URL['website'] = '0';
$LICENSE_URL['other'] = '0';
$LICENSE_URL['dual-gpl'] = 'http://www.gnu.org/copyleft/gpl.html';
+$LICENSE_URL['gplv3orlater'] = 'http://www.gnu.org/copyleft/gpl.html';
$DEVEL_STATUS[0] = '0 - Undefined';
- [Savannah-cvs] administration/content/gnu-content hashes.txt,
Sylvain Beucler <=