From 7bd455641455950eff7d21be652c8142b134d32f Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Mon, 10 Mar 2014 23:46:12 +0000 Subject: [PATCH] update copyright notice --- CHANGES | 2 +- configure.in | 13 +++++++++++++ lib/isc/pthreads/mutex.c | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f7564038c8..d1a58a95ea 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 623ab17dcf..479f320f8d 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 ef8896d9db..c6c7005e19 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