This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit b9a24bc59a098f7c6ba4414a17b29338f16cef4d Author: James McCoy <[email protected]> Date: Wed Apr 20 21:18:19 2016 -0400 Fix test_licensecheck_SL failure Signed-off-by: James McCoy <[email protected]> --- test/test_licensecheck_SL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_licensecheck_SL b/test/test_licensecheck_SL index c4f7beb..bff706a 100755 --- a/test/test_licensecheck_SL +++ b/test/test_licensecheck_SL @@ -35,7 +35,7 @@ my %LICENSES = ( Mozilla_1_1=>'MPL (v1.1)', GFDL_1_2=>'UNKNOWN', Sun=>'UNKNOWN', - BSD=>'UNKNOWN', + BSD=>'BSD (3 clause)', OpenSSL=>'UNKNOWN', # This is actually a dual license not simply BSD 4 clause Perl_5=>'UNKNOWN', ); -- 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
