]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 13 Jun 2013 23:46:13 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 13 Jun 2013 23:46:13 +0000 (23:46 +0000)
15 files changed:
EDNS-9.10
bin/tests/bigtest/README
bin/tests/bigtest/buildzones.sh
bin/tests/bigtest/tests.sh
bin/tests/system/cacheclean/tests.sh
bin/tests/system/checknames/tests.sh
bin/tests/system/forward/tests.sh
bin/tests/system/lwresd/lwtest.c
bin/tests/system/org.isc.bind.system
bin/tests/system/start.pl
bin/tests/system/staticstub/tests.sh
bin/tests/system/stub/tests.sh
config.h.win32
lib/dns/win32/version.c
win32utils/setpk11provider.pl

index a14ec507432ca64ba1eef02e1c6b8ca101f15a2e..d54cb1f8c4df1915429db5bff0448f8e74fed6a5 100644 (file)
--- a/EDNS-9.10
+++ b/EDNS-9.10
@@ -1,3 +1,5 @@
+Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
                        EDNS in BIND 9.10
 
index eed30a6d05f5780c326f7a6a0d40d94361b0011b..811a9df00cd9d63c9bcbb8ca85d53e388744950d 100644 (file)
@@ -1,3 +1,5 @@
+Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
        bash buildzones.sh < zones      # creates setup, run, servers/* master/*
                                        # named.conf
index aabc3d877a1b0ae250646017c21b98d00a3021ea..1ef7038afd11898044038ea571eb2f908997ef16 100644 (file)
@@ -1,4 +1,18 @@
 #!/bin/bash
+#
+# Copyright (C) 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.
 
 TOP=$( (cd ../../.. && pwd) )
 
index 4bdda3f9822b51a675cdec1ecc20a370c0282d04..850416d091bcda75de478cd0a3c5005eff494bec 100644 (file)
@@ -1,4 +1,18 @@
 #!/bin/bash
+#
+# Copyright (C) 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.
 
 TOP=$( (cd ../../.. && pwd) )
 dig=${TOP}/bin/dig/dig
index 2f711b3d5e4ad85c521eecc9d652186f9c1dc57c..37d1e056f85910da38d631f3f42b22cad1f5acc0 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 566078a7b90c5f5ca6e93bde465c165ddadefdf8..a596982c67a65b33633cffc98f154bf29a126a3e 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 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
index f4bef088d3e2636d22fa07b5515551992d469498..1b865700f05deb76076892b05ebdbfb5fcd9c73e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 5f05c43712221bc7b1f6e72a75720b33a26010bd..ebfeab6dd88a0f97d8fb59a9c52d9805c8325192 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2008, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 47e6aec1ba891a359aed9000ac27e835ac516e1f..96aa990bbbc7adb3add8bfb979812ea9c6201ef4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 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
index 319b31f66db0944317bd9c8f2d3146d65e52932f..f0c5d9e6f2399cfcbf079ad1680abbb92edd67b3 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2004-2008, 2010-2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2008, 2010-2013  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 33d4d95cba3a5b2b76d55a559ece02b960bb5a51..603e748809a13b909e47953584a2b9df787b77ab 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010-2012  Internet Systems Consortium, Inc. ("ISC")
+# 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
index c379aba42bacf661e800cdd275f5e9d3ab4cdc75..071a5e8b6503740926f81a09fce1144b25d86bec 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 9403b426bbdf5b63f085bcf28753ea0b410cd8bb..dd81e5e3f85f85b5fad8e24ce3614668507d2dd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 5b4ed5c948a9ad62255eefc816f0031bbb1e6442..d68a551ae27bd3df0d34857c88a2822d9bf940f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 3906f1b8ef1d2f9196267952d89ca9e1072edf82..763cb43f9d39a7d909e1df99244dd8404ccbeec4 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2012, 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