- Sync Fedora license list with Revision 0.69 (Wiki rev 110) (#434690).

This commit is contained in:
Ville Skyttä 2008-03-03 21:39:58 +00:00
parent d64bc21bbf
commit 9ceb8628c4
2 changed files with 9 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 0.61 (Wiki revision 98) of that page.
# Last synced with Revision 0.69 (Wiki revision 110) of that page.
'Adobe',
'AFL',
'AGPLv1',
@ -86,11 +86,15 @@ setOption("ValidLicenses", (
'ISC',
'Jabber',
'JasPer',
'LBNL BSD',
'LGPLv2',
'LGPLv2 with exceptions',
'LGPLv2+',
'LGPLv2+ with exceptions',
'LGPLv3',
'LGPLv3 with exceptions',
'LGPLv3+',
'LGPLv3+ with exceptions',
'libtiff',
'LPL',
'LPPL',

View File

@ -1,6 +1,6 @@
Name: rpmlint
Version: 0.82
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Tool for checking common errors in RPM packages
Group: Development/Tools
@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Mar 3 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.82-3
- Sync Fedora license list with Revision 0.69 (Wiki rev 110) (#434690).
* Thu Dec 6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.82-2
- Remove leftover "Affero GPL" from last license list sync (Todd Zullinger).