From 249be3f8515dec54a8a58f5b431eb7db4f66fde5 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 31 Oct 2011 10:50:38 -0700 Subject: [PATCH] Add AGPL-3 to tools/license-count --- debian/changelog | 1 + tools/license-count | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4028f98..17b280e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/tools/license-count b/tools/license-count index 97cde79..4be092b 100755 --- a/tools/license-count +++ b/tools/license-count @@ -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'], -- 2.39.2