This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 888df2bdbf06337bd15d4a415c0f395854662f73 Author: Philip Hands <[email protected]> Date: Wed Feb 20 10:20:31 2013 +0000 copyright notice from freeswitch/libs/tiff-4.0.2 --- test/licensecheck/false-positives | 8 ++++++++ test/test_licensecheck | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/test/licensecheck/false-positives b/test/licensecheck/false-positives new file mode 100644 index 0000000..4b7d17a --- /dev/null +++ b/test/licensecheck/false-positives @@ -0,0 +1,8 @@ +/* + * Copyright (c) 2013 Devscripts developers + * + * Permission to use, copy, modify, distribute, and sell this software and + * its documentation for any purpose is hereby granted without fee, provided + * that (i) the above copyright notices and this permission notice appear in + * ... + */ diff --git a/test/test_licensecheck b/test/test_licensecheck index fdf2db7..ea35dff 100755 --- a/test/test_licensecheck +++ b/test/test_licensecheck @@ -90,4 +90,8 @@ testCommentsDetection() { license "comments-detection.txt" "*No copyright* LGPL (v2.1 or later)" } +testFalsePositives() { + license2 "-m --copyright" "false-positives" "UNKNOWN 2013 Devscripts developers" +} + . shunit2 -- 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
