update copyright notice

This commit is contained in:
Mark Andrews
2007-01-09 03:11:16 +00:00
parent f55369d776
commit 92f56936fb
9 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
/*
* Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2000-2003 Internet Software Consortium.
* Portions Copyright (C) 1999-2003 Internet Software Consortium.
* Portions Copyright (C) 1995-2000 by Network Associates, Inc.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -16,7 +16,7 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-keygen.c,v 1.73 2006/01/27 02:35:14 marka Exp $ */
/* $Id: dnssec-keygen.c,v 1.74 2007/01/09 03:11:15 marka Exp $ */
/*! \file */

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# 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
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: start.sh,v 1.40 2007/01/09 02:44:24 marka Exp $
# $Id: start.sh,v 1.41 2007/01/09 03:11:15 marka Exp $
. ./conf.sh
$PERL start.pl "$@"

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# 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
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: stop.sh,v 1.23 2007/01/09 02:44:24 marka Exp $
# $Id: stop.sh,v 1.24 2007/01/09 03:11:15 marka Exp $
. ./conf.sh
$PERL ./stop.pl "$@"

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* 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
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zonetodb.c,v 1.16 2007/01/09 02:44:24 marka Exp $ */
/* $Id: zonetodb.c,v 1.17 2007/01/09 03:11:15 marka Exp $ */
#include <stdlib.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001, 2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and 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.
AC_REVISION($Revision: 1.124 $)
AC_REVISION($Revision: 1.125 $)
AC_INIT(resolv/herror.c)
AC_PREREQ(2.13)

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001, 2002 Internet Software Consortium.
#
# Permission to use, copy, modify, and 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: rules.in,v 1.11 2007/01/09 02:44:24 marka Exp $
# $Id: rules.in,v 1.12 2007/01/09 03:11:15 marka Exp $
###
### Common Makefile rules for BIND 9.

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: port_after.h.in,v 1.51 2007/01/09 02:44:24 marka Exp $ */
/* $Id: port_after.h.in,v 1.52 2007/01/09 03:11:15 marka Exp $ */
#ifndef port_after_h
#define port_after_h

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2005-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: port_before.h.in,v 1.24 2007/01/09 02:44:24 marka Exp $ */
/* $Id: port_before.h.in,v 1.25 2007/01/09 03:11:15 marka Exp $ */
#ifndef port_before_h
#define port_before_h

View File

@@ -1,6 +1,6 @@
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: ipv6.h,v 1.16 2005/04/27 04:57:25 sra Exp $ */
/* $Id: ipv6.h,v 1.17 2007/01/09 03:11:16 marka Exp $ */
#ifndef ISC_IPV6_H
#define ISC_IPV6_H 1