- Sync Fedora license list with Wiki revision "16:08, 18 July 2008".
This commit is contained in:
Ville Skyttä 2008-07-26 17:09:14 +00:00
parent c741dda948
commit 1f0d2b3dfa
4 changed files with 19 additions and 6 deletions

View File

@ -1 +1 @@
rpmlint-0.83.tar.bz2 rpmlint-0.84.tar.bz2

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.88 of that page. # Last synced with revision "16:08, 18 July 2008" of that page.
'Adobe', 'Adobe',
'ADSL', 'ADSL',
'AFL', 'AFL',
@ -56,17 +56,20 @@ setOption("ValidLicenses", (
'CPL', 'CPL',
'Condor', 'Condor',
'Copyright only', 'Copyright only',
'Cryptix',
'Crystal Stacker', 'Crystal Stacker',
'DOC', 'DOC',
'EPL', 'ECL 1.0',
'ECL 2.0',
'eCos', 'eCos',
'EFL 2.0', 'EFL 2.0',
'EFL 2.0+', 'EFL 2.0+',
'EPL',
'ERPL',
'EU Datagrid', 'EU Datagrid',
'Fair', 'Fair',
'FTL', 'FTL',
'Giftware', 'Giftware',
'GL2PS',
'Glide', 'Glide',
'gnuplot', 'gnuplot',
'GPL+', 'GPL+',
@ -101,11 +104,13 @@ setOption("ValidLicenses", (
'LGPLv3+', 'LGPLv3+',
'LGPLv3+ with exceptions', 'LGPLv3+ with exceptions',
'libtiff', 'libtiff',
'LLGPL',
'LPL', 'LPL',
'LPPL', 'LPPL',
'mecab-ipadic', 'mecab-ipadic',
'MIT', 'MIT',
'MIT with advertising', 'MIT with advertising',
'Motosoto',
'MPLv1.0', 'MPLv1.0',
'MPLv1.0+', 'MPLv1.0+',
'MPLv1.1', 'MPLv1.1',
@ -126,6 +131,8 @@ setOption("ValidLicenses", (
'OSL 1.1+', 'OSL 1.1+',
'OSL 2.0', 'OSL 2.0',
'OSL 2.0+', 'OSL 2.0+',
'OSL 2.1',
'OSL 2.1+',
'OSL 3.0', 'OSL 3.0',
'OSL 3.0+', 'OSL 3.0+',
'OpenSSL', 'OpenSSL',
@ -138,6 +145,7 @@ setOption("ValidLicenses", (
'RiceBSD', 'RiceBSD',
'RPSL', 'RPSL',
'Ruby', 'Ruby',
'SCRIP',
'Sendmail', 'Sendmail',
'Sleepycat', 'Sleepycat',
'SISSL', 'SISSL',
@ -154,6 +162,7 @@ setOption("ValidLicenses", (
'wxWidgets', 'wxWidgets',
'Xerox', 'Xerox',
'xinetd', 'xinetd',
'YPLv1.1',
'Zend', 'Zend',
'ZPLv1.0', 'ZPLv1.0',
'ZPLv1.0+', 'ZPLv1.0+',

View File

@ -1,5 +1,5 @@
Name: rpmlint Name: rpmlint
Version: 0.83 Version: 0.84
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for checking common errors in RPM packages Summary: Tool for checking common errors in RPM packages
@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sat Jul 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.84-1
- 0.84, fixes #355861, #456304.
- Sync Fedora license list with Wiki revision "16:08, 18 July 2008".
* Tue May 27 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.83-1 * Tue May 27 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.83-1
- 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.

View File

@ -1 +1 @@
674e6d64330811abcee4d2acdbbd00e2 rpmlint-0.83.tar.bz2 d7e2aab6135a44a845f677d27f2722bd rpmlint-0.84.tar.bz2