[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r1272 - in trunk: checks debian



Author: djpig
Date: 2008-04-17 22:39:42 +0200 (Thu, 17 Apr 2008)
New Revision: 1272

Modified:
   trunk/checks/copyright-file
   trunk/debian/changelog
Log:
Add CeCILL license to false positives list for
copyright-should-refer-to-common-license-file-for-gpl.  Thanks,
Alexandre Fayolle.  (Closes: #472933)


Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2008-04-17 20:27:07 UTC (rev 1271)
+++ trunk/checks/copyright-file	2008-04-17 20:39:42 UTC (rev 1272)
@@ -220,6 +220,7 @@
     || m/(^From:.*^To:|^To:.*^From:).*(GNU General Public License|GPL)/ms
     || m/AFFERO GENERAL PUBLIC LICENSE/
     || m/GNU Free Documentation License\s*Version 1\.1/
+    || m/CeCILL FREE SOFTWARE LICENSE AGREEMENT/
     || $wrong_directory_detected) {
     # False positive or correct reference.  Ignore.
 } elsif (m/GNU Free Documentation License/i or m/\bGFDL\b/) {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-04-17 20:27:07 UTC (rev 1271)
+++ trunk/debian/changelog	2008-04-17 20:39:42 UTC (rev 1272)
@@ -10,6 +10,9 @@
   * checks/copyright-file{.desc,}:
     + [RA] Document handling of false positives for GPL, GFDL, and LGPL
       license references and catch the GFDL 1.1 false positive.
+    + [FL] Add CeCILL license to false positives list for
+      copyright-should-refer-to-common-license-file-for-gpl.  Thanks,
+      Alexandre Fayolle.  (Closes: #472933)
   * checks/cruft:
     + [RA] Subversion conflicts generate three files, two with revision
       numbers and one with .mine.  Only warn about the revision numbers;


Reply to: