From 94babe19aa1d0b91c15c6d6bfd493389bfb6141b Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sep 12 2008 17:00:21 +0000 Subject: update licenses --- diff --git a/rpmlint.config b/rpmlint.config index c51ec4a..01c4640 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 "16:08, 18 July 2008" of that page. + # Last synced with revision "1.09, 12 Sep 2008" of that page. 'Adobe', 'ADSL', 'AFL', @@ -51,7 +51,10 @@ setOption("ValidLicenses", ( 'BSD', 'BSD with advertising', 'CeCILL', + 'CeCILL-B', + 'CeCILL-C', 'CDDL', + 'CNRI', 'CPAL', 'CPL', 'Condor', @@ -75,6 +78,7 @@ setOption("ValidLicenses", ( 'GPL+', 'GPL+ or Artistic', 'GPLv1', + 'GPLv2 or Artistic', 'GPLv2+ or Artistic', 'GPLv2', 'GPLv2 with exceptions', @@ -98,6 +102,7 @@ setOption("ValidLicenses", ( 'LGPLv2', 'LGPLv2 with exceptions', 'LGPLv2+', + 'LGPLv2+ or Artistic', 'LGPLv2+ with exceptions', 'LGPLv3', 'LGPLv3 with exceptions', @@ -136,8 +141,10 @@ setOption("ValidLicenses", ( 'OSL 3.0', 'OSL 3.0+', 'OpenSSL', + 'OReilly', 'Phorum', 'PHP', + 'psutils', 'Public Domain', 'Python', 'Qhull', @@ -152,6 +159,8 @@ setOption("ValidLicenses", ( 'SLIB', 'SPL', 'TCL', + 'Teeworlds', + 'TMate', 'UCD', 'VOSTROM', 'Vim', @@ -187,10 +196,12 @@ setOption("ValidLicenses", ( 'DSL', 'EFML', 'Free Art', + 'GeoGratis', # Font licenses 'Arphic', 'Baekmuk', 'Bitstream Vera', + 'Hershey', 'Liberation', 'Lucida', 'mplus', diff --git a/rpmlint.spec b/rpmlint.spec index 9b59926..6b74efb 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,6 +1,6 @@ Name: rpmlint Version: 0.84 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for checking common errors in RPM packages Group: Development/Tools @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 12 2008 Tom "spot" Callaway - 0.84-3 +- Sync Fedora license list with Wiki revision 1.09 + * Sat Jul 26 2008 Ville Skyttä - 0.84-2 - 0.84, fixes #355861, #456304. - Sync Fedora license list with Wiki revision "16:08, 18 July 2008".