- Sync Fedora license list with Revision 0.55 (Wiki rev 92).

This commit is contained in:
Todd Zullinger 2007-09-28 15:45:05 +00:00
parent 2301d5e291
commit 856ccfa3af
2 changed files with 12 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 Wiki revision 87 of that page.
# Last synced with Revision 0.55 (Wiki revision 92) of that page.
'Adobe',
'Affero GPL',
'AFL',
@ -59,20 +59,26 @@ setOption("ValidLicenses", (
'EFL 2.0',
'EFL 2.0+',
'EU Datagrid',
'FTL',
'Giftware',
'Glide',
'gnuplot',
'GPL+',
'GPL+ or Artistic',
'GPLv2+ or Artistic',
'GPLv2',
'GPLv2 with exceptions',
'GPLv2+',
'GPLv2+ with exceptions',
'GPLv3',
'GPLv3 with exceptions',
'GPLv3+',
'GPLv3+ with exceptions',
'IBM',
'IJG',
'ImageMagick',
'iMatix',
'Imlib2',
'Intel ACPI',
'Interbase',
'ISC',
@ -99,6 +105,7 @@ setOption("ValidLicenses", (
'Nokia',
'OpenLDAP',
'OpenPBS',
'OReilly',
'OSL 1.0',
'OSL 1.0+',
'OSL 1.1',
@ -150,6 +157,7 @@ setOption("ValidLicenses", (
'Free Art',
# Font licenses
'Arphic',
'Baekmuk',
'Bitstream Vera',
'mplus',
'OFL',

View File

@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Sep 28 2007 Todd Zullinger <tmz@pobox.com>
- Sync Fedora license list with Revision 0.55 (Wiki rev 92).
* Mon Sep 3 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.81-1
- 0.81, fixes #239611, #240840, #241471, #244835.
- Improve Fedora license check (Todd Zullinger).