From f4eb664ce35fcfc7136c278ff204547418abcc9d Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Wed, 9 Aug 2017 23:47:50 +0000 Subject: [PATCH] update copyright notice / whitespace --- CHANGES | 4 ++-- bin/dnssec/dnssec-revoke.c | 2 +- bin/dnssec/dnssec-settime.c | 2 +- bin/dnssec/dnssectool.h | 2 +- bin/named/xfrout.c | 2 +- bin/tests/db/t_db.c | 2 +- bin/tests/master/t_master.c | 2 +- bin/tools/named-rrchecker.c | 2 +- lib/bind9/getaddresses.c | 2 +- lib/dns/time.c | 2 +- lib/dns/xfrin.c | 2 +- lib/isc/entropy.c | 2 +- lib/isc/print.c | 2 +- lib/isc/unix/entropy.c | 2 +- lib/isccfg/aclconf.c | 2 +- lib/lwres/print.c | 2 +- lib/tests/include/tests/t_api.h | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/CHANGES b/CHANGES index ec7a4cd5e1..c455ca9579 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ 4675. [cleanup] Don't use C++ keyword class. [RT #45726] 4674. [func] "dig +sigchase", and related options "+topdown" and - "+trusted-keys", have been removed. Use "delv" for - queries with DNSSEC validation. [RT #42793] + "+trusted-keys", have been removed. Use "delv" for + queries with DNSSEC validation. [RT #42793] 4673. [port] Silence GCC 7 warnings. [RT #45592] diff --git a/bin/dnssec/dnssec-revoke.c b/bin/dnssec/dnssec-revoke.c index b7ab5d7e03..437e1530b8 100644 --- a/bin/dnssec/dnssec-revoke.c +++ b/bin/dnssec/dnssec-revoke.c @@ -1,5 +1,5 @@ /* - * 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/bin/dnssec/dnssec-settime.c b/bin/dnssec/dnssec-settime.c index d26b8504af..f195464889 100644 --- a/bin/dnssec/dnssec-settime.c +++ b/bin/dnssec/dnssec-settime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009-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/dnssec/dnssectool.h b/bin/dnssec/dnssectool.h index da4caa59d8..13cbf33633 100644 --- a/bin/dnssec/dnssectool.h +++ b/bin/dnssec/dnssectool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2003, 2004, 2007-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2003, 2004, 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 diff --git a/bin/named/xfrout.c b/bin/named/xfrout.c index 5c6a6a73ec..90775ff28a 100644 --- a/bin/named/xfrout.c +++ b/bin/named/xfrout.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-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/db/t_db.c b/bin/tests/db/t_db.c index ccba5bbfed..e7030ab542 100644 --- a/bin/tests/db/t_db.c +++ b/bin/tests/db/t_db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2011-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2011-2013, 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/master/t_master.c b/bin/tests/master/t_master.c index 38187b9c95..d912ac5faf 100644 --- a/bin/tests/master/t_master.c +++ b/bin/tests/master/t_master.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2001, 2003-2005, 2007, 2009, 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1998-2001, 2003-2005, 2007, 2009, 2011, 2013, 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/bin/tools/named-rrchecker.c b/bin/tools/named-rrchecker.c index fbf435bb9f..eae13db462 100644 --- a/bin/tools/named-rrchecker.c +++ b/bin/tools/named-rrchecker.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 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/lib/bind9/getaddresses.c b/lib/bind9/getaddresses.c index 2928911582..6efcde740d 100644 --- a/lib/bind9/getaddresses.c +++ b/lib/bind9/getaddresses.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001, 2002, 2004, 2005, 2007, 2014-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2001, 2002, 2004, 2005, 2007, 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/dns/time.c b/lib/dns/time.c index b2a3c7c06f..b43b872da6 100644 --- a/lib/dns/time.c +++ b/lib/dns/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2005, 2007, 2009-2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1998-2005, 2007, 2009-2012, 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/dns/xfrin.c b/lib/dns/xfrin.c index 13c8c6a777..37e73eea18 100644 --- a/lib/dns/xfrin.c +++ b/lib/dns/xfrin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2008, 2011-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2008, 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/entropy.c b/lib/isc/entropy.c index a45f0aa28a..e8d406ba21 100644 --- a/lib/isc/entropy.c +++ b/lib/isc/entropy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2007, 2009, 2010, 2014-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2007, 2009, 2010, 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/print.c b/lib/isc/print.c index 97bef07413..76f954b650 100644 --- a/lib/isc/print.c +++ b/lib/isc/print.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001, 2003-2008, 2010, 2014-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2001, 2003-2008, 2010, 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/unix/entropy.c b/lib/isc/unix/entropy.c index e3e8eff154..bce15d8d10 100644 --- a/lib/isc/unix/entropy.c +++ b/lib/isc/unix/entropy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2008, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2008, 2012, 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/isccfg/aclconf.c b/lib/isccfg/aclconf.c index 1fe1ce44f8..06fa6a88d4 100644 --- a/lib/isccfg/aclconf.c +++ b/lib/isccfg/aclconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2002, 2004-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2002, 2004-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/print.c b/lib/lwres/print.c index 797b27085e..be46648e42 100644 --- a/lib/lwres/print.c +++ b/lib/lwres/print.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001, 2003-2005, 2007, 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2001, 2003-2005, 2007, 2011, 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/tests/include/tests/t_api.h b/lib/tests/include/tests/t_api.h index 0689868665..d819065466 100644 --- a/lib/tests/include/tests/t_api.h +++ b/lib/tests/include/tests/t_api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001, 2004-2007, 2010, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2001, 2004-2007, 2010, 2013, 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