]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Sun, 16 Feb 2014 23:46:32 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Sun, 16 Feb 2014 23:46:32 +0000 (23:46 +0000)
18 files changed:
bin/Makefile.in
bin/delve/delve.1
bin/delve/delve.c
bin/delve/delve.html
bin/dig/dig.c
lib/dns/client.c
lib/dns/include/dns/client.h
lib/dns/include/dns/log.h
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/message.h
lib/dns/include/dns/validator.h
lib/dns/log.c
lib/dns/validator.c
lib/isc/include/isc/log.h
lib/isc/unix/app.c
make/rules.in
util/bindkeys.pl
util/kit.sh

index b1b477805f19d8e92f49bf974329bd14826bc341..b69525e337f3dcaccaa7febb1d012c3c59c1882c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2009, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2012-2014  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 54abfcce7e4488b103e7e56176ee97e9eeea3099..fd3c0f6b6ac4d5998f5afd518da0c82a8a7d4ee7 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
-.\" 
+.\" 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,
+.\" 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
index f611d183008245635cf8ea0a93972fefb779b0eb..1e4c656dea2d5bba706dc082d957b6aed7221aa9 100644 (file)
@@ -662,7 +662,7 @@ load_keys(const cfg_obj_t *keys, dns_client_t *client) {
                     elt2 = cfg_list_next(elt2))
                {
                        key = cfg_listelt_value(elt2);
-                       CHECK(key_fromconfig(key, client)); 
+                       CHECK(key_fromconfig(key, client));
                }
        }
 
index 34c30d2cdd7ada5f702b57682d150d6462dec752..cd6fa40ab94c9bbb75d5568814ba9762984a7c3f 100644 (file)
@@ -1,18 +1,19 @@
 <!--
- - Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
- - 
+ - 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,
+ - 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.
 -->
+
 <!-- $Id$ -->
 <html>
 <head>
index ddfc826cb8762f48e43c3af3e5b552ecbad1b2e6..2d47579d04adcff052cecdbc1af70a7e235feec3 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) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index d153cde9b0ea10ce8ee5a22215a230175ebf20a5..867f2c6322caeea543528ec6f193dc40e284e2bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009-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 eadf5674d650a4d0a843a1e955e16f6882c4a56a..f60bad64b6f79be4bc3047f6cdd8d8f0fe82e361 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2013, 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 e4865750e3d1416166d586ae23af3a3880e063f3..15f39767839ad8d9eb45823d686bbdd0aee86330 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index b456a688cfaca38ef9c3f9ad784056c1fd557fa3..4d5fd044da357d72998b3d5866043c83ae3f5902 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008, 2011, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2011, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 568c53a58b787f5c60da7ea9851128dc2c68e880..889a7c31c4a79a88567b9706f92e96baaf923a53 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010, 2012-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 9ca9e42d500cf5099dcc59ae1ab0e6d90f4dbf3a..8f640421481ddf835fb8fb785074d3847b97f00c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010, 2013, 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 1db6eac79cd8f196602362f69984763f7ce38e30..56b616137e33c3c9a1701233476888943de1beb9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 10d8d11dcea13345a2a3267c36d358ceb6ec28a8..9985e62ca6ddd9aa05f0fc87c4565425ed1e5ec2 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) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index e609d913b7db96b5ef596a81a9a5f95dcb5bc1f3..0a0430f796f8266024eef873eafc332ea5b22058 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index d46e240aa7847204301412f61e99722445e80707..3adeb3f27e3b623b20cce2333fca5312879b5ca6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2013, 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 97ce5bc98209dd29661ce141034eaca6b1f804d9..1768540374297283987a8f5fa99f3d35ac164d10 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009, 2011-2014  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 937d78b9fcb580b7ea786b6adac8c2addbeef46c..c132490964257c2fecd5cad7ea9a54ef986700c9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2009-2012  Internet Systems Consortium, Inc. ("ISC")
+# 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 f0354ebad158cdb62f711f32cdf509164da0761d..ac139a4e65d1665dcc8b3de44cfdc9d7cfa8c93b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007-2010, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007-2010, 2012-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