This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository devscripts.
commit 46e8035ba7627485edad72630659388b58b15f7e Author: Dominique Dumont <[email protected]> Date: Sun Jan 31 17:16:18 2016 +0100 added test file --- test/licensecheck/lgpl-by-dist-zilla.pl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/test/licensecheck/lgpl-by-dist-zilla.pl b/test/licensecheck/lgpl-by-dist-zilla.pl new file mode 100644 index 0000000..13b59e6 --- /dev/null +++ b/test/licensecheck/lgpl-by-dist-zilla.pl @@ -0,0 +1,20 @@ +#!/usr/bin/perl +# +# This file is part of Config-Model-LcdProc +# +# This software is Copyright (c) 2016 by Dominique Dumont. +# +# This is free software, licensed under: +# +# The GNU Lesser General Public License, Version 2.1, February 1999 +# + +# test headers provided by Dist;:Zilla. Well, provided means +# "ge.ne.ra.ted" but that breaks the test as licensecheck will issue +# "GE.NE.RA.TED FILE" + +use strict; +use warnings; + +# This script uses all the information available in LCDd.conf to create a model +# for LCDd configuration file -- 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
