From a9dfb7ef6eee372366e4fb4c053598ad4ea5d3ee Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 11 Sep 2017 22:06:05 -0700 Subject: [PATCH] [master] update copyrights, bump release tag --- CHANGES | 4 ++-- lib/isc/aes.c | 2 +- lib/isc/include/isc/hmacmd5.h | 2 +- lib/isc/include/isc/hmacsha.h | 2 +- lib/isc/include/isc/md5.h | 2 +- lib/isc/include/isc/sha1.h | 2 +- lib/isc/include/isc/sha2.h | 2 +- lib/isc/md5.c | 2 +- util/copyrights | 14 +++++++------- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGES b/CHANGES index 1bf7e4edc2..38e8923ca4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,11 @@ + --- 9.12.0a1 released --- + 4715. [bug] TreeMemMax was mis-identified as a second HeapMemMax in the Json cache statistics. [RT #45980] 4714. [port] openbsd/libressl: add support for building with --enable-openssl-hash. [RT #45982] - --- 9.12.0a1 released --- - 4713. [func] Added support for the DNS Response Policy Service (DNSRPS) API, which allows named to use an external response policy daemon when built with diff --git a/lib/isc/aes.c b/lib/isc/aes.c index c187f6f0ef..2cdcd953cb 100644 --- a/lib/isc/aes.c +++ b/lib/isc/aes.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/include/isc/hmacmd5.h b/lib/isc/include/isc/hmacmd5.h index f716762e77..08dce7f13c 100644 --- a/lib/isc/include/isc/hmacmd5.h +++ b/lib/isc/include/isc/hmacmd5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004-2007, 2009, 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/include/isc/hmacsha.h b/lib/isc/include/isc/hmacsha.h index 6797ba99c8..b2d00471ff 100644 --- a/lib/isc/include/isc/hmacsha.h +++ b/lib/isc/include/isc/hmacsha.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005-2007, 2009, 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/include/isc/md5.h b/lib/isc/include/isc/md5.h index a91ad5794c..26160b8b21 100644 --- a/lib/isc/include/isc/md5.h +++ b/lib/isc/include/isc/md5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004-2007, 2009, 2010, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004-2007, 2009, 2010, 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/include/isc/sha1.h b/lib/isc/include/isc/sha1.h index 480543e31f..cfcefe96b9 100644 --- a/lib/isc/include/isc/sha1.h +++ b/lib/isc/include/isc/sha1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004-2007, 2009, 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/include/isc/sha2.h b/lib/isc/include/isc/sha2.h index 6808e13110..3c51820cb7 100644 --- a/lib/isc/include/isc/sha2.h +++ b/lib/isc/include/isc/sha2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005-2007, 2009, 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/md5.c b/lib/isc/md5.c index 0d69fb837b..6440e58b2c 100644 --- a/lib/isc/md5.c +++ b/lib/isc/md5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 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/util/copyrights b/util/copyrights index dd75aa18b0..d5f2b1cb19 100644 --- a/util/copyrights +++ b/util/copyrights @@ -3858,7 +3858,7 @@ ./lib/isc/.gitignore X 2014 ./lib/isc/Atffile X 2011 ./lib/isc/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 -./lib/isc/aes.c C 2014,2016 +./lib/isc/aes.c C 2014,2016,2017 ./lib/isc/alpha/Makefile.in MAKE 2007,2012,2016 ./lib/isc/alpha/include/Makefile.in MAKE 2007,2012,2016 ./lib/isc/alpha/include/isc/Makefile.in MAKE 2007,2012,2015,2016 @@ -3919,8 +3919,8 @@ ./lib/isc/include/isc/hash.h C 2003,2004,2005,2006,2007,2009,2013,2014,2015,2016 ./lib/isc/include/isc/heap.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2012,2016 ./lib/isc/include/isc/hex.h C 2000,2001,2004,2005,2006,2007,2008,2016 -./lib/isc/include/isc/hmacmd5.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016 -./lib/isc/include/isc/hmacsha.h C 2005,2006,2007,2009,2014,2016 +./lib/isc/include/isc/hmacmd5.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016,2017 +./lib/isc/include/isc/hmacsha.h C 2005,2006,2007,2009,2014,2016,2017 ./lib/isc/include/isc/ht.h C 2016,2017 ./lib/isc/include/isc/httpd.h C 2006,2007,2008,2014,2016 ./lib/isc/include/isc/interfaceiter.h C 1999,2000,2001,2004,2005,2006,2007,2016 @@ -3934,7 +3934,7 @@ ./lib/isc/include/isc/list.h C 1997,1998,1999,2000,2001,2002,2004,2006,2007,2011,2012,2013,2016 ./lib/isc/include/isc/log.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2014,2016,2017 ./lib/isc/include/isc/magic.h C 1999,2000,2001,2004,2005,2006,2007,2016 -./lib/isc/include/isc/md5.h C 2000,2001,2004,2005,2006,2007,2009,2010,2014,2016 +./lib/isc/include/isc/md5.h C 2000,2001,2004,2005,2006,2007,2009,2010,2014,2016,2017 ./lib/isc/include/isc/mem.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2015,2016,2017 ./lib/isc/include/isc/meminfo.h C 2015,2016 ./lib/isc/include/isc/msgcat.h C 1999,2000,2001,2004,2005,2007,2016 @@ -3963,8 +3963,8 @@ ./lib/isc/include/isc/rwlock.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2016 ./lib/isc/include/isc/safe.h C 2013,2015,2016 ./lib/isc/include/isc/serial.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016 -./lib/isc/include/isc/sha1.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016 -./lib/isc/include/isc/sha2.h C 2005,2006,2007,2009,2014,2016 +./lib/isc/include/isc/sha1.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016,2017 +./lib/isc/include/isc/sha2.h C 2005,2006,2007,2009,2014,2016,2017 ./lib/isc/include/isc/sockaddr.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2015,2016 ./lib/isc/include/isc/socket.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2016 ./lib/isc/include/isc/stats.h C 2009,2012,2016 @@ -4000,7 +4000,7 @@ ./lib/isc/lfsr.c C 1999,2000,2001,2002,2004,2005,2007,2016 ./lib/isc/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016 ./lib/isc/log.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014,2016,2017 -./lib/isc/md5.c C 2000,2001,2004,2005,2007,2009,2014,2015,2016 +./lib/isc/md5.c C 2000,2001,2004,2005,2007,2009,2014,2015,2016,2017 ./lib/isc/mem.c C 1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017 ./lib/isc/mips/Makefile.in MAKE 2007,2012,2016 ./lib/isc/mips/include/Makefile.in MAKE 2007,2012,2016 -- GitLab