]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 15 Oct 2008 23:45:34 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 15 Oct 2008 23:45:34 +0000 (23:45 +0000)
bin/dnssec/dnssec-keygen.docbook
bin/dnssec/dnssec-signzone.docbook
bin/rndc/rndc-confgen.c
bin/rndc/rndc.c
lib/isc/assertions.c
lib/isc/include/isc/assertions.h

index ca0028cebb8b4da5f25e955cea25671deebab620..6690f542c25ece74f899f52ab28f9e30c2df5766 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-keygen.docbook,v 1.3.12.14 2008/10/15 01:18:46 marka Exp $ -->
+<!-- $Id: dnssec-keygen.docbook,v 1.3.12.15 2008/10/15 23:45:34 tbox Exp $ -->
 
 <refentry>
   <refentryinfo>
@@ -36,6 +36,7 @@
       <year>2004</year>
       <year>2005</year>
       <year>2007</year>
+      <year>2008</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
index 603af946849448314ae965e056aa0e8e9d02d1a2..b5587d2153fd8fc1de3a63a951ec6806b6376063 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-signzone.docbook,v 1.2.2.2.4.17 2008/10/15 01:18:46 marka Exp $ -->
+<!-- $Id: dnssec-signzone.docbook,v 1.2.2.2.4.18 2008/10/15 23:45:34 tbox Exp $ -->
 
 <refentry>
   <refentryinfo>
@@ -36,6 +36,7 @@
       <year>2004</year>
       <year>2005</year>
       <year>2007</year>
+      <year>2008</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
index 1e81e5677bd6cad29ad62ee224c1a3b06a499d24..f0cd0cbd367b87ac2f48ad2eeab357ebc8af0957 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001, 2003  Internet Software Consortium.
  *
- * 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.
  *
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc-confgen.c,v 1.9.2.6.2.6 2008/10/15 03:08:15 marka Exp $ */
+/* $Id: rndc-confgen.c,v 1.9.2.6.2.7 2008/10/15 23:45:34 tbox Exp $ */
 
 #include <config.h>
 
@@ -137,7 +137,7 @@ main(int argc, char **argv) {
        isc_boolean_t keyonly = ISC_FALSE;
        int len;
 
-       keydef = keyfile = RNDC_KEYFILE;
+       keydef = keyfile = RNDC_KEYFILE;
 
        result = isc_file_progname(*argv, program, sizeof(program));
        if (result != ISC_R_SUCCESS)
@@ -275,7 +275,7 @@ main(int argc, char **argv) {
                                fatal("isc_mem_get(%d) failed\n", len);
                        snprintf(buf, len, "%s%s%s", chrootdir,
                                 (*keyfile != '/') ? "/" : "", keyfile);
-                       
+
                        write_key_file(buf, user, keyname, &key_txtbuffer);
                        isc_mem_put(mctx, buf, len);
                }
index 5fbb625f2b23000bebaa63ad7d3322477611e19e..977a8ba6054119100f0fda1792bc0f0bb16d8280 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004-2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2006, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
- * 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.
  *
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.77.2.5.2.20 2008/10/15 03:08:15 marka Exp $ */
+/* $Id: rndc.c,v 1.77.2.5.2.21 2008/10/15 23:45:34 tbox Exp $ */
 
 /*
  * Principal Author: DCL
@@ -86,7 +86,7 @@ static void
 usage(int status) {
        fprintf(stderr, "\
 Usage: %s [-c config] [-s server] [-p port]\n\
-        [-k key-file ] [-y key] [-V] command\n\
+       [-k key-file ] [-y key] [-V] command\n\
 \n\
 command is one of the following:\n\
 \n\
@@ -98,9 +98,9 @@ command is one of the following:\n\
   retransfer zone [class [view]]\n\
                Retransfer a single zone without checking serial number.\n\
   freeze zone [class [view]]\n\
-               Suspend updates to a dynamic zone.\n\
+               Suspend updates to a dynamic zone.\n\
   thaw zone [class [view]]\n\
-               Enable updates to a frozen dynamic zone and reload it.\n\
+               Enable updates to a frozen dynamic zone and reload it.\n\
   reconfig     Reload configuration file and new zones only.\n\
   stats                Write server statistics to the statistics file.\n\
   querylog     Toggle query logging.\n\
@@ -443,7 +443,7 @@ parse_config(isc_mem_t *mctx, isc_log_t *log, const char *keyname,
                (void)cfg_map_get(config, "server", &servers);
                if (servers != NULL) {
                        for (elt = cfg_list_first(servers);
-                            elt != NULL; 
+                            elt != NULL;
                             elt = cfg_list_next(elt))
                        {
                                const char *name;
@@ -479,7 +479,7 @@ parse_config(isc_mem_t *mctx, isc_log_t *log, const char *keyname,
        else {
                DO("get config key list", cfg_map_get(config, "key", &keys));
                for (elt = cfg_list_first(keys);
-                    elt != NULL; 
+                    elt != NULL;
                     elt = cfg_list_next(elt))
                {
                        key = cfg_listelt_value(elt);
@@ -624,7 +624,7 @@ main(int argc, char **argv) {
        logdest.file.maximum_size = 0;
        DO("creating log channel",
           isc_log_createchannel(logconfig, "stderr",
-                                ISC_LOG_TOFILEDESC, ISC_LOG_INFO, &logdest,
+                                ISC_LOG_TOFILEDESC, ISC_LOG_INFO, &logdest,
                                 ISC_LOG_PRINTTAG|ISC_LOG_PRINTLEVEL));
        DO("enabling log channel", isc_log_usechannel(logconfig, "stderr",
                                                      NULL, NULL));
index 70f4f9f9e0e4cd6b1a3b09e1437b5b032a8e91df..ce4ea83c850abb4819d0b6c1f488584339323792 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1997-2001  Internet Software Consortium.
  *
- * 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.
  *
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: assertions.c,v 1.16.206.2 2008/10/15 03:37:57 marka Exp $ */
+/* $Id: assertions.c,v 1.16.206.3 2008/10/15 23:45:34 tbox Exp $ */
 
 #include <config.h>
 
index 168e13f30c5bc8a39bfa4b74757de6b235771d4d..b6f68a6dfd5b12ce1e4231f87cff0c2fdd895051 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1997-2001  Internet Software Consortium.
  *
- * 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.
  *
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: assertions.h,v 1.17.206.2 2008/10/15 03:37:57 marka Exp $
+ * $Id: assertions.h,v 1.17.206.3 2008/10/15 23:45:34 tbox Exp $
  */
 
 #ifndef ISC_ASSERTIONS_H