This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch master
in repository devscripts.

commit 4ab7c488f2a47e71d19143b1f7448879f1f9fdbc
Author: Philip Hands <[email protected]>
Date:   Tue Feb 19 18:00:34 2013 +0000

    alternative BSD-3 wording "authors" and "_any_ contributors"
---
 test/licensecheck/bsd-3-clause-authorsany.c |   11 +++++++++++
 test/test_licensecheck                      |    1 +
 2 files changed, 12 insertions(+)

diff --git a/test/licensecheck/bsd-3-clause-authorsany.c 
b/test/licensecheck/bsd-3-clause-authorsany.c
new file mode 100644
index 0000000..dc8fd65
--- /dev/null
+++ b/test/licensecheck/bsd-3-clause-authorsany.c
@@ -0,0 +1,11 @@
+/*
+Copyright (c) 2013, Devscripts developers
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, 
this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright 
notice, this list of conditions and the following disclaimer in the 
documentation and/or other materials provided with the distribution.
+    * Neither the author nor the names of any contributors may be used to 
endorse or promote products derived from this software without specific prior 
written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
LOSS OF USE, DATA, OR PROFI [...]
+*/
diff --git a/test/test_licensecheck b/test/test_licensecheck
index ea35dff..6bb5c80 100755
--- a/test/test_licensecheck
+++ b/test/test_licensecheck
@@ -41,6 +41,7 @@ testBeerware() {
 
 testBSD() {
     license "bsd-3-clause.cpp" "BSD (3 clause)"
+    license "bsd-3-clause-authorsany.c" "BSD (3 clause)"
 }
 
 testLGPL() {

-- 
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

Reply via email to