From: Mark Andrews Date: Wed, 29 Jan 2014 03:05:46 +0000 (+1100) Subject: copyright cleanups X-Git-Tag: v9.10.0a2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61932ed91732417e05c8c6fd335acf1be896c778;p=thirdparty%2Fbind9.git copyright cleanups --- diff --git a/bin/tests/system/dlzexternal/clean.sh b/bin/tests/system/dlzexternal/clean.sh index 85cef750081..7dc4d237791 100644 --- a/bin/tests/system/dlzexternal/clean.sh +++ b/bin/tests/system/dlzexternal/clean.sh @@ -1,4 +1,19 @@ #!/bin/sh +# +# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. + # # Clean up after dlzexternal tests. # diff --git a/bin/tests/system/dlzexternal/tests.sh b/bin/tests/system/dlzexternal/tests.sh index 54b7da82e03..88d13bcc18f 100644 --- a/bin/tests/system/dlzexternal/tests.sh +++ b/bin/tests/system/dlzexternal/tests.sh @@ -1,4 +1,19 @@ #!/bin/sh +# +# Copyright (C) 2010-2013 Internet Systems Consortium, Inc. ("ISC") +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. + # tests for TSIG-GSS updates SYSTEMTESTTOP=.. diff --git a/bin/tests/system/dsdigest/prereq.sh b/bin/tests/system/dsdigest/prereq.sh index 897ffcd9257..ef21ed5ba8c 100644 --- a/bin/tests/system/dsdigest/prereq.sh +++ b/bin/tests/system/dsdigest/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/bin/tests/system/ecdsa/prereq.sh b/bin/tests/system/ecdsa/prereq.sh index 2f107bf96dc..a46b135d578 100644 --- a/bin/tests/system/ecdsa/prereq.sh +++ b/bin/tests/system/ecdsa/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 20122014 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/bin/tests/system/gost/prereq.sh b/bin/tests/system/gost/prereq.sh index 26c9582e8af..a49e8ff9c1f 100644 --- a/bin/tests/system/gost/prereq.sh +++ b/bin/tests/system/gost/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/bin/tests/system/tsiggss/clean.sh b/bin/tests/system/tsiggss/clean.sh index eeb9aab5e56..d1d3a3088c2 100644 --- a/bin/tests/system/tsiggss/clean.sh +++ b/bin/tests/system/tsiggss/clean.sh @@ -1,4 +1,19 @@ #!/bin/sh +# +# Copyright (C) 2010, 2011, 2014 Internet Systems Consortium, Inc. ("ISC") +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. + # # Clean up after tsiggss tests. # diff --git a/bin/tests/system/tsiggss/tests.sh b/bin/tests/system/tsiggss/tests.sh index a8220633e05..c9b065e700e 100644 --- a/bin/tests/system/tsiggss/tests.sh +++ b/bin/tests/system/tsiggss/tests.sh @@ -1,4 +1,19 @@ #!/bin/sh +# +# Copyright (C) 2010, 2011, 2014 Internet Systems Consortium, Inc. ("ISC") +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. + # tests for TSIG-GSS updates SYSTEMTESTTOP=.. diff --git a/util/copyrights b/util/copyrights index 445f72fcd4c..2a90b26835e 100644 --- a/util/copyrights +++ b/util/copyrights @@ -1159,8 +1159,7 @@ ./bin/tests/system/dsdigest/ns2/sign.sh SH 2012,2014 ./bin/tests/system/dsdigest/ns3/named.conf CONF-C 2012 ./bin/tests/system/dsdigest/ns4/named.conf CONF-C 2012 -./bin/tests/system/dsdigest/prereq.sh SH 2014 -./bin/tests/system/dsdigest/prereq.sh.in SH 2012,2014 +./bin/tests/system/dsdigest/prereq.sh SH 2012,2014 ./bin/tests/system/dsdigest/setup.sh SH 2012,2014 ./bin/tests/system/dsdigest/tests.sh SH 2012 ./bin/tests/system/ecdsa/.gitignore X 2013 @@ -1169,8 +1168,7 @@ ./bin/tests/system/ecdsa/ns1/root.db.in ZONE 2012 ./bin/tests/system/ecdsa/ns1/sign.sh SH 2012,2014 ./bin/tests/system/ecdsa/ns2/named.conf CONF-C 2012 -./bin/tests/system/ecdsa/prereq.sh SH 2014 -./bin/tests/system/ecdsa/prereq.sh.in SH 2012,2014 +./bin/tests/system/ecdsa/prereq.sh SH 20122014 ./bin/tests/system/ecdsa/setup.sh SH 2012,2014 ./bin/tests/system/ecdsa/tests.sh SH 2012,2013 ./bin/tests/system/emptyzones/clean.sh SH 2014 @@ -1304,8 +1302,7 @@ ./bin/tests/system/gost/ns1/root.db.in ZONE 2010 ./bin/tests/system/gost/ns1/sign.sh SH 2010,2012,2014 ./bin/tests/system/gost/ns2/named.conf CONF-C 2010 -./bin/tests/system/gost/prereq.sh SH 2014 -./bin/tests/system/gost/prereq.sh.in SH 2010,2012,2014 +./bin/tests/system/gost/prereq.sh SH 2010,2012,2014 ./bin/tests/system/gost/setup.sh SH 2010,2012,2014 ./bin/tests/system/gost/tests.sh SH 2010,2012,2013 ./bin/tests/system/ifconfig.sh SH 2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013