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", ( 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 "1.38, 27 Feb 2009" of that page. # Last synced with revision "1.43, 14 May 2009" of that page.
'AAL', 'AAL',
'Adobe', 'Adobe',
'ADSL', 'ADSL',
@ -47,6 +47,7 @@ setOption("ValidLicenses", (
'APSL 2.0+', 'APSL 2.0+',
'Artistic 2.0', 'Artistic 2.0',
'Artistic clarified', 'Artistic clarified',
'Beerware',
'BitTorrent', 'BitTorrent',
'Boost', 'Boost',
'BSD', 'BSD',
@ -104,6 +105,7 @@ setOption("ValidLicenses", (
'ISC', 'ISC',
'Jabber', 'Jabber',
'JasPer', 'JasPer',
'JPython',
'LBNL BSD', 'LBNL BSD',
'LGPLv2', 'LGPLv2',
'LGPLv2 with exceptions', 'LGPLv2 with exceptions',
@ -116,6 +118,7 @@ setOption("ValidLicenses", (
'LGPLv3+ with exceptions', 'LGPLv3+ with exceptions',
'libtiff', 'libtiff',
'LLGPL', 'LLGPL',
'Logica',
'LPL', 'LPL',
'LPPL', 'LPPL',
'mecab-ipadic', 'mecab-ipadic',
@ -152,6 +155,7 @@ setOption("ValidLicenses", (
'Phorum', 'Phorum',
'PHP', 'PHP',
'PlainTeX', 'PlainTeX',
'Plexus',
'psutils', 'psutils',
'Public Domain', 'Public Domain',
'Python', 'Python',
@ -160,6 +164,7 @@ setOption("ValidLicenses", (
'RiceBSD', 'RiceBSD',
'RPSL', 'RPSL',
'Ruby', 'Ruby',
'Saxpath',
'SCEA', 'SCEA',
'SCRIP', 'SCRIP',
'Sendmail', 'Sendmail',

View File

@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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> * Mon Mar 23 2009 Ville Skyttä <ville.skytta at iki.fi>
- Filter out dangling symlink warnings for /usr/share/doc/HTML/**/common in - Filter out dangling symlink warnings for /usr/share/doc/HTML/**/common in
default config (#491188). default config (#491188).