This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository devscripts.
commit b20be6672a00b14f72d2ea1ba3d79142098a696f Author: Dominique Dumont <[email protected]> Date: Fri May 15 15:16:21 2015 +0200 licensecheck: allow © owner to mention "and others" --- debian/changelog | 1 + scripts/licensecheck.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 86b5c63..a88c361 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ devscripts (2.15.5) UNRELEASED; urgency=medium * fixed regexp used to detect discussion about © (Closes: #723723) * fix BSL parser (Closes: #690375) * support academic free license (Closes: #534987) + * allow © owner to mention "and others" -- Cyril Brulebois <[email protected]> Tue, 28 Apr 2015 16:58:36 +0200 diff --git a/scripts/licensecheck.pl b/scripts/licensecheck.pl index 21c6715..33095e7 100755 --- a/scripts/licensecheck.pl +++ b/scripts/licensecheck.pl @@ -185,7 +185,7 @@ my $copyright_disindicator_regex = qr! \b(?:info(?:rmation)? # Discussing copyright information |(notice|statement|claim|string)s? # Discussing the notice - |and|or|is|in|to # Part of a sentence + |or|is|in|to # Part of a sentence |(holder|owner)s? # Part of a sentence |ownership # Part of a sentence )\b -- 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
