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

Bug#757615: lintian: warn if a space is used in a DEP-5 license name



* Johannes Schauer <j.schauer@email.de>, 2014-08-09, 22:01:
+        if ($license =~ / /) {
+            tag 'space-in-std-shortname-in-dep5-copyright', $license, "(paragraph at line $lines[$i]{'START-OF-PARAGRAPH'})";
+        }

That's not quite right. It would incorrectly complain about:

License: GPL-2+ with OpenSSL exception

--
Jakub Wilk


Reply to: