]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Fri, 17 Jan 2014 23:45:15 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 17 Jan 2014 23:45:15 +0000 (23:45 +0000)
bin/named/server.c
bin/tests/system/conf.sh.in
bin/tests/system/emptyzones/clean.sh
bin/tests/system/emptyzones/ns1/named1.conf
bin/tests/system/emptyzones/ns1/named2.conf
bin/tests/system/emptyzones/ns1/rfc1918.zones
bin/tests/system/emptyzones/ns1/root.hint
bin/tests/system/emptyzones/setup.sh
bin/tests/system/xfer/prereq.sh

index 998a80eeced88cddce40eccb2bfd2f05b9df3d90..af53b48b6e80e02db356a612a6b349507456ba6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index bdea347caff580959acf18935e67802dcb280c72..8a52bfaf0815e755907ffaa13bfec0b545fb94ad 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 66b3a17fa7ed8f86ec34447777b9029c95a7f3a7..13a5e9e1470e1fe422fe1d9edf03092324bbeab0 100644 (file)
@@ -1 +1,15 @@
+# Copyright (C) 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.
+
 rm -f ns1/named.conf
index 1b7f04f34193b079619f016d524cf4512e628f5d..255c497ccc7cb2c6922e0d45e11effac647aace1 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2009, 2013  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 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
@@ -18,8 +17,8 @@
 /* $Id: named.conf,v 1.15 2009/05/29 23:47:49 tbox Exp $ */
 
 key rndc_key {
-        algorithm       hmac-sha256;
-        secret          "1234abcd8765";
+       algorithm       hmac-sha256;
+       secret          "1234abcd8765";
 };
 
 controls {
index 45a2b73ad6c974ac1ee45c4d11862050c7cb8ecd..cd5c307e73e81704bd6beaa0aeeb9eb5923edd1e 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2009, 2013  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 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
@@ -18,8 +17,8 @@
 /* $Id: named.conf,v 1.15 2009/05/29 23:47:49 tbox Exp $ */
 
 key rndc_key {
-        algorithm       hmac-sha256;
-        secret          "1234abcd8765";
+       algorithm       hmac-sha256;
+       secret          "1234abcd8765";
 };
 
 controls {
index e2f4ac4c744f20dbd433cff38606adc1a553ce9f..006fc28d3cf7eeca3979619cc4df9b481c2b4b84 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 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.
+ */
+
 zone "10.IN-ADDR.ARPA" { type master; file "empty.db"; };
 zone "16.172.IN-ADDR.ARPA" { type master; file "empty.db"; };
 zone "17.172.IN-ADDR.ARPA" { type master; file "empty.db"; };
index 2fd180e3ba74cae8ab0a9cf805e637e62fa53ef7..d4fa964ba38163568c29d9634ba03c1adf3f25e0 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 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
index 1faa70e308166bae9d50d9150618bdeaab34daf7..8da13e75c0bc5fdeca4737fd6cce9b676f134a0f 100644 (file)
@@ -1 +1,15 @@
+# Copyright (C) 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.
+
 cp -f ns1/named1.conf ns1/named.conf
index 4949de9e859e8e662e831d8dacf9aa43a7d3ef10..81aede39214f500a90432d806190a625c4610d97 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011, 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