[libconfig-model-dpkg-perl] 14/27: updated comments
dod at debian.org
dod at debian.org
Mon Jan 12 07:09:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit 43dfa4911be136e58250347d7f98ebd3aa9acacf
Author: Dominique Dumont <dod at debian.org>
Date: Sat Dec 27 18:39:59 2014 +0100
updated comments
---
lib/Dpkg/Copyright/Scanner.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 7bd26e7..fd6f0bd 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -20,7 +20,7 @@ my $rfc822_list_delimiter = $ENV{'rfc822_list_delimiter'} || "\n ";
my $merge_same_license = $ENV{'merge_same_license'} || "";
-# license and copyright sanitisation pilfered from Jonas's licensecheck2deb
+# license and copyright sanitisation pilfered from Jonas's licensecheck2dep5
# hence this file is GPL-2+ not LGPL-2.1+
# Copyright 2014 Dominique Dumont <dod at debian.org>
@@ -52,6 +52,8 @@ sub print_copyright {
}
}
+# option to skip UNKNOWN ?
+# load a file to override some entries ?
sub scan_files {
my $pipe = IO::Pipe->new();
$pipe->reader("licensecheck --copyright -m -r .");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list