]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 4 Apr 2013 23:45:21 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 4 Apr 2013 23:45:21 +0000 (23:45 +0000)
bin/tests/system/masterformat/ns2/named.conf
bin/tests/system/masterformat/setup.sh
bin/tests/system/masterformat/tests.sh
lib/dns/rdata/generic/eui48_108.c
lib/dns/rdata/generic/eui64_109.c

index b46419d79903e121923f6e8bea8744f2f81d46de..b313fb03627f52ab27465612b0a22961e61e1bce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 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 420090b870401b0ddeb04681ccf29188381cc1cd..7168b9adb9ef8e30d5cb27b29d7351fba268aa9e 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005-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 9308cbe3ab16a9fc4b15c71e10ba2288014d8cc6..7899a04e80dc57c55385c0202c900c7e1b9cadaa 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2005, 2007, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and distribute this software for any
+# 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.
 #
index 7e369fe4d16fb88ff4815045fa22d840fd6b6474..3e52fec0ed4a2055094a3c82ff3c1b1ef6868438 100644 (file)
@@ -43,7 +43,7 @@ fromtext_eui48(ARGS_FROMTEXT) {
        if (n != 6 || l0 > 255U || l1 > 255U || l2 > 255U || l3 > 255U ||
            l4 > 255U || l5 > 255U)
                return (DNS_R_BADEUI);
-               
+
        eui48[0] = l0;
        eui48[1] = l1;
        eui48[2] = l2;
index 1b6d59b8c8ade3e741debbd7ce6f938acb6cbeb7..245994fdf5c0bd619facbe0cc73f5258da67a51e 100644 (file)
@@ -43,7 +43,7 @@ fromtext_eui64(ARGS_FROMTEXT) {
        if (n != 8 || l0 > 255U || l1 > 255U || l2 > 255U || l3 > 255U ||
            l4 > 255U || l5 > 255U || l6 > 255U || l7 > 255U)
                return (DNS_R_BADEUI);
-               
+
        eui64[0] = l0;
        eui64[1] = l1;
        eui64[2] = l2;