From 780169512e7405bb995230028edf6a9aa716f9db Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Wed, 4 Jun 2014 23:45:22 +0000 Subject: [PATCH] update copyright notice --- lib/isc/include/isc/random.h | 2 +- lib/isc/random.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/isc/include/isc/random.h b/lib/isc/include/isc/random.h index 8d74f25cae..ec6c899454 100644 --- a/lib/isc/include/isc/random.h +++ b/lib/isc/include/isc/random.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/random.c b/lib/isc/random.c index d0cbdc872f..dc9893fff7 100644 --- a/lib/isc/random.c +++ b/lib/isc/random.c @@ -14,6 +14,7 @@ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ + /*% * ChaCha based random number generator derived from OpenBSD. *