chiark / gitweb /
Licence: Add copyright and licence statement to many files
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 Nov 2015 21:35:51 +0000 (21:35 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 Nov 2015 21:50:36 +0000 (21:50 +0000)
The licence (including exception) applies to the whole project, as
would be expected.  Document this.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Signed-off-by: Ian Jackson <ijackson@eu.citrix.com>
caf.pod
cgi-auth-flexible.pm
tests/Makefile
tests/autotest
tests/cgi
tests/loginout.at
tests/run-all
tests/wrap

diff --git a/caf.pod b/caf.pod
index 53789b3e14d91b072a6100e94aa547016c6fcba5..de77f3d3562a50e673af1795b9c171f83fe8b5af 100644 (file)
--- a/caf.pod
+++ b/caf.pod
@@ -1,5 +1,20 @@
 # -*- fundamental -*-
 
+# This is part of CGI::Auth::Flexible, a perl CGI authentication module.
+#
+# 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.
+
+
 =head1 NAME
 
 CGI::Auth::Flexible - web authentication optionally using cookies
index 9b03f825c66063b5b7eb7918313beeab2c691cd4..3a4ee76be2448649dfade7e9f5baed510f75ae9f 100644 (file)
@@ -1,8 +1,9 @@
 # -*- perl -*-
 
 # This is part of CGI::Auth::Flexible, a perl CGI authentication module.
-# Copyright (C) 2012 Ian Jackson.
-# Copyright (C) 2012 Citrix.
+#
+# Copyright (C) 2012,2013,2015 Ian Jackson.
+# Copyright (C) 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
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))
 
index 1cea707f8df1a4263a988a6196659c0acd8f6cee..5dc5ad70409a1a49abf8d89da78363fcf66d5c7c 100755 (executable)
@@ -1,5 +1,22 @@
 #!/usr/bin/expect -f
 
+# 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.
+
 set testfile [lindex $argv 0]
 
 switch -glob -- $testfile {
index 045ba847ffdf7817ae0eb7ffa3d697d7cbea6b84..e440948d6e530f559d4cfa4223c19c1a24754346 100755 (executable)
--- a/tests/cgi
+++ b/tests/cgi
@@ -1,5 +1,23 @@
 #!/usr/bin/perl -w
 
+# 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.
+
+
 use strict;
 use warnings;
 use CGI qw/escapeHTML/;;
index 64c7f5f9f5073cbaef7174349c644bf3ecbdbfa8..10d7c3e967df3b909a6949e3bfe5d6c9b2887e1c 100644 (file)
@@ -1,5 +1,22 @@
 # -*- Tcl -*-
 
+# 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.
+
 dospawn
 
 loginas alice bogus "wrong password"
index 1ae2817fd66849b713666dacf6309c3d91cddd07..8df69629b932eea29385082d1dca6492c2c0772b 100755 (executable)
@@ -1,4 +1,22 @@
 #!/bin/sh
+
+# 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.
+
 set -e
 make=`type gmake >/dev/null 2>&1 && echo gmake || echo make`
 if [ $# = 0 ]; then
index 99df0f904c5fc5c03c76089af00dcc01ccef9267..67bdad2c7749673c1bda60f97535e438d9320e78 100755 (executable)
@@ -1,4 +1,22 @@
 #!/bin/sh
+
+# 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.
+
 set -e
 cd "$CAFTEST_CAF"
 : ${CAFTEST_TMP:=tests/tmp}