]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 16 Feb 2009 23:46:03 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 16 Feb 2009 23:46:03 +0000 (23:46 +0000)
bin/check/named-checkconf.c
bin/check/named-checkzone.c
bin/named/unix/os.c
lib/dns/rdata/generic/soa_6.c
lib/dns/rdata/in_1/wks_11.c
lib/isc/unix/dir.c
lib/isc/unix/file.c
lib/isc/unix/strerror.c

index d90c28ee603fbd202c80d266387829405175f37e..0b6391cb8f7b0221afea683d3307beda74d4b36e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named-checkconf.c,v 1.28.18.17 2009/02/16 02:12:58 marka Exp $ */
+/* $Id: named-checkconf.c,v 1.28.18.18 2009/02/16 23:46:03 tbox Exp $ */
 
 /*! \file */
 
@@ -59,9 +59,9 @@ isc_log_t *logc = NULL;
 /*% usage */
 static void
 usage(void) {
-        fprintf(stderr, "usage: named-checkconf [-j] [-v] [-z] [-t directory] "
+       fprintf(stderr, "usage: named-checkconf [-j] [-v] [-z] [-t directory] "
                "[named.conf]\n");
-        exit(1);
+       exit(1);
 }
 
 /*% directory callback */
@@ -171,9 +171,9 @@ configure_zone(const char *vclass, const char *view,
 
        zname = cfg_obj_asstring(cfg_tuple_get(zconfig, "name"));
        classobj = cfg_tuple_get(zconfig, "class");
-        if (!cfg_obj_isstring(classobj))
-                zclass = vclass;
-        else
+       if (!cfg_obj_isstring(classobj))
+               zclass = vclass;
+       else
                zclass = cfg_obj_asstring(classobj);
 
        zoptions = cfg_tuple_get(zconfig, "options");
@@ -192,9 +192,9 @@ configure_zone(const char *vclass, const char *view,
                return (ISC_R_FAILURE);
        if (strcasecmp(cfg_obj_asstring(typeobj), "master") != 0)
                return (ISC_R_SUCCESS);
-        cfg_map_get(zoptions, "database", &dbobj);
-        if (dbobj != NULL)
-                return (ISC_R_SUCCESS);
+       cfg_map_get(zoptions, "database", &dbobj);
+       if (dbobj != NULL)
+               return (ISC_R_SUCCESS);
        cfg_map_get(zoptions, "file", &fileobj);
        if (fileobj == NULL)
                return (ISC_R_FAILURE);
@@ -285,8 +285,8 @@ configure_zone(const char *vclass, const char *view,
                } else
                        INSIST(0);
        } else {
-               zone_options |= DNS_ZONEOPT_CHECKNAMES;
-               zone_options |= DNS_ZONEOPT_CHECKNAMESFAIL;
+              zone_options |= DNS_ZONEOPT_CHECKNAMES;
+              zone_options |= DNS_ZONEOPT_CHECKNAMESFAIL;
        }
 
        masterformat = dns_masterformat_text;
@@ -397,7 +397,7 @@ main(int argc, char **argv) {
        int exit_status = 0;
        isc_entropy_t *ectx = NULL;
        isc_boolean_t load_zones = ISC_FALSE;
-       
+
        while ((c = isc_commandline_parse(argc, argv, "djt:vz")) != EOF) {
                switch (c) {
                case 'd':
index 82db599bbdf76f0e9e842d054ad29f6cb50e6451..cb021ae0a2675bc75498bc61851a4e15b25838d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: named-checkzone.c,v 1.29.18.22 2009/02/16 02:12:58 marka Exp $ */
+/* $Id: named-checkzone.c,v 1.29.18.23 2009/02/16 23:46:03 tbox Exp $ */
 
 /*! \file */
 
index c7770f5ffa97a65837a2f166eaf74aeb56d6fbf0..6e26e50c3f3054ae1623f74a5d92263514ec91f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2006, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2006, 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: os.c,v 1.66.18.19 2009/02/16 02:12:58 marka Exp $ */
+/* $Id: os.c,v 1.66.18.20 2009/02/16 23:46:03 tbox Exp $ */
 
 /*! \file */
 
index 5285f2b53fba942371e78e3723c32911b595437a..7885100543328f53fdc31ca5ba55d4de3885b90b 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2002  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: soa_6.c,v 1.59.18.1 2009/02/16 02:12:58 marka Exp $ */
+/* $Id: soa_6.c,v 1.59.18.2 2009/02/16 23:46:03 tbox Exp $ */
 
 /* Reviewed: Thu Mar 16 15:18:32 PST 2000 by explorer */
 
@@ -105,7 +105,7 @@ totext_soa(ARGS_TOTEXT) {
                comment = ISC_TF((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0);
        else
                comment = ISC_FALSE;
-       
+
 
        dns_name_init(&mname, NULL);
        dns_name_init(&rname, NULL);
@@ -160,8 +160,8 @@ totext_soa(ARGS_TOTEXT) {
 
 static inline isc_result_t
 fromwire_soa(ARGS_FROMWIRE) {
-        dns_name_t mname;
-        dns_name_t rname;
+       dns_name_t mname;
+       dns_name_t rname;
        isc_region_t sregion;
        isc_region_t tregion;
 
@@ -172,11 +172,11 @@ fromwire_soa(ARGS_FROMWIRE) {
 
        dns_decompress_setmethods(dctx, DNS_COMPRESS_GLOBAL14);
 
-        dns_name_init(&mname, NULL);
-        dns_name_init(&rname, NULL);
+       dns_name_init(&mname, NULL);
+       dns_name_init(&rname, NULL);
 
-        RETERR(dns_name_fromwire(&mname, source, dctx, options, target));
-        RETERR(dns_name_fromwire(&rname, source, dctx, options, target));
+       RETERR(dns_name_fromwire(&mname, source, dctx, options, target));
+       RETERR(dns_name_fromwire(&rname, source, dctx, options, target));
 
        isc_buffer_activeregion(source, &sregion);
        isc_buffer_availableregion(target, &tregion);
index 13c696bb080fcb1929e81b00b3d799c648c72c1d..12caf4f4f9e94ffda264362e359bb5f5ec33d53f 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  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: wks_11.c,v 1.51.18.2 2009/02/16 02:12:58 marka Exp $ */
+/* $Id: wks_11.c,v 1.51.18.3 2009/02/16 23:46:03 tbox Exp $ */
 
 /* Reviewed: Fri Mar 17 15:01:49 PST 2000 by explorer */
 
index 3b1378f84c15203528e9968340a4ec8223eeeffe..5c921cd03ec80778ea2139dd832be391d3daf656 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: dir.c,v 1.20.18.6 2009/02/16 02:12:58 marka Exp $ */
+/* $Id: dir.c,v 1.20.18.7 2009/02/16 23:46:03 tbox Exp $ */
 
 /*! \file
  * \author  Principal Authors: DCL */
index b751fc7ee18ffb9110887f03bb0d91eace0be83f..700edb147433583cec97eb7d6bd10c09551d478e 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  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.
  *
@@ -48,7 +48,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: file.c,v 1.47.18.3 2009/02/16 02:12:58 marka Exp $ */
+/* $Id: file.c,v 1.47.18.4 2009/02/16 23:46:03 tbox Exp $ */
 
 /*! \file */
 
@@ -393,7 +393,7 @@ isc_file_progname(const char *filename, char *buf, size_t buflen) {
 
 /*
  * Put the absolute name of the current directory into 'dirname', which is
- * a buffer of at least 'length' characters.  End the string with the 
+ * a buffer of at least 'length' characters.  End the string with the
  * appropriate path separator, such that the final product could be
  * concatenated with a relative pathname to make a valid pathname string.
  */
@@ -438,7 +438,7 @@ isc_result_t
 isc_file_truncate(const char *filename, isc_offset_t size) {
        isc_result_t result = ISC_R_SUCCESS;
 
-       if (truncate(filename, size) < 0) 
+       if (truncate(filename, size) < 0)
                result = isc__errno2result(errno);
        return (result);
 }
index d7a7e014f98c98a2e2ba294a04957d602f7a0238..96cfb4e6506978fa1d7df2b9a72fab6e70eac3f5 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 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: strerror.c,v 1.4.18.3 2009/02/16 02:12:58 marka Exp $ */
+/* $Id: strerror.c,v 1.4.18.4 2009/02/16 23:46:03 tbox Exp $ */
 
 /*! \file */