- Sync Fedora license list with Wiki rev 84 (Todd Zullinger).
This commit is contained in:
parent
ed7d0cfee2
commit
ebc9da965b
@ -28,9 +28,11 @@ 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 Wiki revision 68 of that page.
|
# Last synced with Wiki revision 84 of that page.
|
||||||
|
'Adobe',
|
||||||
'Affero GPL',
|
'Affero GPL',
|
||||||
'AFL',
|
'AFL',
|
||||||
|
'ARL',
|
||||||
'ASL 1.0',
|
'ASL 1.0',
|
||||||
'ASL 1.0+',
|
'ASL 1.0+',
|
||||||
'ASL 1.1',
|
'ASL 1.1',
|
||||||
@ -59,6 +61,7 @@ setOption("ValidLicenses", (
|
|||||||
'EU Datagrid',
|
'EU Datagrid',
|
||||||
'Giftware',
|
'Giftware',
|
||||||
'Glide',
|
'Glide',
|
||||||
|
'gnuplot',
|
||||||
'GPL+',
|
'GPL+',
|
||||||
'GPL+ or Artistic',
|
'GPL+ or Artistic',
|
||||||
'GPLv2',
|
'GPLv2',
|
||||||
@ -68,6 +71,7 @@ setOption("ValidLicenses", (
|
|||||||
'GPLv3+',
|
'GPLv3+',
|
||||||
'IBM',
|
'IBM',
|
||||||
'IJG',
|
'IJG',
|
||||||
|
'ImageMagick',
|
||||||
'iMatix',
|
'iMatix',
|
||||||
'Intel ACPI',
|
'Intel ACPI',
|
||||||
'Interbase',
|
'Interbase',
|
||||||
@ -96,6 +100,8 @@ setOption("ValidLicenses", (
|
|||||||
'OpenLDAP',
|
'OpenLDAP',
|
||||||
'OSL 1.0',
|
'OSL 1.0',
|
||||||
'OSL 1.0+',
|
'OSL 1.0+',
|
||||||
|
'OSL 1.1',
|
||||||
|
'OSL 1.1+',
|
||||||
'OSL 2.0',
|
'OSL 2.0',
|
||||||
'OSL 2.0+',
|
'OSL 2.0+',
|
||||||
'OSL 3.0',
|
'OSL 3.0',
|
||||||
@ -110,6 +116,7 @@ setOption("ValidLicenses", (
|
|||||||
'Ruby',
|
'Ruby',
|
||||||
'Sleepycat',
|
'Sleepycat',
|
||||||
'SISSL',
|
'SISSL',
|
||||||
|
'SLIB',
|
||||||
'SPL',
|
'SPL',
|
||||||
'TCL',
|
'TCL',
|
||||||
'UCD',
|
'UCD',
|
||||||
@ -125,11 +132,15 @@ setOption("ValidLicenses", (
|
|||||||
'ZPLv1.0+',
|
'ZPLv1.0+',
|
||||||
'ZPLv2.0',
|
'ZPLv2.0',
|
||||||
'ZPLv2.0+',
|
'ZPLv2.0+',
|
||||||
|
'ZPLv2.1',
|
||||||
|
'ZPLv2.1+',
|
||||||
'zlib',
|
'zlib',
|
||||||
# Documentation licenses
|
# Documentation licenses
|
||||||
'CDL',
|
'CDL',
|
||||||
'FBSDDL',
|
'FBSDDL',
|
||||||
'GFDL',
|
'GFDL',
|
||||||
|
'IEEE',
|
||||||
|
'OFSFDL',
|
||||||
'Open Publication',
|
'Open Publication',
|
||||||
# Content licenses
|
# Content licenses
|
||||||
'CC-BY',
|
'CC-BY',
|
||||||
|
@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 29 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Sync Fedora license list with Wiki rev 84 (Todd Zullinger).
|
||||||
|
|
||||||
* Thu Aug 16 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.80-3
|
* Thu Aug 16 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.80-3
|
||||||
- Sync Fedora license list with Wiki rev 68.
|
- Sync Fedora license list with Wiki rev 68.
|
||||||
- Move pre-2006 changelog entries to CHANGES.package.old.
|
- Move pre-2006 changelog entries to CHANGES.package.old.
|
||||||
|
Loading…
Reference in New Issue
Block a user