From 207cee019eb5cbbe7c905f7c52f7b5d11f8c0305 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Thu, 17 Mar 2011 23:47:30 +0000 Subject: [PATCH] update copyright notice --- bin/dnssec/dnssec-keygen.docbook | 5 +++-- bin/dnssec/dnssec-settime.c | 4 ++-- bin/dnssec/dnssec-settime.docbook | 5 +++-- bin/tests/dst/t_dst.c | 4 ++-- bin/tests/system/autosign/clean.sh | 4 ++-- bin/tests/system/autosign/ns3/keygen.sh | 4 ++-- bin/tests/system/autosign/ns3/named.conf | 4 ++-- bin/tests/system/autosign/ns3/ttl1.example.db.in | 4 ++-- bin/tests/system/autosign/ns3/ttl2.example.db.in | 4 ++-- bin/tests/system/autosign/ns3/ttl3.example.db.in | 4 ++-- bin/tests/system/autosign/ns3/ttl4.example.db.in | 4 ++-- lib/dns/include/dns/dlz.h | 4 ++-- lib/dns/include/dns/dnssec.h | 4 ++-- lib/dns/include/dns/sdlz.h | 4 ++-- lib/dns/key.c | 4 ++-- 15 files changed, 32 insertions(+), 30 deletions(-) diff --git a/bin/dnssec/dnssec-keygen.docbook b/bin/dnssec/dnssec-keygen.docbook index ae4889b3f2..f14ceb6dbd 100644 --- a/bin/dnssec/dnssec-keygen.docbook +++ b/bin/dnssec/dnssec-keygen.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + June 30, 2000 @@ -43,6 +43,7 @@ 2008 2009 2010 + 2011 Internet Systems Consortium, Inc. ("ISC") diff --git a/bin/dnssec/dnssec-settime.c b/bin/dnssec/dnssec-settime.c index 5953807277..9703919f4e 100644 --- a/bin/dnssec/dnssec-settime.c +++ b/bin/dnssec/dnssec-settime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009-2011 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: dnssec-settime.c,v 1.29 2011/03/17 01:40:35 each Exp $ */ +/* $Id: dnssec-settime.c,v 1.30 2011/03/17 23:47:29 tbox Exp $ */ /*! \file */ diff --git a/bin/dnssec/dnssec-settime.docbook b/bin/dnssec/dnssec-settime.docbook index 6c618a35e0..3528187a00 100644 --- a/bin/dnssec/dnssec-settime.docbook +++ b/bin/dnssec/dnssec-settime.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> - + July 15, 2009 @@ -38,6 +38,7 @@ 2009 2010 + 2011 Internet Systems Consortium, Inc. ("ISC") diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 94c1d3a017..5902ca9fe4 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2011 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: t_dst.c,v 1.59 2011/03/17 01:40:35 each Exp $ */ +/* $Id: t_dst.c,v 1.60 2011/03/17 23:47:29 tbox Exp $ */ #include diff --git a/bin/tests/system/autosign/clean.sh b/bin/tests/system/autosign/clean.sh index 54dce6e471..91c094fd21 100644 --- a/bin/tests/system/autosign/clean.sh +++ b/bin/tests/system/autosign/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2011 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: clean.sh,v 1.8 2011/03/17 01:40:35 each Exp $ +# $Id: clean.sh,v 1.9 2011/03/17 23:47:30 tbox Exp $ rm -f */K* */dsset-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk rm -f active.key inact.key del.key unpub.key standby.key rev.key diff --git a/bin/tests/system/autosign/ns3/keygen.sh b/bin/tests/system/autosign/ns3/keygen.sh index a41b962a50..f28df31dbd 100644 --- a/bin/tests/system/autosign/ns3/keygen.sh +++ b/bin/tests/system/autosign/ns3/keygen.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2011 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: keygen.sh,v 1.9 2011/03/17 01:40:36 each Exp $ +# $Id: keygen.sh,v 1.10 2011/03/17 23:47:30 tbox Exp $ SYSTEMTESTTOP=../.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/autosign/ns3/named.conf b/bin/tests/system/autosign/ns3/named.conf index c7547bd29b..0036b4932c 100644 --- a/bin/tests/system/autosign/ns3/named.conf +++ b/bin/tests/system/autosign/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009-2011 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: named.conf,v 1.8 2011/03/17 01:40:37 each Exp $ */ +/* $Id: named.conf,v 1.9 2011/03/17 23:47:30 tbox Exp $ */ // NS3 diff --git a/bin/tests/system/autosign/ns3/ttl1.example.db.in b/bin/tests/system/autosign/ns3/ttl1.example.db.in index dda546a65a..525484108e 100644 --- a/bin/tests/system/autosign/ns3/ttl1.example.db.in +++ b/bin/tests/system/autosign/ns3/ttl1.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011 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 @@ -12,7 +12,7 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. -; $Id: ttl1.example.db.in,v 1.2 2011/03/17 01:40:37 each Exp $ +; $Id: ttl1.example.db.in,v 1.3 2011/03/17 23:47:30 tbox Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/autosign/ns3/ttl2.example.db.in b/bin/tests/system/autosign/ns3/ttl2.example.db.in index 2b0dbda3e5..81bf75e9b8 100644 --- a/bin/tests/system/autosign/ns3/ttl2.example.db.in +++ b/bin/tests/system/autosign/ns3/ttl2.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011 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 @@ -12,7 +12,7 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. -; $Id: ttl2.example.db.in,v 1.2 2011/03/17 01:40:37 each Exp $ +; $Id: ttl2.example.db.in,v 1.3 2011/03/17 23:47:30 tbox Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/autosign/ns3/ttl3.example.db.in b/bin/tests/system/autosign/ns3/ttl3.example.db.in index e60b35c8b9..880651e15e 100644 --- a/bin/tests/system/autosign/ns3/ttl3.example.db.in +++ b/bin/tests/system/autosign/ns3/ttl3.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011 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 @@ -12,7 +12,7 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. -; $Id: ttl3.example.db.in,v 1.2 2011/03/17 01:40:38 each Exp $ +; $Id: ttl3.example.db.in,v 1.3 2011/03/17 23:47:30 tbox Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/autosign/ns3/ttl4.example.db.in b/bin/tests/system/autosign/ns3/ttl4.example.db.in index 329eca0474..e4447ed743 100644 --- a/bin/tests/system/autosign/ns3/ttl4.example.db.in +++ b/bin/tests/system/autosign/ns3/ttl4.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011 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 @@ -12,7 +12,7 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. -; $Id: ttl4.example.db.in,v 1.2 2011/03/17 01:40:38 each Exp $ +; $Id: ttl4.example.db.in,v 1.3 2011/03/17 23:47:30 tbox Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/lib/dns/include/dns/dlz.h b/lib/dns/include/dns/dlz.h index 8f57cda3cf..43de0740d3 100644 --- a/lib/dns/include/dns/dlz.h +++ b/lib/dns/include/dns/dlz.h @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2005-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2005-2007, 2009-2011 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -50,7 +50,7 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dlz.h,v 1.13 2011/03/17 09:25:54 fdupont Exp $ */ +/* $Id: dlz.h,v 1.14 2011/03/17 23:47:30 tbox Exp $ */ /*! \file dns/dlz.h */ diff --git a/lib/dns/include/dns/dnssec.h b/lib/dns/include/dns/dnssec.h index 3562ed4476..68aed5c9b3 100644 --- a/lib/dns/include/dns/dnssec.h +++ b/lib/dns/include/dns/dnssec.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009-2011 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: dnssec.h,v 1.43 2011/03/17 01:40:39 each Exp $ */ +/* $Id: dnssec.h,v 1.44 2011/03/17 23:47:30 tbox Exp $ */ #ifndef DNS_DNSSEC_H #define DNS_DNSSEC_H 1 diff --git a/lib/dns/include/dns/sdlz.h b/lib/dns/include/dns/sdlz.h index 76605e4407..8dcddbedbf 100644 --- a/lib/dns/include/dns/sdlz.h +++ b/lib/dns/include/dns/sdlz.h @@ -50,7 +50,7 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sdlz.h,v 1.15 2011/03/17 09:25:54 fdupont Exp $ */ +/* $Id: sdlz.h,v 1.16 2011/03/17 23:47:30 tbox Exp $ */ /*! \file dns/sdlz.h */ @@ -355,7 +355,7 @@ dns_sdlz_putsoa_t dns_sdlz_putsoa; */ -typedef isc_result_t dns_sdlz_setdb_t(dns_dlzdb_t *dlzdatabase, +typedef isc_result_t dns_sdlz_setdb_t(dns_dlzdb_t *dlzdatabase, dns_rdataclass_t rdclass, dns_name_t *name, dns_db_t **dbp); diff --git a/lib/dns/key.c b/lib/dns/key.c index 646c7b3f68..24035d3934 100644 --- a/lib/dns/key.c +++ b/lib/dns/key.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2011 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 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: key.c,v 1.9 2011/03/17 01:40:39 each Exp $ */ +/* $Id: key.c,v 1.10 2011/03/17 23:47:30 tbox Exp $ */ #include