[SCM] Git repository for devscripts branch, jessie, updated. v2.12.4-31-g79bf1b3

Benjamin Drung bdrung at debian.org
Sat Oct 20 23:07:30 UTC 2012


The following commit has been merged in the jessie branch:
commit 79bf1b3658c30956ca7395884346bf8ec6e8ba19
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Oct 21 01:07:14 2012 +0200

    Add test case for previous commit.

diff --git a/test/licensecheck/gpl-3-only.c b/test/licensecheck/gpl-3-only.c
new file mode 100644
index 0000000..b936ca1
--- /dev/null
+++ b/test/licensecheck/gpl-3-only.c
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2012 Devscripts developers
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 3 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ */
diff --git a/test/test_licensecheck b/test/test_licensecheck
index dfb65a1..b01f03e 100755
--- a/test/test_licensecheck
+++ b/test/test_licensecheck
@@ -46,6 +46,7 @@ testGPL() {
     license "gpl-2-incorrect-address" "GPL (v2) (with incorrect FSF address)"
     license "gpl-3.sh" "GPL (v3)"
     license "gpl-3+" "GPL (v3 or later)"
+    license "gpl-3-only.c" "GPL (v3)"
 }
 
 testDual() {

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list