[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 22:22:56 +0000 |
CVSROOT: /web/administration
Module name: administration
Changes by: Sylvain Beucler <Beuc> 07/06/28 22:22:56
Modified files:
content/gnu-content: hashes.txt
Log message:
Fix license URLs (/copyleft -> /licenses)
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/hashes.txt?cvsroot=administration&r1=1.11&r2=1.12
Patches:
Index: hashes.txt
===================================================================
RCS file: /web/administration/administration/content/gnu-content/hashes.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- hashes.txt 28 Jun 2007 21:59:39 -0000 1.11
+++ hashes.txt 28 Jun 2007 22:22:55 -0000 1.12
@@ -33,11 +33,11 @@
$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 v3 or later (+ dual
licensing)';
$LICENSE['gplv3orlater'] = '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-2.0.html';
+$LICENSE_URL['gpl'] = 'http://www.gnu.org/licenses/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,8 +57,8 @@
$LICENSE_URL['public domain'] = '0';
$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';
+$LICENSE_URL['dual-gpl'] = 'http://www.gnu.org/licenses/gpl.html';
+$LICENSE_URL['gplv3orlater'] = 'http://www.gnu.org/licenses/gpl.html';
$DEVEL_STATUS[0] = '0 - Undefined';