Sync Fedora license list with Wiki revision 1.43.

This commit is contained in:
Ville Skyttä 2009-05-18 19:40:22 +00:00
parent 4ef8d3b412
commit 220ac7440f
2 changed files with 9 additions and 1 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 "1.38, 27 Feb 2009" of that page.
# Last synced with revision "1.43, 14 May 2009" of that page.
'AAL',
'Adobe',
'ADSL',
@ -47,6 +47,7 @@ setOption("ValidLicenses", (
'APSL 2.0+',
'Artistic 2.0',
'Artistic clarified',
'Beerware',
'BitTorrent',
'Boost',
'BSD',
@ -104,6 +105,7 @@ setOption("ValidLicenses", (
'ISC',
'Jabber',
'JasPer',
'JPython',
'LBNL BSD',
'LGPLv2',
'LGPLv2 with exceptions',
@ -116,6 +118,7 @@ setOption("ValidLicenses", (
'LGPLv3+ with exceptions',
'libtiff',
'LLGPL',
'Logica',
'LPL',
'LPPL',
'mecab-ipadic',
@ -152,6 +155,7 @@ setOption("ValidLicenses", (
'Phorum',
'PHP',
'PlainTeX',
'Plexus',
'psutils',
'Public Domain',
'Python',
@ -160,6 +164,7 @@ setOption("ValidLicenses", (
'RiceBSD',
'RPSL',
'Ruby',
'Saxpath',
'SCEA',
'SCRIP',
'Sendmail',

View File

@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon May 18 2009 Ville Skyttä <ville.skytta at iki.fi>
- Sync Fedora license list with Wiki revision 1.43.
* Mon Mar 23 2009 Ville Skyttä <ville.skytta at iki.fi>
- Filter out dangling symlink warnings for /usr/share/doc/HTML/**/common in
default config (#491188).