]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Add AGPL-3 to tools/license-count
authorRuss Allbery <rra@debian.org>
Mon, 31 Oct 2011 17:50:38 +0000 (10:50 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 31 Oct 2011 17:50:52 +0000 (10:50 -0700)
debian/changelog
tools/license-count

index 4028f983d3cc778b47bb3d381e215a88d02d6ed7..17b280e65072ce4ae890fa4f13b2e5a1c0373e35 100644 (file)
@@ -14,6 +14,7 @@ debian-policy (3.9.3.0) UNRELEASED; urgency=low
   * Fix ordering of the last entries in the 3.9.2.0 upgrading-checklist.
   * Fix typo in upgrading-checklist entry for multiarch paths.  Thanks,
     Michael Dorrington. Closes: #626408
+  * Add AGPL-3 to tools/license-count.
 
   [ Bill Allombert ]
   * Policy: Link relationship fields (7.1) to architecture specification
index 97cde792187dcf2b5aaaaae3871a1366dd4f6c15..4be092b71e3b3c1a8ac66cd14e0f0e1c28b21692 100755 (executable)
@@ -27,6 +27,7 @@ our @RULES = (
     [qr,/usr/share/common-licenses/GPL,            => 'GPL (any)'],
     [qr,/usr/share/common-licenses/LGPL,           => 'LGPL (any)'],
 
+    [qr,(?m)^License:.*AGPL-3,                     => 'AGPL 3'],
     [qr,(?m)^License:.*Artistic(?!-),              => 'Artistic'],
     [qr,(?m)^License:.*Artistic-2,                 => 'Artistic 2.0'],
     [qr,(?m)^License:.*CC-BY-3.0,                  => 'CC-BY 3.0'],
@@ -38,6 +39,7 @@ our @RULES = (
     [qr,(?m)^License:.*Perl,                       => 'Artistic'],
     [qr,(?m)^License:.*Perl,                       => 'GPL 1'],
 
+    [qr,GNU AFFERO GENERAL PUBLIC LICENSE\s+Version 3, => 'AGPL 3'],
     [qr,(?i)The Artistic License 2\.0,             => 'Artistic 2.0'],
     [qr,COMMON DEVELOPMENT AND DISTRIBUTION LICENSE \(CDDL\), => 'CDDL'],
     [qr,CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL(?!-), => 'CeCILL'],