]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Fri, 29 Jun 2012 23:45:10 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 29 Jun 2012 23:45:10 +0000 (23:45 +0000)
122 files changed:
bin/named/convertxsl.pl
bin/tests/b8t.mk
bin/tests/b9t.mk
bin/tests/headerdep_test.sh.in
bin/tests/rbt_test.txt
bin/tests/resolv.conf.sample
bin/tests/system/acl/clean.sh
bin/tests/system/acl/setup.sh
bin/tests/system/acl/tests.sh
bin/tests/system/cacheclean/clean.sh
bin/tests/system/cacheclean/tests.sh
bin/tests/system/checknames/clean.sh
bin/tests/system/checknames/setup.sh
bin/tests/system/checknames/tests.sh
bin/tests/system/cleanall.sh
bin/tests/system/dialup/setup.sh
bin/tests/system/dialup/tests.sh
bin/tests/system/digcomp.pl
bin/tests/system/forward/clean.sh
bin/tests/system/glue/clean.sh
bin/tests/system/glue/setup.sh
bin/tests/system/glue/tests.sh
bin/tests/system/ixfr/prereq.sh
bin/tests/system/limits/clean.sh
bin/tests/system/lwresd/lwresd1/resolv.conf
bin/tests/system/lwresd/resolv.conf
bin/tests/system/notify/setup.sh
bin/tests/system/nsupdate/update_test.pl
bin/tests/system/relay/clean.sh
bin/tests/system/relay/setup.sh
bin/tests/system/relay/tests.sh
bin/tests/system/resolver/prereq.sh
bin/tests/system/setup.sh
bin/tests/system/sortlist/tests.sh
bin/tests/system/start.sh
bin/tests/system/stop.pl
bin/tests/system/stop.sh
bin/tests/system/stress/clean.sh
bin/tests/system/stress/setup.pl
bin/tests/system/stress/setup.sh
bin/tests/system/stress/tests.sh
bin/tests/system/stress/update.pl
bin/tests/system/stub/clean.sh
bin/tests/system/tsig/clean.sh
bin/tests/system/v6synth/clean.sh
bin/tests/system/v6synth/tests.sh
bin/tests/system/views/clean.sh
bin/tests/system/views/setup.sh
bin/tests/system/views/tests.sh
bin/tests/system/xferquota/clean.sh
bin/tests/system/xferquota/setup.sh
bin/tests/system/xferquota/tests.sh
bin/tests/t_api.pl
configure.in
conftools/perllib/dnsconf/Makefile.PL
conftools/perllib/dnsconf/test.pl
contrib/named-bootconf/named-bootconf.sh
contrib/nanny/nanny.pl
contrib/sdb/tcl/lookup.tcl
doc/Makefile.in
doc/arm/latex-fixup.pl
doc/doxygen/Makefile.in
doc/doxygen/doxygen-input-filter.in
doc/misc/format-options.pl
doc/misc/sort-options.pl
doc/xsl/Makefile.in
isc-config.sh.in
lib/Makefile.in
lib/bind9/include/Makefile.in
lib/bind9/include/bind9/Makefile.in
lib/dns/include/Makefile.in
lib/dns/include/dst/Makefile.in
lib/dns/spnego_asn1.pl
lib/isc/alpha/Makefile.in
lib/isc/alpha/include/Makefile.in
lib/isc/alpha/include/isc/Makefile.in
lib/isc/ia64/Makefile.in
lib/isc/ia64/include/Makefile.in
lib/isc/ia64/include/isc/Makefile.in
lib/isc/include/Makefile.in
lib/isc/mips/Makefile.in
lib/isc/mips/include/Makefile.in
lib/isc/mips/include/isc/Makefile.in
lib/isc/noatomic/Makefile.in
lib/isc/noatomic/include/Makefile.in
lib/isc/noatomic/include/isc/Makefile.in
lib/isc/nothreads/include/Makefile.in
lib/isc/nothreads/include/isc/Makefile.in
lib/isc/powerpc/Makefile.in
lib/isc/powerpc/include/Makefile.in
lib/isc/powerpc/include/isc/Makefile.in
lib/isc/pthreads/include/Makefile.in
lib/isc/pthreads/include/isc/Makefile.in
lib/isc/sparc64/Makefile.in
lib/isc/sparc64/include/Makefile.in
lib/isc/sparc64/include/isc/Makefile.in
lib/isc/unix/include/Makefile.in
lib/isc/unix/include/isc/Makefile.in
lib/isc/win32/include/Makefile.in
lib/isc/win32/include/isc/Makefile.in
lib/isc/x86_32/Makefile.in
lib/isc/x86_32/include/Makefile.in
lib/isc/x86_32/include/isc/Makefile.in
lib/isc/x86_64/Makefile.in
lib/isc/x86_64/include/Makefile.in
lib/isc/x86_64/include/isc/Makefile.in
lib/isccc/include/Makefile.in
lib/isccc/include/isccc/Makefile.in
lib/isccfg/include/Makefile.in
lib/isccfg/include/isccfg/Makefile.in
lib/lwres/Makefile.in
lib/lwres/include/Makefile.in
lib/lwres/include/lwres/Makefile.in
lib/lwres/man/Makefile.in
lib/lwres/unix/Makefile.in
lib/lwres/unix/include/Makefile.in
lib/lwres/unix/include/lwres/Makefile.in
lib/lwres/win32/Makefile.in
lib/lwres/win32/include/Makefile.in
lib/lwres/win32/include/lwres/Makefile.in
lib/tests/include/Makefile.in
lib/tests/include/tests/Makefile.in

index 87550b3c1a5811b9cc5f91f6f962badd7a510b9c..f3553685be39a65a009ca1a0c6518e082cc8c114 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2006-2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2006-2008, 2012  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 55923dcd1e10fb58857c7bfd55fc082ab542df2f..6d4189615db77775e268b9d1fac33591e18b9d13 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 96f04fb201d8ef9b5f9f8cca9bdfa4433121439a..cb6f8379c9688450676552951bd65b6382eeaefe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 3f951de7a420103975ad63d48a57ea71c4a9057d..00d5b785282a9630b0aa0f497165db001d8ac587 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 bf50b12ddd14bcc5fc308ed965b1bc46a30a4b38..0db5ecd62d630ef2d93d4dbe8ffc2d63cad67473 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 e9e349db0e63d6c42cb0d56af128fe5bb0eabb33..2d3cea5f4e75f72d9b68083fd8709b1c823eeb5e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 80ce5168c823006d800b5ea12c7eb7e1fad19923..a791698a12a31bc403500498b0ea5314f9167c33 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2008, 2012  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 9cc07f17fbe2f5324cda00401c279a1c62f1118b..f9611b5ce60eeea09a08143dac47f7e17afcfbb1 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2008, 2012  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 8d2d5640e846b7685e58d211d1dbbfd60271a147..f74a5544ebafdff36c140bec632133c55e3dc2c5 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2008, 2012  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 10388ba0a22b954b43bae833a3af6abb9b028c3a..ce45d80cda1d293c0ae1437440e87eea776e2f9b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 7e1ba79896968e39ee4edf3611252fc5d61f838a..94cb330152f0d0a53e7be2ec6cbb151d23e124ce 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index f0c46de9a381e383e9b17895a71a915804821b4d..43b6eacb2d118a8f110026c9eea030b0fb8c58a0 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 0027ed34ca32aab195f3353a308834de5cefaf60..de4e7d9cd600ac849e8c846db8e43371a823eda5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 dffacd271bebd07c68fa15ae05375a3b248d2dd7..2a45159b7c375eb7828f7ec3f1d6dd0cd4c60aeb 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 9b6aa6f85f8ba1e5749742f95187652d4ff2c7fa..a5fef69e20980f58dad04c9dc456147d8da3700a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 11ce0311b5f0fdcdcf5bc70b750884f632f19ef0..aedeb2a68c13a9ac36704f9615447f0083d9a842 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 e48369ff1f513e248c1621cce411877b9db07523..40da054227188db1dfa97e27e69db93112b56ad9 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 87e64cb1b3794cfca749a498dc505129833d1b73..28ee067d3327b1c1541b5d10940d47b1cffe90ec 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 b2277453b3b9ab80696f6bf084ced4c2822ba07b..6b517db7814bcc7178fe0bef02731fcb0335312a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 a3bc740c76da1879f312530ced28ff611b550168..defe32bd7d30ce00947d3dacdee532c99bf96360 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 2dbbe03c89df4b1f3684ce5a501ead2ea1ca25f7..4fa1aad0a961c0408dbe9b5555083c232712b20d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 3ecf7016ed8d6a54c5456aa2aabb6a60eabc1836..32181ec9e0c50cbbc4c7552134a42acf0a492fb2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index aaf349b2ffd3d0242428b44406c344ea8ec0118b..7218ee64a6ca18733e3dc28df9dff9ba76ccf556 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index bf226076c936639d5b4259624d5f3b1309e8e81e..f3a4545d40e81437b6723b377aebfa357bd12b00 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 1aa88c952449e86e18faadcb6053c467cd0f477a..d9a72ae0e801af3b72b8ff2ca30c73744ee8603b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 1aa88c952449e86e18faadcb6053c467cd0f477a..d9a72ae0e801af3b72b8ff2ca30c73744ee8603b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 eebcbf173484ee181906124e9d435cfec522717f..e989e4bb05a95f614b85c9000b98b09c78136799 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 ef41b0078e4f8d8c71db2a9ab89ace7b41139058..4b542916bf0ec5751841e43085d8049b9a6cda10 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 20a8723323188d254d47fbb98777438b981083c1..3f76a8c820e7391cb3d914260232260e9d983d9d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 b70f2877fc64f8a294f270609567f699e51b9503..6ea545299cd2728f8f9a94c3136020511b1fd8f7 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 227a1b8e3d16e2dff808e12ecb3cccfb30ecaeec..d36c9eb776f3b93149c1d79514fadb9a75925666 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 c0dbb7b9d4cb829eda41b46591b64ce2dc56ed4d..1070f85e905652ce97539379e5e92d7260ed3930 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 8418e2eafba917052eac6741d40e3d48435652ea..9d97c60e2f635042b4f9ea53df69e0b8dc6cc9a8 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 06f175a05cf04aaea85fa2401f85c980f4197464..c878dcafc740cb1a1ac635ba94e112248731b9fe 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 7c128db83efaedd72ffd544046f466628cede2f4..a5136aa389929846ed8b832a297844f82e3f5bda 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 3d4b804995677bbe55b51982d1ee1c7996d927e6..e61868f1f18aa5a935d6ba3d4e7dd358cdfc4c66 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 5eb6cddca407f4b2e1bc50ff6cdc8b848faa722c..9c921929297e64b49114c857f9794fb1b5e68d76 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 1a3fa60881d837543f021607c515316b525bcfe4..837115058d446d827d2f4ca9b2154573d1542c32 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 5ae09284c6f3fcbce60c0fad8d2af04412fbd5c9..3cbe23bb1d28da6d71456ace574f9a07c4a0d5b2 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 2737998630d5abb7da2f816e7db0dc9126b3d444..68694a18492313bda9b0d9b272626eed6a8426ca 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 1c5e75e04f73d995af58dd252705df233393de2c..4b8ff6af1cf093fda021b126e37c640b1aecca1a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 6a4a6fbc39736e3d56c25ee67f6e133c821659d7..3acfbe1d6b7197ecc937bc963aa4ddd5a0013866 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 dadd7659889b6c8e5305ea170abebacda4cf8904..6278ba1268e9d50d21108623d833dd24c202b63c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 47e7172b849fead564682e43b7defe8f9cbd3716..eaae896cfd50011dd9b007d909e79d1011971cfd 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2005-2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005-2007, 2012  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 5f9157bfda41046f7fbc36a279c26bb0cda5eedf..206b94bc14698bbeb5000403c01479cbaae00bde 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 8cc67f95d3afd09bfc00932364e6100140d4cc24..c5731e197cd712215bb9988c558cbdc760d9b0a7 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 1eebccf1fcce92fc4102fb3a548899d93be9dee5..091fe31fb3a366bdbdda7807f0b83a524cddf934 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005, 2007, 2012  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 c572a874e79fbfab674055165d968874900e5d45..420794743013748baf109d64636186e2de2725e6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 b6fb552efcb4ea2bae617a3ff9b1c62412dcf65f..71674c9ace6aee0e335f8f7fd93925e207869c2a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 9ca88306baa734828416f53b9653ab8cf4baa913..2938a487bf866266cc83cf6aa4ef93d22bce3da4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 d45cc8835776daddeee3e12a05877b474a91a235..528b7d39788e6f6121c710644c68fff9aac20494 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 9d077e55bb8470b68235a81025fcea88f216efd8..b5e03368f99b1688534aca66b906f1ebf756d3a9 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 daf0161bf2d30409d745418f0f1c6fca4340d3d0..9bc47aed7179ff48f8188197f03c84ff56d1cd39 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 c4ff207b754c3d92c1305a5b38b8138899eff3f8..acb6f039c4312aae66626f0ea240c044d0776407 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index d0094c83787e06cc8b5c2bdf53bbb1dbecbddfd0..b5d2466458fb00b510738e77b403ac732fa6497c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 e03f5ac2141a0bf439381b38a962458415709db1..c1c18478ffb7de66880a81dfda0b7168b17d57a4 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 029e35bd457b15f896bfa25cb7ea681b406aa0dc..cb2aeec928d88c3acab0155d6672cb313cf77ff1 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Portions Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Portions Copyright (C) 2004, 2006, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Portions Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 16ecf1f989ca20747a34f52b1391f6e3e8e73fd2..815c2925f2e71a6c03dd118c392346d5dadcfe49 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 83a8e2a4792f3aa9d46961cd6b8a1e2acd71beae..9d2b2c3e4f509603ef0b1751d38713e9441a9227 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 14d35bc2d6486cb2b39d52f78a3feb4965eb44b5..29074b53fb1c29e11f7a02b8402297419181e024 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2007, 2012  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 b133b5ad5e496f5f65a223fd32ebeb9086a19c1a..b1384c85de51da690c3ed2b0db87538f505537c6 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005, 2007, 2012  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 d7d4620eda90d9d350f8a898a1f2f6db28991661..ec623986ab8fe2ba6134c21e7d347df57966bde5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2006, 2007, 2012  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 015559a27985e0abb68d2b01a1a7979338020208..527f7002bf410087fe58bf0bd4fb334d32787282 100644 (file)
@@ -1,6 +1,6 @@
 #!@PERL@ -w
 #
-# Copyright (C) 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2006, 2007, 2012  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 b0b8d5232bb234b671f7edc728f74df2a48c29e5..c405ee2ba2fdc31fc360a7745d36b453e6bcbfd4 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 42515215df0cf0860a322417b48a2c643483101a..0030525988eedb79957112e0a62ca2e9ed4d8ad0 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/perl
 #
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 30c1c61a91ee0dc0a453a61be9f550e432299231..cba3068e741903c0eeee9d547bf57218bcd0aed2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005, 2007, 2012  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 0eafca7b25a79c77b6985431015e549c5a63d5cd..26b7d64dd176fcc77f9efa94faf706c897a8b789 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index e46aef26d093bcecca660939a523d16832209122..e3f0bdb8fc9db72bbe76324f7a16d4e9c8ec5166 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001, 2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 65eecb05b5fb3b8dc12e865007e0a87457e99d65..0a7436c07a73762753c4717449b98b0394c07a8a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 8abfaf65a25ee421c49ac4dc65d3d4db93f28764..11ae586205efb7a6b830e614243255c9eab4f2f6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index b52cb980d55075c3b01e353c41e1a7c804ed7400..10d798d9605f6f35464983435d465eae8b5fb8dd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 4ed4ec0430fd3623f3311db121edbf0a07d9b6c7..cece67dd33a0d1f78353ea1fe2e6c0c3188cffec 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 93dd676752dfcf7235cd93395296b9a157afadde..0aaa57fa549ed36c1876de13ab6920abcea84678 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bin/perl -w
 #
-# Copyright (C) 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2006, 2007, 2012  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 324db070729191f7a7f02084ba80d9225b08c61a..9c24cdf95b4a31e221303ca3157c5d1945e08e92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f1d8bdd31a546922a8abded44083537ea9993a76..e3995599f9ce82c5c63b52960463003e4203e89a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 5f116cac9d098c6e51c3a3fe0b6cfa4656043846..4927e210f38eb8a50663053d9c1ec8d6a06e769d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 324db070729191f7a7f02084ba80d9225b08c61a..9c24cdf95b4a31e221303ca3157c5d1945e08e92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f1d8bdd31a546922a8abded44083537ea9993a76..e3995599f9ce82c5c63b52960463003e4203e89a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 5f116cac9d098c6e51c3a3fe0b6cfa4656043846..4927e210f38eb8a50663053d9c1ec8d6a06e769d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 04778d7840ce8c3cc0d9a3ecb1cdd5d55b68a188..70c165ef31a7f69eaa7827fba66516f2ba364ba5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 324db070729191f7a7f02084ba80d9225b08c61a..9c24cdf95b4a31e221303ca3157c5d1945e08e92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f1d8bdd31a546922a8abded44083537ea9993a76..e3995599f9ce82c5c63b52960463003e4203e89a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 5f116cac9d098c6e51c3a3fe0b6cfa4656043846..4927e210f38eb8a50663053d9c1ec8d6a06e769d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 324db070729191f7a7f02084ba80d9225b08c61a..9c24cdf95b4a31e221303ca3157c5d1945e08e92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f1d8bdd31a546922a8abded44083537ea9993a76..e3995599f9ce82c5c63b52960463003e4203e89a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 5f116cac9d098c6e51c3a3fe0b6cfa4656043846..4927e210f38eb8a50663053d9c1ec8d6a06e769d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 a52310a6d568a51edd18fa9bdaac30bca8d012eb..662a72dfe244507eabf3a393c5de12a9ac7f0f56 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 3c9eab0e0b9f9e34afbddc062021c92b02baf48e..a2c347eaa253ad3c663c391540ee589f09cefab5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 324db070729191f7a7f02084ba80d9225b08c61a..9c24cdf95b4a31e221303ca3157c5d1945e08e92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f1d8bdd31a546922a8abded44083537ea9993a76..e3995599f9ce82c5c63b52960463003e4203e89a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 5f116cac9d098c6e51c3a3fe0b6cfa4656043846..4927e210f38eb8a50663053d9c1ec8d6a06e769d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 0303ab1302b91e97aead735af7d26e802aa98454..46c243e1abcb13ddabcc1cbc24bd320b00a800c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 11675ec21faad76679d28cce5cbba78b0acc81e8..7cadcf4b6f3dede7b782539bb1672446d02d38a3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 324db070729191f7a7f02084ba80d9225b08c61a..9c24cdf95b4a31e221303ca3157c5d1945e08e92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f1d8bdd31a546922a8abded44083537ea9993a76..e3995599f9ce82c5c63b52960463003e4203e89a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 5f116cac9d098c6e51c3a3fe0b6cfa4656043846..4927e210f38eb8a50663053d9c1ec8d6a06e769d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 0303ab1302b91e97aead735af7d26e802aa98454..46c243e1abcb13ddabcc1cbc24bd320b00a800c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 2f4d2164b2d6298a5e25da7622f52b1a817e2b80..d3b50842522501477214b11efbf6b8711020c156 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 c74b52d26359935b4a910c308be8ceee1a647c3c..60435f9e6cbeb2d612df372735a5069b5128ceb3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 dcd851903513bb06ae09a31676d6db615b187497..6b5bcea2a2b8af406c5ca16168a2ae11aa588b67 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 324db070729191f7a7f02084ba80d9225b08c61a..9c24cdf95b4a31e221303ca3157c5d1945e08e92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f1d8bdd31a546922a8abded44083537ea9993a76..e3995599f9ce82c5c63b52960463003e4203e89a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 5f116cac9d098c6e51c3a3fe0b6cfa4656043846..4927e210f38eb8a50663053d9c1ec8d6a06e769d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 324db070729191f7a7f02084ba80d9225b08c61a..9c24cdf95b4a31e221303ca3157c5d1945e08e92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f1d8bdd31a546922a8abded44083537ea9993a76..e3995599f9ce82c5c63b52960463003e4203e89a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 f33ae99402476232d9695af4c5484a9598bc1d0c..9a988bb76159874da02fb6803df4658fe148c293 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2007, 2012  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 9f727c306ca3a5a3693439ffc01b530ff0d3a0d7..6b222a52267d9ff6b39be45dc9f40c16c43b0da4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index ae5bec758a0f3f7abb43b1f57b2593faa114268c..c4af19a74968255d38385aaf35cea1c34319ee46 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 1f240030ab8f4ad9094102950628f13f4e3be2f4..5c6976a84de4af46b7be76e9620b4ab9dc779083 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index a6fd4125fdd6ea00299bdd9c44a8893198e18dd9..211583a5f1e4d48c5303dd010fd52088563f6f6a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001, 2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 858b325d1472656a30a23bbc7d84e876a54cf7b5..0cf873b51560060169d6d5b497eb86ea2a8727c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005, 2007, 2012  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 4750a5e961945a29716ec98215cc81572d4839d9..6c3d07fd3c38fa4db83b4dd0b8d835d47a2cb7c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 fc3126f8a25db124d3c97484bb2e57eabebe202c..36b8b03d5d0a754c9f861f27b5b9851318180709 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 cb723c2735775cdf6dc21ed78594bf5dcd2b6292..80db9f2ff5dd627743c06ff066160178de48c958 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 5d77208a953742c7f379d4a2ac6398f42e715de9..26ca4fb8211a8dfaa331b1003c572384a25117ef 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 61906330a6416c29edca32a56597eb21406806f5..5372543cc014ac4335b7dd084751cad5494d3fa4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index c943e015dea9e6a2841ec2854d22923178c8ce02..4f60ce82f886eeba268289616e5e620833a73bb1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 5d77208a953742c7f379d4a2ac6398f42e715de9..26ca4fb8211a8dfaa331b1003c572384a25117ef 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 61906330a6416c29edca32a56597eb21406806f5..5372543cc014ac4335b7dd084751cad5494d3fa4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index c943e015dea9e6a2841ec2854d22923178c8ce02..4f60ce82f886eeba268289616e5e620833a73bb1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 10eedede84b50ec79e70d7a049688630801ee641..b529c75d0c42c7838dd73ed8085ba09fd863f03a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  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 5d6ad0f64934c3cc8b7028666b58a56aed33fb84..cfadac7865755bef281f61714feb1b0ee06f49f0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any