diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:16:34 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:16:34 -0600 |
commit | 10df5197b0b46b9f8e34b3855e9373c00c63b5a9 (patch) | |
tree | 32a28233f6c673907ea50cffd23a2709c01de881 /contrib | |
parent | 09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b (diff) | |
download | bind9-10df5197b0b46b9f8e34b3855e9373c00c63b5a9.tar.gz |
9.5.0a6
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/named-bootconf/named-bootconf.sh | 6 | ||||
-rw-r--r-- | contrib/nanny/nanny.pl | 6 | ||||
-rw-r--r-- | contrib/sdb/dir/dirdb.c | 6 | ||||
-rw-r--r-- | contrib/sdb/dir/dirdb.h | 6 | ||||
-rw-r--r-- | contrib/sdb/pgsql/pgsqldb.c | 6 | ||||
-rw-r--r-- | contrib/sdb/pgsql/pgsqldb.h | 6 | ||||
-rw-r--r-- | contrib/sdb/pgsql/zonetodb.c | 4 | ||||
-rw-r--r-- | contrib/sdb/tcl/lookup.tcl | 6 | ||||
-rw-r--r-- | contrib/sdb/tcl/tcldb.c | 6 | ||||
-rw-r--r-- | contrib/sdb/tcl/tcldb.h | 6 | ||||
-rw-r--r-- | contrib/sdb/time/timedb.c | 6 | ||||
-rw-r--r-- | contrib/sdb/time/timedb.h | 6 |
12 files changed, 35 insertions, 35 deletions
diff --git a/contrib/named-bootconf/named-bootconf.sh b/contrib/named-bootconf/named-bootconf.sh index 394952af..029e35bd 100644 --- a/contrib/named-bootconf/named-bootconf.sh +++ b/contrib/named-bootconf/named-bootconf.sh @@ -1,9 +1,9 @@ #!/bin/sh # -# Portions Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC") +# Portions Copyright (C) 2004, 2006, 2007 Internet Systems Consortium, Inc. ("ISC") # Portions Copyright (C) 1999-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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: named-bootconf.sh,v 1.10 2006/10/11 02:33:30 marka Exp $ +# $Id: named-bootconf.sh,v 1.12 2007/06/19 23:47:07 tbox Exp $ # $NetBSD: named-bootconf.sh,v 1.5 1998/12/15 01:00:53 tron Exp $ # diff --git a/contrib/nanny/nanny.pl b/contrib/nanny/nanny.pl index 1aa122d4..16ecf1f9 100644 --- a/contrib/nanny/nanny.pl +++ b/contrib/nanny/nanny.pl @@ -1,9 +1,9 @@ #!/usr/bin/perl # -# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: nanny.pl,v 1.9 2004/03/05 05:04:27 marka Exp $ +# $Id: nanny.pl,v 1.11 2007/06/19 23:47:07 tbox Exp $ # A simple nanny to make sure named stays running. diff --git a/contrib/sdb/dir/dirdb.c b/contrib/sdb/dir/dirdb.c index 147c74e6..ca82cf8a 100644 --- a/contrib/sdb/dir/dirdb.c +++ b/contrib/sdb/dir/dirdb.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 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: dirdb.c,v 1.10 2004/03/05 05:04:30 marka Exp $ */ +/* $Id: dirdb.c,v 1.12 2007/06/19 23:47:07 tbox Exp $ */ /* * A simple database driver that returns basic information about diff --git a/contrib/sdb/dir/dirdb.h b/contrib/sdb/dir/dirdb.h index ee18f38f..0deea13e 100644 --- a/contrib/sdb/dir/dirdb.h +++ b/contrib/sdb/dir/dirdb.h @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 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: dirdb.h,v 1.3 2004/03/05 05:04:30 marka Exp $ */ +/* $Id: dirdb.h,v 1.5 2007/06/19 23:47:07 tbox Exp $ */ #include <isc/types.h> diff --git a/contrib/sdb/pgsql/pgsqldb.c b/contrib/sdb/pgsql/pgsqldb.c index d9027712..ca3bfbf1 100644 --- a/contrib/sdb/pgsql/pgsqldb.c +++ b/contrib/sdb/pgsql/pgsqldb.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 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: pgsqldb.c,v 1.13 2004/03/05 05:04:32 marka Exp $ */ +/* $Id: pgsqldb.c,v 1.15 2007/06/19 23:47:07 tbox Exp $ */ #include <config.h> diff --git a/contrib/sdb/pgsql/pgsqldb.h b/contrib/sdb/pgsql/pgsqldb.h index 3fdd813f..20dc742e 100644 --- a/contrib/sdb/pgsql/pgsqldb.h +++ b/contrib/sdb/pgsql/pgsqldb.h @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 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: pgsqldb.h,v 1.3 2004/03/05 05:04:32 marka Exp $ */ +/* $Id: pgsqldb.h,v 1.5 2007/06/19 23:47:08 tbox Exp $ */ #include <isc/types.h> diff --git a/contrib/sdb/pgsql/zonetodb.c b/contrib/sdb/pgsql/zonetodb.c index 003d411d..bcc7242a 100644 --- a/contrib/sdb/pgsql/zonetodb.c +++ b/contrib/sdb/pgsql/zonetodb.c @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005, 2007 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. * @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zonetodb.c,v 1.17 2007/01/09 03:11:15 marka Exp $ */ +/* $Id: zonetodb.c,v 1.18 2007/06/18 23:47:33 tbox Exp $ */ #include <stdlib.h> #include <string.h> diff --git a/contrib/sdb/tcl/lookup.tcl b/contrib/sdb/tcl/lookup.tcl index b20abc2d..83a8e2a4 100644 --- a/contrib/sdb/tcl/lookup.tcl +++ b/contrib/sdb/tcl/lookup.tcl @@ -1,7 +1,7 @@ -# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 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. # @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: lookup.tcl,v 1.8 2004/03/05 05:04:35 marka Exp $ +# $Id: lookup.tcl,v 1.10 2007/06/19 23:47:08 tbox Exp $ # # Sample lookup procedure for tcldb diff --git a/contrib/sdb/tcl/tcldb.c b/contrib/sdb/tcl/tcldb.c index 9555dc3a..de6f4c58 100644 --- a/contrib/sdb/tcl/tcldb.c +++ b/contrib/sdb/tcl/tcldb.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 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: tcldb.c,v 1.8 2004/03/05 05:04:35 marka Exp $ */ +/* $Id: tcldb.c,v 1.10 2007/06/19 23:47:10 tbox Exp $ */ /* * A simple database driver that calls a Tcl procedure to define diff --git a/contrib/sdb/tcl/tcldb.h b/contrib/sdb/tcl/tcldb.h index 6cce4809..f31639bd 100644 --- a/contrib/sdb/tcl/tcldb.h +++ b/contrib/sdb/tcl/tcldb.h @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 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: tcldb.h,v 1.5 2004/03/05 05:04:35 marka Exp $ */ +/* $Id: tcldb.h,v 1.7 2007/06/19 23:47:10 tbox Exp $ */ #include <isc/types.h> diff --git a/contrib/sdb/time/timedb.c b/contrib/sdb/time/timedb.c index fc11cba1..f6ddaa41 100644 --- a/contrib/sdb/time/timedb.c +++ b/contrib/sdb/time/timedb.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 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: timedb.c,v 1.8 2004/03/05 05:04:37 marka Exp $ */ +/* $Id: timedb.c,v 1.10 2007/06/19 23:47:10 tbox Exp $ */ /* * A simple database driver that enables the server to return the diff --git a/contrib/sdb/time/timedb.h b/contrib/sdb/time/timedb.h index 80f0af96..ca8688ac 100644 --- a/contrib/sdb/time/timedb.h +++ b/contrib/sdb/time/timedb.h @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 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: timedb.h,v 1.3 2004/03/05 05:04:38 marka Exp $ */ +/* $Id: timedb.h,v 1.5 2007/06/19 23:47:13 tbox Exp $ */ #include <isc/types.h> |