Sync Fedora license list with Revision 0.88 Bump release

This commit is contained in:
Todd Zullinger 2008-05-29 00:19:04 +00:00
parent 31f59b4666
commit c741dda948
2 changed files with 7 additions and 2 deletions

View File

@ -28,7 +28,7 @@ setOption("DanglingSymlinkExceptions", (
setOption("ValidLicenses", ( setOption("ValidLicenses", (
# These are the short names for all of the Fedora approved licenses. # These are the short names for all of the Fedora approved licenses.
# The master list is kept here: http://fedoraproject.org/wiki/Licensing # 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.88 of that page.
'Adobe', 'Adobe',
'ADSL', 'ADSL',
'AFL', 'AFL',
@ -71,6 +71,7 @@ setOption("ValidLicenses", (
'gnuplot', 'gnuplot',
'GPL+', 'GPL+',
'GPL+ or Artistic', 'GPL+ or Artistic',
'GPLv1',
'GPLv2+ or Artistic', 'GPLv2+ or Artistic',
'GPLv2', 'GPLv2',
'GPLv2 with exceptions', 'GPLv2 with exceptions',
@ -132,7 +133,9 @@ setOption("ValidLicenses", (
'PHP', 'PHP',
'Public Domain', 'Public Domain',
'Python', 'Python',
'Qhull',
'QPL', 'QPL',
'RiceBSD',
'RPSL', 'RPSL',
'Ruby', 'Ruby',
'Sendmail', 'Sendmail',
@ -167,6 +170,7 @@ setOption("ValidLicenses", (
'IEEE', 'IEEE',
'OFSFDL', 'OFSFDL',
'Open Publication', 'Open Publication',
'Public Use',
# Content licenses # Content licenses
'CC-BY', 'CC-BY',
'CC-BY-SA', 'CC-BY-SA',

View File

@ -1,6 +1,6 @@
Name: rpmlint Name: rpmlint
Version: 0.83 Version: 0.83
Release: 0.1%{?dist} Release: 1%{?dist}
Summary: Tool for checking common errors in RPM packages Summary: Tool for checking common errors in RPM packages
Group: Development/Tools Group: Development/Tools
@ -72,6 +72,7 @@ rm -rf $RPM_BUILD_ROOT
- 0.83, fixes #237204, #428096, #430206, #433783, #434694, #444441. - 0.83, fixes #237204, #428096, #430206, #433783, #434694, #444441.
- Fedora licensing patch applied upstream. - Fedora licensing patch applied upstream.
- Move pre-2007 changelog entries to CHANGES.package.old. - Move pre-2007 changelog entries to CHANGES.package.old.
- Sync Fedora license list with Revision 0.88.
* Tue May 20 2008 Todd Zullinger <tmz@pobox.com> * Tue May 20 2008 Todd Zullinger <tmz@pobox.com>
- Sync Fedora license list with Revision 0.83 (Wiki rev 131). - Sync Fedora license list with Revision 0.83 (Wiki rev 131).