update license list in config
This commit is contained in:
parent
4346425f02
commit
65d75b9e5f
@ -40,7 +40,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 revision "2.20, 9 February 2014" of that page.
|
||||
# Last synced with revision "2.25, 2 December 2014" of that page.
|
||||
'AAL',
|
||||
'Abstyles',
|
||||
'Adobe',
|
||||
@ -55,6 +55,7 @@ setOption("ValidLicenses", (
|
||||
'AML',
|
||||
'AMPAS BSD',
|
||||
'APAFML',
|
||||
'App-s2p',
|
||||
'APSL 2.0',
|
||||
'APSL 2.0+',
|
||||
'ARL',
|
||||
@ -244,6 +245,8 @@ setOption("ValidLicenses", (
|
||||
'SWL',
|
||||
'TCL',
|
||||
'Teeworlds',
|
||||
'TGPPL',
|
||||
'TGPPL with exceptions',
|
||||
'Threeparttable',
|
||||
'TMate',
|
||||
'Tolua',
|
||||
@ -252,6 +255,8 @@ setOption("ValidLicenses", (
|
||||
'TPDL',
|
||||
'TPL',
|
||||
'UCD',
|
||||
'Unicode',
|
||||
'Unlicense',
|
||||
'Vim',
|
||||
'VNLSL',
|
||||
'VOSTROM',
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: rpmlint
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Tool for checking common errors in RPM packages
|
||||
Group: Development/Tools
|
||||
License: GPLv2
|
||||
@ -99,6 +99,9 @@ make check
|
||||
%{_mandir}/man1/rpmlint.1*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 9 2014 Tom Callaway <spot@fedoraproject.org> - 1.6-2
|
||||
- update license list in config file
|
||||
|
||||
* Thu Sep 4 2014 Tom Callaway <spot@fedoraproject.org> - 1.6-1
|
||||
- update to 1.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user