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
583
Issues
583
List
Boards
Labels
Service Desk
Milestones
Merge Requests
110
Merge Requests
110
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
9d5ed744
Commit
9d5ed744
authored
Jan 14, 2008
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
bbb069be
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
+16
-16
bin/dig/dighost.c
bin/dig/dighost.c
+2
-2
bin/named/lwdgnba.c
bin/named/lwdgnba.c
+2
-2
bin/tests/names/t_names.c
bin/tests/names/t_names.c
+2
-2
bin/tests/system/lwresd/lwtest.c
bin/tests/system/lwresd/lwtest.c
+2
-2
lib/dns/master.c
lib/dns/master.c
+2
-2
lib/dns/message.c
lib/dns/message.c
+2
-2
lib/dns/validator.c
lib/dns/validator.c
+2
-2
lib/tests/t_api.c
lib/tests/t_api.c
+2
-2
No files found.
bin/dig/dighost.c
View file @
9d5ed744
/*
/*
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
* Copyright (C) 2000-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: dighost.c,v 1.30
5 2008/01/14 23:24:24 marka
Exp $ */
/* $Id: dighost.c,v 1.30
6 2008/01/14 23:46:56 tbox
Exp $ */
/*! \file
/*! \file
* \note
* \note
...
...
bin/named/lwdgnba.c
View file @
9d5ed744
/*
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
* Copyright (C) 2000-2002 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: lwdgnba.c,v 1.2
1 2008/01/14 12:55:40 marka
Exp $ */
/* $Id: lwdgnba.c,v 1.2
2 2008/01/14 23:46:56 tbox
Exp $ */
/*! \file */
/*! \file */
...
...
bin/tests/names/t_names.c
View file @
9d5ed744
/*
/*
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2003 Internet Software Consortium.
* Copyright (C) 1998-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: t_names.c,v 1.4
4 2008/01/14 11:47:48 marka
Exp $ */
/* $Id: t_names.c,v 1.4
5 2008/01/14 23:46:56 tbox
Exp $ */
#include <config.h>
#include <config.h>
...
...
bin/tests/system/lwresd/lwtest.c
View file @
9d5ed744
/*
/*
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2002 Internet Software Consortium.
* Copyright (C) 2000-2002 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: lwtest.c,v 1.3
0 2008/01/14 12:02:11 marka
Exp $ */
/* $Id: lwtest.c,v 1.3
1 2008/01/14 23:46:56 tbox
Exp $ */
#include <config.h>
#include <config.h>
...
...
lib/dns/master.c
View file @
9d5ed744
/*
/*
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
* Copyright (C) 1999-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: master.c,v 1.16
7 2008/01/14 23:24:24 marka
Exp $ */
/* $Id: master.c,v 1.16
8 2008/01/14 23:46:56 tbox
Exp $ */
/*! \file */
/*! \file */
...
...
lib/dns/message.c
View file @
9d5ed744
/*
/*
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
* Copyright (C) 1999-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: message.c,v 1.23
8 2008/01/14 23:24:24 marka
Exp $ */
/* $Id: message.c,v 1.23
9 2008/01/14 23:46:56 tbox
Exp $ */
/*! \file */
/*! \file */
...
...
lib/dns/validator.c
View file @
9d5ed744
/*
/*
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
* Copyright (C) 2000-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: validator.c,v 1.15
6 2008/01/14 23:24:24 marka
Exp $ */
/* $Id: validator.c,v 1.15
7 2008/01/14 23:46:56 tbox
Exp $ */
#include <config.h>
#include <config.h>
...
...
lib/tests/t_api.c
View file @
9d5ed744
/*
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
* Copyright (C) 1999-2003 Internet Software Consortium.
*
*
* Permission to use, copy, modify, and/or distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: t_api.c,v 1.6
1 2008/01/14 12:43:35 marka
Exp $ */
/* $Id: t_api.c,v 1.6
2 2008/01/14 23:46:56 tbox
Exp $ */
/*! \file */
/*! \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