Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
499b34ce
Commit
499b34ce
authored
Jan 09, 2001
by
Brian Wellington
Browse files
copyright update
parent
9e3a7b0f
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
COPYRIGHT
View file @
499b34ce
Copyright (C) 1996-200
0
Internet Software Consortium.
Copyright (C) 1996-200
1
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
...
...
Makefile.in
View file @
499b34ce
# Copyright (C) 1998-200
0
Internet Software Consortium.
# Copyright (C) 1998-200
1
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.in,v 1.3
6
200
0/12/15 08:28:43 gson
Exp $
# $Id: Makefile.in,v 1.3
7
200
1/01/09 21:39:00 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
acconfig.h
View file @
499b34ce
/*
* Copyright (C) 1999
,
200
0
Internet Software Consortium.
* Copyright (C) 1999
-
200
1
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: acconfig.h,v 1.3
1
200
0/12/23 02:45:41 tale
Exp $ */
/* $Id: acconfig.h,v 1.3
2
200
1/01/09 21:39:01 bwelling
Exp $ */
/***
*** This file is not to be included by any public header files, because
...
...
bin/Makefile.in
View file @
499b34ce
# Copyright (C) 1998-200
0
Internet Software Consortium.
# Copyright (C) 1998-200
1
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.in,v 1.2
1
200
0/12/1
9
0
1:
42:1
5 bwelling Exp $
# $Id: Makefile.in,v 1.2
2
200
1/01/0
9
2
1:
39:0
5 bwelling Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/check/Makefile.in
View file @
499b34ce
# 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.in,v 1.
5
200
0/12/22 17:25:56 gson
Exp $
# $Id: Makefile.in,v 1.
6
200
1/01/09 21:39:06 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/check/check-tool.c
View file @
499b34ce
/*
* 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: check-tool.c,v 1.
2
200
0/12/23 22:02:49 tale
Exp $ */
/* $Id: check-tool.c,v 1.
3
200
1/01/09 21:39:07 bwelling
Exp $ */
#include <config.h>
...
...
bin/check/check-tool.h
View file @
499b34ce
/*
* Copyright
* 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
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
* DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
* INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
* FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check-tool.h,v 1.
1
200
0/12/14 21:33:11 marka
Exp $ */
/* $Id: check-tool.h,v 1.
2
200
1/01/09 21:39:09 bwelling
Exp $ */
#ifndef CHECK_TOOL_H
#define CHECK_TOOL_H
...
...
bin/check/named-checkconf.8
View file @
499b34ce
.\" 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: named-checkconf.8,v 1.
2
200
0/12/19 19:48:09 gson
Exp $
.\" $Id: named-checkconf.8,v 1.
3
200
1/01/09 21:47:14 bwelling
Exp $
.Dd Jun 14, 2000
.Dt NAMED-CHECKCONF 1
...
...
bin/check/named-checkconf.c
View file @
499b34ce
/*
* Copyright (C) 1999
,
200
0
Internet Software Consortium.
* Copyright (C) 1999
-
200
1
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: named-checkconf.c,v 1.
2
200
0/12/19 19:53:58 gson
Exp $ */
/* $Id: named-checkconf.c,v 1.
3
200
1/01/09 21:39:10 bwelling
Exp $ */
#include <config.h>
...
...
bin/check/named-checkzone.8
View file @
499b34ce
.\" 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: named-checkzone.8,v 1.
2
200
0
/12/19 19
:4
8
:1
0 gson
Exp $
.\" $Id: named-checkzone.8,v 1.
3
200
1/01/09 21
:4
7
:1
5 bwelling
Exp $
.Dd Jun 13, 2000
.Dt NAMED-CHECKZONE 1
...
...
bin/check/named-checkzone.c
View file @
499b34ce
/*
* Copyright (C) 1999
,
200
0
Internet Software Consortium.
* Copyright (C) 1999
-
200
1
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: named-checkzone.c,v 1.
7
2001/01/09
00:43:18 marka
Exp $ */
/* $Id: named-checkzone.c,v 1.
8
2001/01/09
21:39:11 bwelling
Exp $ */
#include <config.h>
...
...
bin/dig/Makefile.in
View file @
499b34ce
# 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.in,v 1.1
7
200
0/09/29 23:42:11 mws
Exp $
# $Id: Makefile.in,v 1.1
8
200
1/01/09 21:39:12 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/dig/dig.1
View file @
499b34ce
.\" 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: dig.1,v 1.
6
200
0/11/30 00:20:37 gson
Exp $
.\" $Id: dig.1,v 1.
7
200
1/01/09 21:47:10 bwelling
Exp $
.Dd Jun 30, 2000
.Dt DIG 1
...
...
bin/dig/dig.c
View file @
499b34ce
/*
* 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: dig.c,v 1.13
2
2001/01/0
8
2
3:45:57 gson
Exp $ */
/* $Id: dig.c,v 1.13
3
2001/01/0
9
2
1:39:14 bwelling
Exp $ */
#include <config.h>
#include <stdlib.h>
...
...
bin/dig/dighost.c
View file @
499b34ce
/*
* 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: dighost.c,v 1.18
1
2001/01/0
8
2
3:50:34 gson
Exp $ */
/* $Id: dighost.c,v 1.18
2
2001/01/0
9
2
1:39:15 bwelling
Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
...
...
bin/dig/host.1
View file @
499b34ce
.\" 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: host.1,v 1.
6
200
0/11/18 02:57:26
bwelling Exp $
.\" $Id: host.1,v 1.
7
200
1/01/09 21:47:11
bwelling Exp $
.Dd Jun 30, 2000
.Dt HOST 1
...
...
bin/dig/host.c
View file @
499b34ce
/*
* 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: host.c,v 1.6
0
200
0/12/08 17:06:49 mws
Exp $ */
/* $Id: host.c,v 1.6
1
200
1/01/09 21:39:17 bwelling
Exp $ */
#include <config.h>
#include <stdlib.h>
...
...
bin/dig/include/dig/dig.h
View file @
499b34ce
/*
* 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: dig.h,v 1.6
0
200
0/12/08 17:06:52 mws
Exp $ */
/* $Id: dig.h,v 1.6
1
200
1/01/09 21:39:19 bwelling
Exp $ */
#ifndef DIG_H
#define DIG_H
...
...
bin/dig/nslookup.c
View file @
499b34ce
/*
* 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: nslookup.c,v 1.
69
200
0
/12/11 19:15:46
bwelling Exp $ */
/* $Id: nslookup.c,v 1.
70
200
1/01/09 21:39:18
bwelling Exp $ */
#include <config.h>
...
...
bin/dnssec/Makefile.in
View file @
499b34ce
# 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.in,v 1.1
3
200
0
/12/12 20:21:33
bwelling Exp $
# $Id: Makefile.in,v 1.1
4
200
1/01/09 21:39:21
bwelling Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment