From: Mark Andrews Date: Mon, 8 Jan 2007 02:45:04 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.5.0a2~156 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f36c85c3cee0b7022d6a99077fab2e5afc4e357d;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/query.c b/bin/named/query.c index 58c9dd38957..4b7a36cf4ea 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.291 2007/01/08 00:54:15 marka Exp $ */ +/* $Id: query.c,v 1.292 2007/01/08 02:45:04 marka Exp $ */ /*! \file */ diff --git a/configure.in b/configure.in index 0dd37dfe19d..fc6f605b1df 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2003 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.425 $) +AC_REVISION($Revision: 1.426 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.59) diff --git a/lib/dns/include/dns/validator.h b/lib/dns/include/dns/validator.h index 159134e3e42..443dec2d36a 100644 --- a/lib/dns/include/dns/validator.h +++ b/lib/dns/include/dns/validator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: validator.h,v 1.36 2007/01/08 01:13:38 marka Exp $ */ +/* $Id: validator.h,v 1.37 2007/01/08 02:45:04 marka Exp $ */ #ifndef DNS_VALIDATOR_H #define DNS_VALIDATOR_H 1 diff --git a/lib/dns/openssldh_link.c b/lib/dns/openssldh_link.c index 589200bd6dc..a8b4d4d8703 100644 --- a/lib/dns/openssldh_link.c +++ b/lib/dns/openssldh_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * @@ -18,7 +18,7 @@ /* * Principal Author: Brian Wellington - * $Id: openssldh_link.c,v 1.9 2007/01/08 02:35:58 marka Exp $ + * $Id: openssldh_link.c,v 1.10 2007/01/08 02:45:04 marka Exp $ */ #ifdef OPENSSL diff --git a/lib/dns/openssldsa_link.c b/lib/dns/openssldsa_link.c index 7fbf08dbd6c..17fc52f0aef 100644 --- a/lib/dns/openssldsa_link.c +++ b/lib/dns/openssldsa_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * @@ -16,7 +16,7 @@ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: openssldsa_link.c,v 1.7 2007/01/08 01:52:27 marka Exp $ */ +/* $Id: openssldsa_link.c,v 1.8 2007/01/08 02:45:04 marka Exp $ */ #ifdef OPENSSL diff --git a/lib/dns/validator.c b/lib/dns/validator.c index dedd9026f1a..e3c2f2b59a7 100644 --- a/lib/dns/validator.c +++ b/lib/dns/validator.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: validator.c,v 1.148 2007/01/08 01:13:38 marka Exp $ */ +/* $Id: validator.c,v 1.149 2007/01/08 02:45:04 marka Exp $ */ #include