Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
610
Issues
610
List
Boards
Labels
Service Desk
Milestones
Merge Requests
112
Merge Requests
112
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
cdce8b88
Commit
cdce8b88
authored
Feb 14, 2007
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
9baec3ca
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
20 deletions
+20
-20
bin/named/Makefile.in
bin/named/Makefile.in
+2
-2
bin/named/client.c
bin/named/client.c
+2
-2
bin/named/controlconf.c
bin/named/controlconf.c
+2
-2
bin/named/lwdclient.c
bin/named/lwdclient.c
+2
-2
lib/dns/xfrin.c
lib/dns/xfrin.c
+2
-2
lib/isc/httpd.c
lib/isc/httpd.c
+2
-2
lib/isc/include/isc/mem.h
lib/isc/include/isc/mem.h
+2
-2
lib/isc/mem.c
lib/isc/mem.c
+2
-2
lib/isc/taskpool.c
lib/isc/taskpool.c
+2
-2
lib/isc/unix/time.c
lib/isc/unix/time.c
+2
-2
No files found.
bin/named/Makefile.in
View file @
cdce8b88
# Copyright (C) 2004-200
6
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-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: Makefile.in,v 1.9
1 2007/02/13 02:49:08
marka Exp $
# $Id: Makefile.in,v 1.9
2 2007/02/14 00:27:26
marka Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/named/client.c
View file @
cdce8b88
/*
* Copyright (C) 2004-200
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.c,v 1.24
1 2007/02/13 02:49:08
marka Exp $ */
/* $Id: client.c,v 1.24
2 2007/02/14 00:27:26
marka Exp $ */
#include <config.h>
...
...
bin/named/controlconf.c
View file @
cdce8b88
/*
* Copyright (C) 2004-200
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
7
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: controlconf.c,v 1.5
2 2007/02/13 02:49:08
marka Exp $ */
/* $Id: controlconf.c,v 1.5
3 2007/02/14 00:27:26
marka Exp $ */
/*! \file */
...
...
bin/named/lwdclient.c
View file @
cdce8b88
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005
, 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 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: lwdclient.c,v 1.2
0 2007/02/13 02:49:08
marka Exp $ */
/* $Id: lwdclient.c,v 1.2
1 2007/02/14 00:27:26
marka Exp $ */
/*! \file */
...
...
lib/dns/xfrin.c
View file @
cdce8b88
/*
* Copyright (C) 2004-200
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: xfrin.c,v 1.1
49 2007/02/13 02:49:08
marka Exp $ */
/* $Id: xfrin.c,v 1.1
50 2007/02/14 00:27:26
marka Exp $ */
/*! \file */
...
...
lib/isc/httpd.c
View file @
cdce8b88
/*
* Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2006
, 2007
Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: httpd.c,v 1.
8 2007/02/13 02:49:08
marka Exp $ */
/* $Id: httpd.c,v 1.
9 2007/02/14 00:27:26
marka Exp $ */
/*! \file */
...
...
lib/isc/include/isc/mem.h
View file @
cdce8b88
/*
* Copyright (C) 2004-200
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mem.h,v 1.7
0 2007/02/13 02:49:08
marka Exp $ */
/* $Id: mem.h,v 1.7
1 2007/02/14 00:27:26
marka Exp $ */
#ifndef ISC_MEM_H
#define ISC_MEM_H 1
...
...
lib/isc/mem.c
View file @
cdce8b88
/*
* Copyright (C) 2004-200
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mem.c,v 1.1
29 2007/02/13 02:49:08
marka Exp $ */
/* $Id: mem.c,v 1.1
30 2007/02/14 00:27:26
marka Exp $ */
/*! \file */
...
...
lib/isc/taskpool.c
View file @
cdce8b88
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005
, 2007
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: taskpool.c,v 1.1
6 2007/02/13 02:49:08
marka Exp $ */
/* $Id: taskpool.c,v 1.1
7 2007/02/14 00:27:26
marka Exp $ */
/*! \file */
...
...
lib/isc/unix/time.c
View file @
cdce8b88
/*
* Copyright (C) 2004-200
6
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-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: time.c,v 1.5
2 2007/02/13 02:49:08
marka Exp $ */
/* $Id: time.c,v 1.5
3 2007/02/14 00:27:27
marka Exp $ */
/*! \file */
...
...
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