From: Tinderbox User Date: Mon, 10 Mar 2014 23:46:12 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.10.0b2~32 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7bd455641455950eff7d21be652c8142b134d32f;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/CHANGES b/CHANGES index f7564038c8b..d1a58a95ea0 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ on many systems. "configure --with-locktype=standard" restores conventional mutex locks. [RT #32576] -3780. [bug] $GENERATE handled negative numbers incorrectly. +3780. [bug] $GENERATE handled negative numbers incorrectly. [RT #25528] 3779. [cleanup] Clarify the error message when using an option diff --git a/configure.in b/configure.in index 623ab17dcf4..479f320f8d9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,17 @@ # Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 1998-2003 Internet Software Consortium. +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. # Copyright (C) 1998-2003 Internet Software Consortium. # diff --git a/lib/isc/pthreads/mutex.c b/lib/isc/pthreads/mutex.c index ef8896d9dbf..c6c7005e198 100644 --- a/lib/isc/pthreads/mutex.c +++ b/lib/isc/pthreads/mutex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2008, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2008, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any