This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository devscripts.
commit 976b23ff51397ad97bea37ca1a9e8937331be888 Author: Dominique Dumont <[email protected]> Date: Thu Apr 28 17:57:58 2016 +0200 parse "copyright-holders: John Doe" --- scripts/licensecheck.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/licensecheck.pl b/scripts/licensecheck.pl index 7c17ab9..20a852c 100755 --- a/scripts/licensecheck.pl +++ b/scripts/licensecheck.pl @@ -237,7 +237,7 @@ my $default_check_regex = # also used to cleanup my $copyright_indicator_regex = qr! - (?:copyright # The full word + (?:copyright(?:-holders?)? # The full word (or slightly more) |copr\. # Legally-valid abbreviation |\xc2\xa9 # Unicode copyright sign encoded in iso8859 |\x{00a9} # Unicode character COPYRIGHT SIGN -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
