update licenses
This commit is contained in:
parent
0cf0e41b64
commit
94babe19aa
@ -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 "16:08, 18 July 2008" of that page.
|
# Last synced with revision "1.09, 12 Sep 2008" of that page.
|
||||||
'Adobe',
|
'Adobe',
|
||||||
'ADSL',
|
'ADSL',
|
||||||
'AFL',
|
'AFL',
|
||||||
@ -51,7 +51,10 @@ setOption("ValidLicenses", (
|
|||||||
'BSD',
|
'BSD',
|
||||||
'BSD with advertising',
|
'BSD with advertising',
|
||||||
'CeCILL',
|
'CeCILL',
|
||||||
|
'CeCILL-B',
|
||||||
|
'CeCILL-C',
|
||||||
'CDDL',
|
'CDDL',
|
||||||
|
'CNRI',
|
||||||
'CPAL',
|
'CPAL',
|
||||||
'CPL',
|
'CPL',
|
||||||
'Condor',
|
'Condor',
|
||||||
@ -75,6 +78,7 @@ setOption("ValidLicenses", (
|
|||||||
'GPL+',
|
'GPL+',
|
||||||
'GPL+ or Artistic',
|
'GPL+ or Artistic',
|
||||||
'GPLv1',
|
'GPLv1',
|
||||||
|
'GPLv2 or Artistic',
|
||||||
'GPLv2+ or Artistic',
|
'GPLv2+ or Artistic',
|
||||||
'GPLv2',
|
'GPLv2',
|
||||||
'GPLv2 with exceptions',
|
'GPLv2 with exceptions',
|
||||||
@ -98,6 +102,7 @@ setOption("ValidLicenses", (
|
|||||||
'LGPLv2',
|
'LGPLv2',
|
||||||
'LGPLv2 with exceptions',
|
'LGPLv2 with exceptions',
|
||||||
'LGPLv2+',
|
'LGPLv2+',
|
||||||
|
'LGPLv2+ or Artistic',
|
||||||
'LGPLv2+ with exceptions',
|
'LGPLv2+ with exceptions',
|
||||||
'LGPLv3',
|
'LGPLv3',
|
||||||
'LGPLv3 with exceptions',
|
'LGPLv3 with exceptions',
|
||||||
@ -136,8 +141,10 @@ setOption("ValidLicenses", (
|
|||||||
'OSL 3.0',
|
'OSL 3.0',
|
||||||
'OSL 3.0+',
|
'OSL 3.0+',
|
||||||
'OpenSSL',
|
'OpenSSL',
|
||||||
|
'OReilly',
|
||||||
'Phorum',
|
'Phorum',
|
||||||
'PHP',
|
'PHP',
|
||||||
|
'psutils',
|
||||||
'Public Domain',
|
'Public Domain',
|
||||||
'Python',
|
'Python',
|
||||||
'Qhull',
|
'Qhull',
|
||||||
@ -152,6 +159,8 @@ setOption("ValidLicenses", (
|
|||||||
'SLIB',
|
'SLIB',
|
||||||
'SPL',
|
'SPL',
|
||||||
'TCL',
|
'TCL',
|
||||||
|
'Teeworlds',
|
||||||
|
'TMate',
|
||||||
'UCD',
|
'UCD',
|
||||||
'VOSTROM',
|
'VOSTROM',
|
||||||
'Vim',
|
'Vim',
|
||||||
@ -187,10 +196,12 @@ setOption("ValidLicenses", (
|
|||||||
'DSL',
|
'DSL',
|
||||||
'EFML',
|
'EFML',
|
||||||
'Free Art',
|
'Free Art',
|
||||||
|
'GeoGratis',
|
||||||
# Font licenses
|
# Font licenses
|
||||||
'Arphic',
|
'Arphic',
|
||||||
'Baekmuk',
|
'Baekmuk',
|
||||||
'Bitstream Vera',
|
'Bitstream Vera',
|
||||||
|
'Hershey',
|
||||||
'Liberation',
|
'Liberation',
|
||||||
'Lucida',
|
'Lucida',
|
||||||
'mplus',
|
'mplus',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 0.84
|
Version: 0.84
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Tool for checking common errors in RPM packages
|
Summary: Tool for checking common errors in RPM packages
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.84-3
|
||||||
|
- Sync Fedora license list with Wiki revision 1.09
|
||||||
|
|
||||||
* Sat Jul 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.84-2
|
* Sat Jul 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.84-2
|
||||||
- 0.84, fixes #355861, #456304.
|
- 0.84, fixes #355861, #456304.
|
||||||
- Sync Fedora license list with Wiki revision "16:08, 18 July 2008".
|
- Sync Fedora license list with Wiki revision "16:08, 18 July 2008".
|
||||||
|
Loading…
Reference in New Issue
Block a user