This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 9eab13fdd9fcbed763316a09ed4e4fd031dade63 Merge: 7f80a13 45fea41 Author: James McCoy <[email protected]> Date: Tue Aug 6 21:53:19 2013 -0400 Various licensecheck improvements Signed-off-by: James McCoy <[email protected]> debian/changelog | 12 ++++++++++ scripts/licensecheck.pl | 14 +++++++++--- test/licensecheck/bsd-3-clause-authorsany.c | 11 +++++++++ test/licensecheck/false-positives | 33 +++++++++++++++++++++++++++ test/licensecheck/regexp-killer.c | 20 ++++++++++++++++ test/test_licensecheck | 9 ++++++++ 6 files changed, 96 insertions(+), 3 deletions(-) diff --cc debian/changelog index 4839259,4839259..5fa6e23 --- a/debian/changelog +++ b/debian/changelog @@@ -43,6 -43,6 +43,18 @@@ devscripts (2.13.3) UNRELEASED; urgency * uscan: properly cope with colons and minus signs in upstream versions. (Closes: #658999) ++ [ Phillip Hands ] ++ * licensecheck: ++ + allow plural: copyright notices ++ + ignore "copyright holders" ++ + alternative BSD-3 wording "authors" and "_any_ contributors" ++ + ignore #defines containing (c) ++ + fix "copyright ownership" ++ + ignore "copyright statement" ++ + ignore "copyright string" ++ + ignore coyright (claim|is|in), and fix test ++ + ignore "copyright to" ++ -- Yaroslav Halchenko <[email protected]> Thu, 06 Jun 2013 22:32:37 -0400 devscripts (2.13.2) unstable; urgency=low -- 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
