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

FP fix



Hi again,

This one fixes a false positive
copyright-should-refer-to-common-license-file-for-gpl in xeji.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
diff --git a/checks/copyright-file b/checks/copyright-file
index 8eb4294..4b6f95b 100644
--- a/checks/copyright-file
+++ b/checks/copyright-file
@@ -241,6 +241,7 @@ if (m,/usr/share/common-licenses,
     || m/GNU Free Documentation License\s*Version 1\.1/
     || m/CeCILL FREE SOFTWARE LICENSE AGREEMENT/
     || m/CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE AGREEMENT/
+    || m/GNU GENERAL PUBLIC LICENSE\s+Version 1/
     || $wrong_directory_detected) {
     # False positive or correct reference.  Ignore.
 } elsif (m/GNU Free Documentation License/i or m/\bGFDL\b/) {


Reply to: