From: Automatic Updater Date: Mon, 2 Mar 2009 23:47:43 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.6.1b1~17^2~9 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4f91bcae4368308b0bfd13769a059de222a3769d;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/Makefile.in b/bin/Makefile.in index b8fe1f46296..99b475f0fb7 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.26 2009/03/02 03:53:29 each Exp $ +# $Id: Makefile.in,v 1.27 2009/03/02 23:47:43 tbox Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c index d7225e709d8..25a372cfec1 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001, 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: cfg_test.c,v 1.20 2009/03/02 02:42:50 marka Exp $ */ +/* $Id: cfg_test.c,v 1.21 2009/03/02 23:47:43 tbox Exp $ */ /*! \file */ @@ -70,7 +70,7 @@ main(int argc, char **argv) { cfg_obj_t *cfg = NULL; cfg_type_t *type = NULL; isc_boolean_t grammar = ISC_FALSE; - isc_boolean_t memstats = ISC_FALSE; + isc_boolean_t memstats = ISC_FALSE; char *filename = NULL; RUNTIME_CHECK(isc_mem_create(0, 0, &mctx) == ISC_R_SUCCESS); @@ -116,7 +116,7 @@ main(int argc, char **argv) { } else { filename = argv[1]; } - argv++, argc--; + argv++, argc--; } if (grammar) { diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index 6f9d5218da6..fad70d5aefe 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2006-2008 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006-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 @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.47 2009/03/02 03:53:29 each Exp $ +# $Id: Makefile.in,v 1.48 2009/03/02 23:47:43 tbox Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/dst/dst_test.c b/bin/tests/dst/dst_test.c index 811d0f0d9dd..597e6356c6d 100644 --- a/bin/tests/dst/dst_test.c +++ b/bin/tests/dst/dst_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 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: dst_test.c,v 1.44 2009/03/02 02:48:02 marka Exp $ */ +/* $Id: dst_test.c,v 1.45 2009/03/02 23:47:43 tbox Exp $ */ #include diff --git a/bin/tests/system/dlv/setup.sh b/bin/tests/system/dlv/setup.sh index ba2af280310..34e8c174331 100644 --- a/bin/tests/system/dlv/setup.sh +++ b/bin/tests/system/dlv/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009 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 @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.5 2009/03/02 03:53:29 each Exp $ +# $Id: setup.sh,v 1.6 2009/03/02 23:47:43 tbox Exp $ ../../../tools/genrandom 400 random.data diff --git a/bin/tests/system/dnssec/prereq.sh b/bin/tests/system/dnssec/prereq.sh index bf7ebedef94..78fafebe435 100644 --- a/bin/tests/system/dnssec/prereq.sh +++ b/bin/tests/system/dnssec/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2006, 2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: prereq.sh,v 1.11 2009/03/02 03:53:29 each Exp $ +# $Id: prereq.sh,v 1.12 2009/03/02 23:47:43 tbox Exp $ ../../../tools/genrandom 400 random.data diff --git a/bin/tests/system/dnssec/setup.sh b/bin/tests/system/dnssec/setup.sh index 80d9f11ddc0..913589b8f54 100644 --- a/bin/tests/system/dnssec/setup.sh +++ b/bin/tests/system/dnssec/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.15 2009/03/02 03:53:29 each Exp $ +# $Id: setup.sh,v 1.16 2009/03/02 23:47:43 tbox Exp $ ../../../tools/genrandom 400 random.data diff --git a/bin/tests/system/tkey/prereq.sh b/bin/tests/system/tkey/prereq.sh index 5dc6aaaa211..54321e7ef19 100644 --- a/bin/tests/system/tkey/prereq.sh +++ b/bin/tests/system/tkey/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2006, 2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: prereq.sh,v 1.11 2009/03/02 03:53:29 each Exp $ +# $Id: prereq.sh,v 1.12 2009/03/02 23:47:43 tbox Exp $ ../../../tools/genrandom 400 random.data diff --git a/bin/tests/system/tkey/setup.sh b/bin/tests/system/tkey/setup.sh index 3844ce01195..6311bc9ee00 100644 --- a/bin/tests/system/tkey/setup.sh +++ b/bin/tests/system/tkey/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.6 2009/03/02 03:53:29 each Exp $ +# $Id: setup.sh,v 1.7 2009/03/02 23:47:43 tbox Exp $ RANDFILE=random.data diff --git a/bin/tools/Makefile.in b/bin/tools/Makefile.in index f3bfb3baf3b..d75ebf2a4c2 100644 --- a/bin/tools/Makefile.in +++ b/bin/tools/Makefile.in @@ -1,5 +1,4 @@ -# Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 1998-2003 Internet Software Consortium. +# Copyright (C) 2009 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 @@ -13,7 +12,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.2 2009/03/02 03:53:30 each Exp $ +# $Id: Makefile.in,v 1.3 2009/03/02 23:47:43 tbox Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tools/genrandom.8 b/bin/tools/genrandom.8 index 714e2abb969..7664b04a477 100644 --- a/bin/tools/genrandom.8 +++ b/bin/tools/genrandom.8 @@ -1,18 +1,18 @@ -.\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") -.\" -.\" Permission to use, copy, modify, and distribute this software for any +.\" Copyright (C) 2009 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: genrandom.8,v 1.2 2009/03/02 03:53:30 each Exp $ +.\" $Id: genrandom.8,v 1.3 2009/03/02 23:47:43 tbox Exp $ .\" .hy 0 .ad l diff --git a/bin/tools/genrandom.c b/bin/tools/genrandom.c index b2dda64b805..35ae8696ea4 100644 --- a/bin/tools/genrandom.c +++ b/bin/tools/genrandom.c @@ -1,6 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 2000-2003 Internet Software Consortium. + * Copyright (C) 2009 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 @@ -15,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: genrandom.c,v 1.2 2009/03/02 03:53:30 each Exp $ */ +/* $Id: genrandom.c,v 1.3 2009/03/02 23:47:43 tbox Exp $ */ /*! \file */ #include diff --git a/bin/tools/genrandom.docbook b/bin/tools/genrandom.docbook index 4cd89172738..f17dfd7a04e 100644 --- a/bin/tools/genrandom.docbook +++ b/bin/tools/genrandom.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + Feb 19, 2009 diff --git a/bin/tools/genrandom.html b/bin/tools/genrandom.html index 57a1df4360c..f3e5416a644 100644 --- a/bin/tools/genrandom.html +++ b/bin/tools/genrandom.html @@ -1,19 +1,20 @@ - + + diff --git a/bin/tools/journalprint.8 b/bin/tools/journalprint.8 index 3c2fcba7bbb..2f13f5fbad3 100644 --- a/bin/tools/journalprint.8 +++ b/bin/tools/journalprint.8 @@ -1,18 +1,18 @@ -.\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") -.\" -.\" Permission to use, copy, modify, and distribute this software for any +.\" Copyright (C) 2009 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: journalprint.8,v 1.2 2009/03/02 03:53:30 each Exp $ +.\" $Id: journalprint.8,v 1.3 2009/03/02 23:47:43 tbox Exp $ .\" .hy 0 .ad l diff --git a/bin/tools/journalprint.c b/bin/tools/journalprint.c index 21b6e413d55..3d648bb2003 100644 --- a/bin/tools/journalprint.c +++ b/bin/tools/journalprint.c @@ -1,6 +1,5 @@ /* - * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 2000, 2001 Internet Software Consortium. + * Copyright (C) 2009 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 @@ -15,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journalprint.c,v 1.2 2009/03/02 03:53:30 each Exp $ */ +/* $Id: journalprint.c,v 1.3 2009/03/02 23:47:43 tbox Exp $ */ /*! \file */ #include diff --git a/bin/tools/journalprint.docbook b/bin/tools/journalprint.docbook index 7b03c569db3..6201f45ee02 100644 --- a/bin/tools/journalprint.docbook +++ b/bin/tools/journalprint.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + Feb 18, 2009 diff --git a/bin/tools/journalprint.html b/bin/tools/journalprint.html index 21e4987ea4c..7a8d23ce30e 100644 --- a/bin/tools/journalprint.html +++ b/bin/tools/journalprint.html @@ -1,19 +1,20 @@ - + + diff --git a/bin/tools/nsec3hash.8 b/bin/tools/nsec3hash.8 index fa21b3257a8..86b39dfc805 100644 --- a/bin/tools/nsec3hash.8 +++ b/bin/tools/nsec3hash.8 @@ -1,18 +1,18 @@ -.\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") -.\" -.\" Permission to use, copy, modify, and distribute this software for any +.\" Copyright (C) 2009 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: nsec3hash.8,v 1.2 2009/03/02 03:53:30 each Exp $ +.\" $Id: nsec3hash.8,v 1.3 2009/03/02 23:47:43 tbox Exp $ .\" .hy 0 .ad l diff --git a/bin/tools/nsec3hash.c b/bin/tools/nsec3hash.c index 2a11bcd844d..5245742ab5f 100644 --- a/bin/tools/nsec3hash.c +++ b/bin/tools/nsec3hash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009 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 @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsec3hash.c,v 1.2 2009/03/02 03:53:30 each Exp $ */ +/* $Id: nsec3hash.c,v 1.3 2009/03/02 23:47:43 tbox Exp $ */ #include diff --git a/bin/tools/nsec3hash.docbook b/bin/tools/nsec3hash.docbook index a0c1c2eb966..d20eb83b990 100644 --- a/bin/tools/nsec3hash.docbook +++ b/bin/tools/nsec3hash.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + Feb 18, 2009 diff --git a/bin/tools/nsec3hash.html b/bin/tools/nsec3hash.html index 8af96e250b2..b3688156279 100644 --- a/bin/tools/nsec3hash.html +++ b/bin/tools/nsec3hash.html @@ -1,19 +1,20 @@ - + + diff --git a/lib/dns/dst_api.c b/lib/dns/dst_api.c index 06b5abdc46e..c6d25d537de 100644 --- a/lib/dns/dst_api.c +++ b/lib/dns/dst_api.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -31,7 +31,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.18 2009/03/02 02:03:59 marka Exp $ + * $Id: dst_api.c,v 1.19 2009/03/02 23:47:43 tbox Exp $ */ /*! \file */ diff --git a/lib/dns/dst_parse.c b/lib/dns/dst_parse.c index bd7aac592ab..d2b3922e10c 100644 --- a/lib/dns/dst_parse.c +++ b/lib/dns/dst_parse.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -31,7 +31,7 @@ /*% * Principal Author: Brian Wellington - * $Id: dst_parse.c,v 1.15 2009/03/02 03:01:04 marka Exp $ + * $Id: dst_parse.c,v 1.16 2009/03/02 23:47:43 tbox Exp $ */ #include diff --git a/lib/tests/t_api.c b/lib/tests/t_api.c index 2cdbeb48916..07f06390fd7 100644 --- a/lib/tests/t_api.c +++ b/lib/tests/t_api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-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: t_api.c,v 1.64 2009/03/02 01:57:10 marka Exp $ */ +/* $Id: t_api.c,v 1.65 2009/03/02 23:47:43 tbox Exp $ */ /*! \file */