chiark / gitweb /
Licence: Add copyright and licence statement to many files
[cgi-auth-flexible.git] / tests / Makefile
index 2d17a0978116a8e03795bbac6ccb287fc29a6409..b2ad7071a1c341a5afdbfd489121235eb36f0cdd 100644 (file)
@@ -3,6 +3,23 @@
 # Run `make check' (or just `make') in this directory, to run all the
 # tests.  Run `make check-TESTNAME' to run just one test.
 
+# This is part of CGI::Auth::Flexible, a perl CGI authentication module.
+#
+# Copyright 2012,2013,2015 Ian Jackson.
+# Copyright 2012,2013,2015 Citrix.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version, with the "CAF Login Exception"
+# as published by Ian Jackson (version 1, or at your option any 
+# later version) as an Additional Permission.
+#
+# 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 Affero General Public License for more details.
+
 TESTS := $(basename $(shell echo *.at))
 CHECKS := $(addprefix check-,$(TESTS))