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

index c074f29a7df77a72ef1f2870388ea64170895936..221135ea482bdaf3fc75320359110c3f948dfffe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc-confgen.c,v 1.25 2008/10/15 03:03:57 marka Exp $ */
+/* $Id: rndc-confgen.c,v 1.26 2008/10/15 23:47:31 tbox Exp $ */
 
 /*! \file */
 
@@ -148,7 +148,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)
@@ -293,7 +293,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 78cf709ae1a7d76498f4cefe2295cc23631dcfec..4c9251bdcf25199dd622049ae35821775caf842d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1997-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: assertions.c,v 1.22 2008/10/15 03:29:13 marka Exp $ */
+/* $Id: assertions.c,v 1.23 2008/10/15 23:47:31 tbox Exp $ */
 
 /*! \file */
 
index 891dc1764204bd643a561cd996a01f65a471a3b2..b03115216909b8f9d8bcfed5b3327173ad91fa22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  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/or distribute this software for any
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: assertions.h,v 1.25 2008/10/15 03:29:13 marka Exp $
+ * $Id: assertions.h,v 1.26 2008/10/15 23:47:31 tbox Exp $
  */
 /*! \file isc/assertions.h
  */