From e7e6283dcfcd4aad791a058aba7ac841266dc2d7 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 14 Jul 2008 13:32:01 -0400 Subject: Sync license list with rev 0.89 --- rpmlint.config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rpmlint.config b/rpmlint.config index 3f186a5..f68a9b5 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -28,7 +28,7 @@ setOption("DanglingSymlinkExceptions", ( setOption("ValidLicenses", ( # These are the short names for all of the Fedora approved licenses. # The master list is kept here: http://fedoraproject.org/wiki/Licensing - # Last synced with Revision 0.83 (Wiki revision 131) of that page. + # Last synced with Revision 0.89 of that page. 'Adobe', 'ADSL', 'AFL', @@ -71,6 +71,7 @@ setOption("ValidLicenses", ( 'gnuplot', 'GPL+', 'GPL+ or Artistic', + 'GPLv1', 'GPLv2+ or Artistic', 'GPLv2', 'GPLv2 with exceptions', @@ -132,9 +133,12 @@ setOption("ValidLicenses", ( 'PHP', 'Public Domain', 'Python', + 'Qhull', 'QPL', + 'RiceBSD', 'RPSL', 'Ruby', + 'SCRIP', 'Sendmail', 'Sleepycat', 'SISSL', @@ -167,6 +171,7 @@ setOption("ValidLicenses", ( 'IEEE', 'OFSFDL', 'Open Publication', + 'Public Use', # Content licenses 'CC-BY', 'CC-BY-SA', -- cgit