From 5bfc533375e4b396c99c78790141bba4fb6ca919 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: May 21 2008 17:56:07 +0000 Subject: - Sync Fedora license list with Revision 0.83 (Wiki rev 131). --- diff --git a/rpmlint.config b/rpmlint.config index e2ae513..3f186a5 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -28,8 +28,9 @@ 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 0.69 (Wiki revision 110) of that page. + # Last synced with Revision 0.83 (Wiki revision 131) of that page. 'Adobe', + 'ADSL', 'AFL', 'AGPLv1', 'AGPLv3', @@ -51,16 +52,19 @@ setOption("ValidLicenses", ( 'BSD with advertising', 'CeCILL', 'CDDL', + 'CPAL', 'CPL', 'Condor', 'Copyright only', 'Cryptix', 'Crystal Stacker', + 'DOC', 'EPL', 'eCos', 'EFL 2.0', 'EFL 2.0+', 'EU Datagrid', + 'Fair', 'FTL', 'Giftware', 'Glide', @@ -100,13 +104,16 @@ setOption("ValidLicenses", ( 'LPPL', 'mecab-ipadic', 'MIT', + 'MIT with advertising', 'MPLv1.0', 'MPLv1.0+', 'MPLv1.1', 'MPLv1.1+', 'NCSA', + 'NetCDF', 'NGPL', 'NOSL', + 'Naumen', 'Netscape', 'Nokia', 'OpenLDAP', @@ -128,18 +135,21 @@ setOption("ValidLicenses", ( 'QPL', 'RPSL', 'Ruby', + 'Sendmail', 'Sleepycat', 'SISSL', 'SLIB', 'SPL', 'TCL', 'UCD', + 'VOSTROM', 'Vim', 'VNLSL', 'VSL', 'W3C', 'WTFPL', - 'wxWindows', + 'wxWidgets', + 'Xerox', 'xinetd', 'Zend', 'ZPLv1.0', @@ -149,6 +159,7 @@ setOption("ValidLicenses", ( 'ZPLv2.1', 'ZPLv2.1+', 'zlib', + 'zlib with acknowledgement', # Documentation licenses 'CDL', 'FBSDDL', @@ -159,12 +170,16 @@ setOption("ValidLicenses", ( # Content licenses 'CC-BY', 'CC-BY-SA', + 'CC-BY-ND', 'DSL', + 'EFML', 'Free Art', # Font licenses 'Arphic', 'Baekmuk', 'Bitstream Vera', + 'Liberation', + 'Lucida', 'mplus', 'OFL', 'STIX', diff --git a/rpmlint.spec b/rpmlint.spec index a16754d..da5eb43 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 20 2008 Todd Zullinger +- Sync Fedora license list with Revision 0.83 (Wiki rev 131). + * Mon Mar 3 2008 Ville Skyttä - 0.82-3 - Sync Fedora license list with Revision 0.69 (Wiki rev 110) (#434690).