copyright update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2000 Internet Software Consortium.
|
||||
* Copyright (C) 2000, 2001 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 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: DNSConf-macros.h,v 1.5 2000/08/01 01:17:38 tale Exp $ */
|
||||
/* $Id: DNSConf-macros.h,v 1.6 2001/01/09 21:46:14 bwelling Exp $ */
|
||||
|
||||
#define CONCAT(a,b) a ## b
|
||||
#define DNSCONF_SET_STRING(FIELD) \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2000 Internet Software Consortium.
|
||||
* Copyright (C) 2000, 2001 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 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: DNSConf.i,v 1.5 2000/08/01 01:17:40 tale Exp $ */
|
||||
/* $Id: DNSConf.i,v 1.6 2001/01/09 21:46:15 bwelling Exp $ */
|
||||
|
||||
%module DNSConf
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2000 Internet Software Consortium.
|
||||
# Copyright (C) 2000, 2001 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
|
||||
@@ -13,7 +13,7 @@
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.PL,v 1.5 2000/08/01 01:17:41 tale Exp $
|
||||
# $Id: Makefile.PL,v 1.6 2001/01/09 21:46:16 bwelling Exp $
|
||||
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2000 Internet Software Consortium.
|
||||
* Copyright (C) 2000, 2001 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 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named1.conf,v 1.5 2000/08/01 01:17:42 tale Exp $ */
|
||||
/* $Id: named1.conf,v 1.6 2001/01/09 21:46:17 bwelling Exp $ */
|
||||
|
||||
options {
|
||||
# port 8888;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (C) 2000 Internet Software Consortium.
|
||||
# Copyright (C) 2000, 2001 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 @@
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: test.pl,v 1.5 2000/08/01 01:17:44 tale Exp $
|
||||
# $Id: test.pl,v 1.6 2001/01/09 21:46:18 bwelling Exp $
|
||||
|
||||
push(@ARGV, "/etc/named.conf") if ! @ARGV;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user