From fb548d30d72a2b48b6af5bcd5795868fa2f7df8d Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Tue, 19 Sep 2017 23:48:54 +0000 Subject: [PATCH] update copyright notice / whitespace --- lib/dns/hmac_link.c | 2 +- lib/dns/openssldh_link.c | 2 +- lib/dns/openssldsa_link.c | 2 +- lib/dns/opensslecdsa_link.c | 2 +- lib/dns/opensslgost_link.c | 2 +- lib/dns/rdata/in_1/dhcid_49.c | 2 +- lib/isc/include/isc/platform.h.in | 2 +- lib/isc/include/isc/refcount.h | 2 +- lib/isc/include/isc/rwlock.h | 4 ++-- lib/isc/include/isc/safe.h | 2 +- lib/isc/refcount.c | 2 +- lib/isc/rwlock.c | 2 +- lib/isc/safe.c | 2 +- lib/isc/stats.c | 2 +- lib/isc/tests/safe_test.c | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/dns/hmac_link.c b/lib/dns/hmac_link.c index 138e066704..05010e08d5 100644 --- a/lib/dns/hmac_link.c +++ b/lib/dns/hmac_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2016 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2017 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/openssldh_link.c b/lib/dns/openssldh_link.c index 6f61b06165..1c92123f6c 100644 --- a/lib/dns/openssldh_link.c +++ b/lib/dns/openssldh_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/openssldsa_link.c b/lib/dns/openssldsa_link.c index dafdbd3c4a..3d2e6faac8 100644 --- a/lib/dns/openssldsa_link.c +++ b/lib/dns/openssldsa_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/opensslecdsa_link.c b/lib/dns/opensslecdsa_link.c index 664ebbab98..3c0340507e 100644 --- a/lib/dns/opensslecdsa_link.c +++ b/lib/dns/opensslecdsa_link.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/dns/opensslgost_link.c b/lib/dns/opensslgost_link.c index 0150aa6749..e1281916e9 100644 --- a/lib/dns/opensslgost_link.c +++ b/lib/dns/opensslgost_link.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/dns/rdata/in_1/dhcid_49.c b/lib/dns/rdata/in_1/dhcid_49.c index 526646111c..5f06093b71 100644 --- a/lib/dns/rdata/in_1/dhcid_49.c +++ b/lib/dns/rdata/in_1/dhcid_49.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007, 2009, 2011, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006, 2007, 2009, 2011, 2012, 2015, 2017 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/platform.h.in b/lib/isc/include/isc/platform.h.in index a04f398a63..e254c2cce3 100644 --- a/lib/isc/include/isc/platform.h.in +++ b/lib/isc/include/isc/platform.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2010, 2013-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2010, 2013-2017 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/include/isc/refcount.h b/lib/isc/include/isc/refcount.h index b5d6da405b..badd32482d 100644 --- a/lib/isc/include/isc/refcount.h +++ b/lib/isc/include/isc/refcount.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2017 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/include/isc/rwlock.h b/lib/isc/include/isc/rwlock.h index af885df425..03716258a8 100644 --- a/lib/isc/include/isc/rwlock.h +++ b/lib/isc/include/isc/rwlock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2017 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -104,7 +104,7 @@ struct isc_rwlock { * when the quota is reached and it is time to switch. */ unsigned int granted; - + unsigned int readers_waiting; unsigned int writers_waiting; unsigned int read_quota; diff --git a/lib/isc/include/isc/safe.h b/lib/isc/include/isc/safe.h index 343594f1a1..a65c3f5ce5 100644 --- a/lib/isc/include/isc/safe.h +++ b/lib/isc/include/isc/safe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015, 2017 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/refcount.c b/lib/isc/refcount.c index 67f9517c25..f8ce103fb3 100644 --- a/lib/isc/refcount.c +++ b/lib/isc/refcount.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2007, 2017 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/rwlock.c b/lib/isc/rwlock.c index a2365b57fd..8e1d4c2db9 100644 --- a/lib/isc/rwlock.c +++ b/lib/isc/rwlock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2015, 2017 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/safe.c b/lib/isc/safe.c index a724bdd64d..39966b50ac 100644 --- a/lib/isc/safe.c +++ b/lib/isc/safe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015, 2017 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/stats.c b/lib/isc/stats.c index 5833a9dad3..766b5602c9 100644 --- a/lib/isc/stats.c +++ b/lib/isc/stats.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015, 2017 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/tests/safe_test.c b/lib/isc/tests/safe_test.c index 15d267412b..4dbbe6e7f2 100644 --- a/lib/isc/tests/safe_test.c +++ b/lib/isc/tests/safe_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015, 2017 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above