From: Tinderbox User Date: Mon, 24 Apr 2017 23:45:33 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.12.0a1~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b7760b290f757db842886c967bd09decfe3c5b;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/CHANGES b/CHANGES index e36a0be0aa0..7e2a5f8c871 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ 4610. [func] The "new-zones-directory" option specifies the - location of NZF or NZD files for storing + location of NZF or NZD files for storing configuration of zones added by "rndc addzone". Thanks to Petr Menšík. [RT #44853] diff --git a/bin/rndc/rndc.docbook b/bin/rndc/rndc.docbook index 58ae28c6a53..ab29fbe519d 100644 --- a/bin/rndc/rndc.docbook +++ b/bin/rndc/rndc.docbook @@ -244,7 +244,7 @@ The configuration is saved in a file called viewname.nzf (or, if named is compiled with - liblmdb, an LMDB database file called + liblmdb, an LMDB database file called viewname.nzd). viewname is the name of the view, unless the view name contains characters diff --git a/bin/tests/system/addzone/ns2/named3.conf b/bin/tests/system/addzone/ns2/named3.conf index 920a1e55dd5..2bb92f53f43 100644 --- a/bin/tests/system/addzone/ns2/named3.conf +++ b/bin/tests/system/addzone/ns2/named3.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2011, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017 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 diff --git a/bin/tests/system/statschannel/server-json.pl b/bin/tests/system/statschannel/server-json.pl index abfdd9a230b..0709b6aa157 100644 --- a/bin/tests/system/statschannel/server-json.pl +++ b/bin/tests/system/statschannel/server-json.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015-2017 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 diff --git a/bin/tests/system/statschannel/server-xml.pl b/bin/tests/system/statschannel/server-xml.pl index c73e47cf2de..0640856c6d1 100644 --- a/bin/tests/system/statschannel/server-xml.pl +++ b/bin/tests/system/statschannel/server-xml.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015-2017 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 diff --git a/bin/tests/system/statschannel/traffic-json.pl b/bin/tests/system/statschannel/traffic-json.pl index c64c7b48d52..cd457294431 100644 --- a/bin/tests/system/statschannel/traffic-json.pl +++ b/bin/tests/system/statschannel/traffic-json.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015-2017 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 diff --git a/bin/tests/system/statschannel/traffic-xml.pl b/bin/tests/system/statschannel/traffic-xml.pl index d8288e1913c..4458a345877 100644 --- a/bin/tests/system/statschannel/traffic-xml.pl +++ b/bin/tests/system/statschannel/traffic-xml.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015-2017 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 diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 166d67a24fb..30468bf70f5 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -5947,7 +5947,7 @@ options { is saved in a file called viewname.nzf (or, if named is compiled with - liblmdb, in an LMDB database file called + liblmdb, in an LMDB database file called viewname.nzd). viewname is the name of the view, unless the view name contains characters that are diff --git a/lib/irs/Makefile.in b/lib/irs/Makefile.in index c9cc25a5d5f..65d3f289caa 100644 --- a/lib/irs/Makefile.in +++ b/lib/irs/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2012, 2014-2017 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 diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index 1d31f488f30..3e0a7e3e5d9 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 1998-2017 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 diff --git a/lib/isc/tests/file_test.c b/lib/isc/tests/file_test.c index 061db7c0203..3b5c54e49bc 100644 --- a/lib/isc/tests/file_test.c +++ b/lib/isc/tests/file_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2016, 2017 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 diff --git a/lib/isc/unix/file.c b/lib/isc/unix/file.c index 5655fa51dbb..fc18d715c93 100644 --- a/lib/isc/unix/file.c +++ b/lib/isc/unix/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2011-2017 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 diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c index b5e20e22bed..5b9ebd13832 100644 --- a/lib/isc/win32/file.c +++ b/lib/isc/win32/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2002, 2004, 2007, 2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2002, 2004, 2007, 2009, 2011-2017 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 diff --git a/lib/isccfg/Makefile.in b/lib/isccfg/Makefile.in index 7a451623380..53a94e3c736 100644 --- a/lib/isccfg/Makefile.in +++ b/lib/isccfg/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2005, 2007, 2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2001-2005, 2007, 2009, 2011-2017 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 diff --git a/lib/lwres/Makefile.in b/lib/lwres/Makefile.in index b7a3976c5a6..fe39b367b40 100644 --- a/lib/lwres/Makefile.in +++ b/lib/lwres/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000, 2001, 2004, 2005, 2007, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2000, 2001, 2004, 2005, 2007, 2012, 2014-2017 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