Sync Fedora license list with Wiki revision 1.34.

This commit is contained in:
Ville Skyttä 2009-01-20 20:55:36 +00:00
parent 140570ae24
commit c5e4831345
2 changed files with 10 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.20, 30 Oct 2008" of that page. # Last synced with revision "1.34, 22 Dec 2008" of that page.
'AAL', 'AAL',
'Adobe', 'Adobe',
'ADSL', 'ADSL',
@ -63,6 +63,7 @@ setOption("ValidLicenses", (
'Copyright only', 'Copyright only',
'Crystal Stacker', 'Crystal Stacker',
'DOC', 'DOC',
'dvipdfm',
'ECL 1.0', 'ECL 1.0',
'ECL 2.0', 'ECL 2.0',
'eCos', 'eCos',
@ -72,6 +73,7 @@ setOption("ValidLicenses", (
'EPL', 'EPL',
'ERPL', 'ERPL',
'EU Datagrid', 'EU Datagrid',
'Eurosym',
'Fair', 'Fair',
'FTL', 'FTL',
'Giftware', 'Giftware',
@ -130,6 +132,7 @@ setOption("ValidLicenses", (
'Naumen', 'Naumen',
'Netscape', 'Netscape',
'Nokia', 'Nokia',
'Noweb',
'OpenLDAP', 'OpenLDAP',
'OpenPBS', 'OpenPBS',
'OReilly', 'OReilly',
@ -147,6 +150,7 @@ setOption("ValidLicenses", (
'OReilly', 'OReilly',
'Phorum', 'Phorum',
'PHP', 'PHP',
'PlainTeX',
'psutils', 'psutils',
'Public Domain', 'Public Domain',
'Python', 'Python',
@ -164,12 +168,14 @@ setOption("ValidLicenses", (
'TCL', 'TCL',
'Teeworlds', 'Teeworlds',
'TMate', 'TMate',
'TPL',
'UCD', 'UCD',
'VOSTROM', 'VOSTROM',
'Vim', 'Vim',
'VNLSL', 'VNLSL',
'VSL', 'VSL',
'W3C', 'W3C',
'Webmin',
'WTFPL', 'WTFPL',
'wxWidgets', 'wxWidgets',
'Xerox', 'Xerox',
@ -196,10 +202,12 @@ setOption("ValidLicenses", (
'CC-BY', 'CC-BY',
'CC-BY-SA', 'CC-BY-SA',
'CC-BY-ND', 'CC-BY-ND',
'DMTF',
'DSL', 'DSL',
'EFML', 'EFML',
'Free Art', 'Free Art',
'GeoGratis', 'GeoGratis',
'Green OpenMusic',
'OAL', 'OAL',
# Font licenses # Font licenses
'Arphic', 'Arphic',

View File

@ -71,6 +71,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Jan 20 2009 Ville Skyttä <ville.skytta at iki.fi> * Tue Jan 20 2009 Ville Skyttä <ville.skytta at iki.fi>
- Sync Fedora license list with Wiki revision 1.34.
- Filter out filename-too-long-for-joliet and symlink-should-be-* warnings in - Filter out filename-too-long-for-joliet and symlink-should-be-* warnings in
default config. default config.