update licenses

This commit is contained in:
Tom Callaway 2008-09-12 17:00:21 +00:00
parent 0cf0e41b64
commit 94babe19aa
2 changed files with 16 additions and 2 deletions

View File

@ -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',

View File

@ -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 <tcallawa@redhat.com> - 0.84-3
- Sync Fedora license list with Wiki revision 1.09
* Sat Jul 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.84-2
- 0.84, fixes #355861, #456304.
- Sync Fedora license list with Wiki revision "16:08, 18 July 2008".