From 6f2e211d39a9de87c2bbfa8da00e4841b9f5cee7 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Thu, 10 Jan 2008 23:47:01 +0000 Subject: [PATCH] update copyright notice --- bin/tests/system/acl/clean.sh | 5 ++--- bin/tests/system/acl/setup.sh | 5 ++--- bin/tests/system/acl/tests.sh | 5 ++--- bin/tests/system/conf.sh.in | 4 ++-- lib/isc/unix/socket.c | 4 ++-- 5 files changed, 10 insertions(+), 13 deletions(-) diff --git a/bin/tests/system/acl/clean.sh b/bin/tests/system/acl/clean.sh index 34eb05fea0..80ce5168c8 100644 --- a/bin/tests/system/acl/clean.sh +++ b/bin/tests/system/acl/clean.sh @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2000, 2001 Internet Software Consortium. +# Copyright (C) 2008 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.2 2008/01/10 01:10:01 marka Exp $ +# $Id: clean.sh,v 1.3 2008/01/10 23:47:01 tbox Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/acl/setup.sh b/bin/tests/system/acl/setup.sh index 99708c24f5..9cc07f17fb 100644 --- a/bin/tests/system/acl/setup.sh +++ b/bin/tests/system/acl/setup.sh @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2001, 2002 Internet Software Consortium. +# Copyright (C) 2008 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.2 2008/01/10 01:10:01 marka Exp $ +# $Id: setup.sh,v 1.3 2008/01/10 23:47:01 tbox Exp $ sh ../genzone.sh 2 3 >ns2/example.db sh ../genzone.sh 2 3 >ns2/tsigzone.db diff --git a/bin/tests/system/acl/tests.sh b/bin/tests/system/acl/tests.sh index 7d1041d6c9..a81bc035a1 100644 --- a/bin/tests/system/acl/tests.sh +++ b/bin/tests/system/acl/tests.sh @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2000, 2001 Internet Software Consortium. +# Copyright (C) 2008 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2008/01/10 01:10:01 marka Exp $ +# $Id: tests.sh,v 1.3 2008/01/10 23:47:01 tbox Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 99f4b3f5ec..23b31f10ce 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2003 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: conf.sh.in,v 1.38 2008/01/10 01:10:01 marka Exp $ +# $Id: conf.sh.in,v 1.39 2008/01/10 23:47:01 tbox Exp $ # # Common configuration data for system tests, to be sourced into diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 38b73e7e08..384a6ff96d 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-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: socket.c,v 1.275 2007/12/14 03:52:40 marka Exp $ */ +/* $Id: socket.c,v 1.276 2008/01/10 23:47:01 tbox Exp $ */ /*! \file */