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
8b205089
Commit
8b205089
authored
Mar 14, 2018
by
Evan Hunt
Browse files
update file headers to remove copyright years
parent
891554b3
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
CONTRIBUTING.md
View file @
8b205089
<!--
-
Copyright (C)
2018
Internet Systems Consortium, Inc. ("ISC")
-
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
See the COPYRIGHT file distributed with this work for additional
-
information regarding copyright ownership.
-->
## BIND Source Access and Contributor Guidelines
*Feb 22, 2018*
...
...
COPYRIGHT
View file @
8b205089
Copyright (C)
1996-2018
Internet Systems Consortium, Inc. ("ISC")
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
See the COPYRIGHT file distributed with this work for additional
information regarding copyright ownership.
-----------------------------------------------------------------------------
Portions of this code release fall under one or more of the
...
...
HISTORY.md
View file @
8b205089
<!--
-
Copyright (C)
2017
Internet Systems Consortium, Inc. ("ISC")
-
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
See the COPYRIGHT file distributed with this work for additional
-
information regarding copyright ownership.
-->
### Functional enhancements from prior major releases of BIND 9
...
...
Makefile.in
View file @
8b205089
# Copyright (C)
1998-2002, 2004-2009, 2011-2018
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
OPTIONS.md
View file @
8b205089
<!--
-
Copyright (C)
2017
Internet Systems Consortium, Inc. ("ISC")
-
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
See the COPYRIGHT file distributed with this work for additional
-
information regarding copyright ownership.
-->
Setting the
`STD_CDEFINES`
environment variable before running
`configure`
can be used to enable certain compile-time options that are not explicitly
...
...
README.md
View file @
8b205089
<!--
-
Copyright (C)
2017, 2018
Internet Systems Consortium, Inc. ("ISC")
-
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-
-
This Source Code Form is subject to the terms of the Mozilla Public
-
License, v. 2.0. If a copy of the MPL was not distributed with this
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
See the COPYRIGHT file distributed with this work for additional
-
information regarding copyright ownership.
-->
# BIND 9
...
...
acconfig.h
View file @
8b205089
/*
* Copyright (C)
1999-2005, 2007, 2008, 2012, 2014, 2016, 2018
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
*/
/*! \file */
...
...
autogen.sh
View file @
8b205089
#!/bin/sh
#
# Copyright (C)
2015, 2016
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
# Run this script after modifying configure.in to generate configure
autoreconf
-i
bin/Makefile.in
View file @
8b205089
# Copyright (C)
1998-2001, 2004, 2007, 2009, 2012-2014, 2016, 2018
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/check/Makefile.in
View file @
8b205089
# Copyright (C)
2000-2007, 2009, 2012, 2014-2016
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
# $Id: Makefile.in,v 1.36 2009/12/05 23:31:40 each Exp $
...
...
bin/check/check-tool.c
View file @
8b205089
/*
* Copyright (C)
2000-2002, 2004-2017
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
*/
/* $Id: check-tool.c,v 1.44 2011/12/22 07:32:39 each Exp $ */
...
...
bin/check/check-tool.h
View file @
8b205089
/*
* Copyright (C)
2000-2002, 2004, 2005, 2007, 2010, 2011, 2013, 2014, 2016
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
*/
/* $Id: check-tool.h,v 1.18 2011/12/09 23:47:02 tbox Exp $ */
...
...
bin/check/named-checkconf.c
View file @
8b205089
/*
* Copyright (C)
1999-2002, 2004-2007, 2009-2016
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
*/
/* $Id: named-checkconf.c,v 1.56 2011/03/12 04:59:46 tbox Exp $ */
...
...
bin/check/named-checkconf.docbook
View file @
8b205089
<!DOCTYPE book [
<!ENTITY mdash "—">
]>
<!--
- Copyright (C)
2000-2002, 2004, 2005, 2007, 2009, 2014-2016
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
- See the COPYRIGHT file distributed with this work for additional
- information regarding copyright ownership.
-->
<!-- Converted by db4-upgrade version 1.0 -->
...
...
@@ -36,6 +39,7 @@
<year>
2014
</year>
<year>
2015
</year>
<year>
2016
</year>
<year>
2018
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
</docinfo>
...
...
bin/check/named-checkzone.c
View file @
8b205089
/*
* Copyright (C)
1999-2016
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
*/
/* $Id: named-checkzone.c,v 1.65.32.2 2012/02/07 02:45:21 each Exp $ */
...
...
bin/check/named-checkzone.docbook
View file @
8b205089
<!--
- Copyright (C)
2000-2002, 2004-2007, 2009-2016
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
- See the COPYRIGHT file distributed with this work for additional
- information regarding copyright ownership.
-->
<!-- Converted by db4-upgrade version 1.0 -->
...
...
@@ -39,6 +42,7 @@
<year>2014</year>
<year>2015</year>
<year>2016</year>
<year>2018</year>
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
</copyright>
</docinfo>
...
...
bin/confgen/Makefile.in
View file @
8b205089
# Copyright (C)
2009, 2012, 2014-2017
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
# $Id: Makefile.in,v 1.8 2009/12/05 23:31:40 each Exp $
...
...
bin/confgen/ddns-confgen.c
View file @
8b205089
/*
* Copyright (C)
2009, 2011, 2014, 2016
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
*/
/*! \file */
...
...
bin/confgen/ddns-confgen.docbook
View file @
8b205089
<!--
- Copyright (C)
2009, 2014-2016
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) Internet Systems Consortium, Inc. ("ISC")
-
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
- See the COPYRIGHT file distributed with this work for additional
- information regarding copyright ownership.
-->
<!-- Converted by db4-upgrade version 1.0 -->
...
...
@@ -33,6 +36,7 @@
<year>2014</year>
<year>2015</year>
<year>2016</year>
<year>2018</year>
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
</copyright>
</docinfo>
...
...
bin/confgen/include/confgen/os.h
View file @
8b205089
/*
* Copyright (C)
2009, 2016
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with this work for additional
* information regarding copyright ownership.
*/
/* $Id: os.h,v 1.3 2009/06/11 23:47:55 tbox Exp $ */
...
...
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