From 49dbdb0186eb23d87d685b96eaefa9ec3c71d9b8 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 21 Jun 2000 22:05:07 +0000 Subject: [PATCH] update_copyrights --- contrib/named-bootconf/named-bootconf.sh | 30 ++++++++++++------------ contrib/nanny/nanny.pl | 2 +- lib/isc/Makefile.in | 2 +- lib/isc/assertions.c | 2 +- lib/isc/base64.c | 4 ++-- lib/isc/buffer.c | 2 +- lib/isc/commandline.c | 4 ++-- lib/isc/error.c | 2 +- lib/isc/event.c | 2 +- lib/isc/fsaccess.c | 19 +++++++++++++++ lib/isc/heap.c | 2 +- lib/isc/include/Makefile.in | 2 +- lib/isc/include/isc/Makefile.in | 2 +- lib/isc/include/isc/assertions.h | 4 ++-- lib/isc/include/isc/boolean.h | 2 +- lib/isc/include/isc/buffer.h | 2 +- lib/isc/include/isc/error.h | 2 +- lib/isc/include/isc/event.h | 2 +- lib/isc/include/isc/eventclass.h | 2 +- lib/isc/include/isc/formatcheck.h | 2 +- lib/isc/include/isc/fsaccess.h | 16 +++++++++++++ lib/isc/include/isc/heap.h | 2 +- lib/isc/include/isc/lex.h | 2 +- lib/isc/include/isc/mem.h | 2 +- lib/isc/include/isc/netaddr.h | 2 +- lib/isc/include/isc/region.h | 2 +- lib/isc/include/isc/result.h | 2 +- lib/isc/include/isc/rwlock.h | 2 +- lib/isc/include/isc/sockaddr.h | 2 +- lib/isc/include/isc/socket.h | 2 +- lib/isc/include/isc/symtab.h | 2 +- lib/isc/include/isc/task.h | 2 +- lib/isc/include/isc/timer.h | 2 +- lib/isc/include/isc/util.h | 2 +- lib/isc/inet_aton.c | 6 ++--- lib/isc/inet_ntop.c | 8 +++---- lib/isc/inet_pton.c | 8 +++---- lib/isc/lex.c | 2 +- lib/isc/mem.c | 2 +- lib/isc/pthreads/Makefile.in | 2 +- lib/isc/pthreads/condition.c | 2 +- lib/isc/pthreads/include/Makefile.in | 2 +- lib/isc/pthreads/include/isc/Makefile.in | 2 +- lib/isc/pthreads/include/isc/condition.h | 2 +- lib/isc/pthreads/include/isc/mutex.h | 2 +- lib/isc/pthreads/include/isc/thread.h | 2 +- lib/isc/result.c | 2 +- lib/isc/rwlock.c | 2 +- lib/isc/symtab.c | 2 +- lib/isc/task.c | 2 +- lib/isc/timer.c | 2 +- lib/isc/unix/Makefile.in | 2 +- lib/isc/unix/fsaccess.c | 17 ++++++++++++++ lib/isc/unix/include/Makefile.in | 2 +- lib/isc/unix/include/isc/Makefile.in | 2 +- lib/isc/unix/include/isc/time.h | 2 +- lib/isc/unix/socket.c | 2 +- lib/isc/unix/time.c | 2 +- lib/isc/version.c | 2 +- lib/isc/win32/condition.c | 2 +- lib/isc/win32/fsaccess.c | 17 ++++++++++++++ lib/isc/win32/include/isc/condition.h | 2 +- lib/isc/win32/include/isc/mutex.h | 2 +- lib/isc/win32/include/isc/thread.h | 2 +- lib/isc/win32/include/isc/time.h | 2 +- lib/isc/win32/thread.c | 2 +- lib/isc/win32/time.c | 2 +- lib/omapi/connection.c | 4 ++-- lib/omapi/data.c | 4 ++-- lib/omapi/generic.c | 4 ++-- lib/omapi/handle.c | 4 ++-- lib/omapi/include/omapi/omapi.h | 2 +- lib/omapi/include/omapi/private.h | 2 +- lib/omapi/include/omapi/types.h | 2 +- lib/omapi/listener.c | 2 +- lib/omapi/message.c | 2 +- lib/omapi/object.c | 4 ++-- lib/omapi/protocol.c | 2 +- lib/omapi/string.c | 4 ++-- lib/omapi/value.c | 4 ++-- lib/tests/Makefile.in | 2 +- lib/tests/include/Makefile.in | 2 +- 82 files changed, 179 insertions(+), 110 deletions(-) diff --git a/contrib/named-bootconf/named-bootconf.sh b/contrib/named-bootconf/named-bootconf.sh index c1dfaad8c9..2b3fc1e3e8 100644 --- a/contrib/named-bootconf/named-bootconf.sh +++ b/contrib/named-bootconf/named-bootconf.sh @@ -1,5 +1,20 @@ #!/bin/sh # +# Portions Copyright (C) 1999.2000 Internet Software Consortium. +# +# Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS +# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE +# CONSORTIUM 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. + # $NetBSD: named-bootconf.sh,v 1.5 1998/12/15 01:00:53 tron Exp $ # # Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -36,21 +51,6 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -## Copyright (c) 1999 by Internet Software Consortium -## -## Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS -## ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES -## OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE -## CONSORTIUM 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. - if [ ${OPTIONFILE-X} = X ]; then OPTIONFILE=/tmp/.options.`date +%s`.$$ ZONEFILE=/tmp/.zones.`date +%s`.$$ diff --git a/contrib/nanny/nanny.pl b/contrib/nanny/nanny.pl index 8b4ab370ef..ebd3946068 100644 --- a/contrib/nanny/nanny.pl +++ b/contrib/nanny/nanny.pl @@ -14,7 +14,7 @@ # 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. -# + # A simple nanny to make sure named stays running. $pid_file_location = '/var/run/named.pid'; diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index 54eb673522..6f3d4634f7 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c index 9445393bc0..24fc129e4a 100644 --- a/lib/isc/assertions.c +++ b/lib/isc/assertions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1997-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/base64.c b/lib/isc/base64.c index ec79cb30ec..a6f01ba50f 100644 --- a/lib/isc/base64.c +++ b/lib/isc/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: base64.c,v 1.14 2000/06/01 17:20:18 tale Exp $ */ +/* $Id: base64.c,v 1.15 2000/06/21 21:56:29 tale Exp $ */ #include diff --git a/lib/isc/buffer.c b/lib/isc/buffer.c index 9627f01ab9..0ae823c759 100644 --- a/lib/isc/buffer.c +++ b/lib/isc/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/commandline.c b/lib/isc/commandline.c index 3bdd0bc43f..e4427e596e 100644 --- a/lib/isc/commandline.c +++ b/lib/isc/commandline.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999, 2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -48,7 +48,7 @@ * SUCH DAMAGE. */ -/* $Id: commandline.c,v 1.7 2000/06/01 17:20:20 tale Exp $ */ +/* $Id: commandline.c,v 1.8 2000/06/21 21:56:31 tale Exp $ */ /* * This file was adapted from the NetBSD project's source tree, RCS ID: diff --git a/lib/isc/error.c b/lib/isc/error.c index 6c9533d21c..3df4d23bf4 100644 --- a/lib/isc/error.c +++ b/lib/isc/error.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/event.c b/lib/isc/event.c index d6eccee85e..7ebec2cd5f 100644 --- a/lib/isc/event.c +++ b/lib/isc/event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/fsaccess.c b/lib/isc/fsaccess.c index 595577b9e7..7976b13602 100644 --- a/lib/isc/fsaccess.c +++ b/lib/isc/fsaccess.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2000 Internet Software Consortium. + * + * Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS + * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE + * CONSORTIUM 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. + */ + +/* $Id: fsaccess.c,v 1.2 2000/06/21 21:56:34 tale Exp $ */ + /* * This file contains the OS-independent functionality of the API. */ diff --git a/lib/isc/heap.c b/lib/isc/heap.c index ca577e4cee..2459d534f1 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1997-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/Makefile.in b/lib/isc/include/Makefile.in index 1c4dbab983..7f4b47744e 100644 --- a/lib/isc/include/Makefile.in +++ b/lib/isc/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index f45f3b6ca5..a8a50e2b90 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/assertions.h b/lib/isc/include/isc/assertions.h index 5835ec250f..efa1e9785f 100644 --- a/lib/isc/include/isc/assertions.h +++ b/lib/isc/include/isc/assertions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1997-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: assertions.h,v 1.10 2000/06/01 17:20:34 tale Exp $ + * $Id: assertions.h,v 1.11 2000/06/21 21:56:53 tale Exp $ */ #ifndef ISC_ASSERTIONS_H diff --git a/lib/isc/include/isc/boolean.h b/lib/isc/include/isc/boolean.h index 7b51038599..2e8744b45c 100644 --- a/lib/isc/include/isc/boolean.h +++ b/lib/isc/include/isc/boolean.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/buffer.h b/lib/isc/include/isc/buffer.h index e5214a52aa..84f103a3b3 100644 --- a/lib/isc/include/isc/buffer.h +++ b/lib/isc/include/isc/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/error.h b/lib/isc/include/isc/error.h index 0787514521..c4d7015d60 100644 --- a/lib/isc/include/isc/error.h +++ b/lib/isc/include/isc/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/event.h b/lib/isc/include/isc/event.h index 6039fbb92d..e8960a6565 100644 --- a/lib/isc/include/isc/event.h +++ b/lib/isc/include/isc/event.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/eventclass.h b/lib/isc/include/isc/eventclass.h index b1eb683a3d..6f6b44ecf8 100644 --- a/lib/isc/include/isc/eventclass.h +++ b/lib/isc/include/isc/eventclass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/formatcheck.h b/lib/isc/include/isc/formatcheck.h index 2e0e21f12b..36c86739a9 100644 --- a/lib/isc/include/isc/formatcheck.h +++ b/lib/isc/include/isc/formatcheck.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/fsaccess.h b/lib/isc/include/isc/fsaccess.h index 9569a6ff62..480d20d39d 100644 --- a/lib/isc/include/isc/fsaccess.h +++ b/lib/isc/include/isc/fsaccess.h @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2000 Internet Software Consortium. + * + * Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS + * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE + * CONSORTIUM 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. + */ /* * The ISC filesystem access module encapsulates the setting of file diff --git a/lib/isc/include/isc/heap.h b/lib/isc/include/isc/heap.h index 2a3b1520da..1f03dd3777 100644 --- a/lib/isc/include/isc/heap.h +++ b/lib/isc/include/isc/heap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1997-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/lex.h b/lib/isc/include/isc/lex.h index deb32d8957..68e9214948 100644 --- a/lib/isc/include/isc/lex.h +++ b/lib/isc/include/isc/lex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h index 195ae2820c..cbf7f59e59 100644 --- a/lib/isc/include/isc/mem.h +++ b/lib/isc/include/isc/mem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1997-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/netaddr.h b/lib/isc/include/isc/netaddr.h index 592aa6ed06..1e3f5dce5d 100644 --- a/lib/isc/include/isc/netaddr.h +++ b/lib/isc/include/isc/netaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/region.h b/lib/isc/include/isc/region.h index e7a959378a..a818587d27 100644 --- a/lib/isc/include/isc/region.h +++ b/lib/isc/include/isc/region.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/result.h b/lib/isc/include/isc/result.h index fb199580cf..879c50423e 100644 --- a/lib/isc/include/isc/result.h +++ b/lib/isc/include/isc/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/rwlock.h b/lib/isc/include/isc/rwlock.h index c98ef09b7e..4033186572 100644 --- a/lib/isc/include/isc/rwlock.h +++ b/lib/isc/include/isc/rwlock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/sockaddr.h b/lib/isc/include/isc/sockaddr.h index b863e0721c..315c8b16a9 100644 --- a/lib/isc/include/isc/sockaddr.h +++ b/lib/isc/include/isc/sockaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h index 9cd4e15aef..569c6b7f17 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/symtab.h b/lib/isc/include/isc/symtab.h index 5e65b5b1c5..0916ee4e6e 100644 --- a/lib/isc/include/isc/symtab.h +++ b/lib/isc/include/isc/symtab.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/task.h b/lib/isc/include/isc/task.h index 1546bd6950..97b9f55bab 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/timer.h b/lib/isc/include/isc/timer.h index 4f4f9f1b4a..cabbc0c104 100644 --- a/lib/isc/include/isc/timer.h +++ b/lib/isc/include/isc/timer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/include/isc/util.h b/lib/isc/include/isc/util.h index 70ca847909..6cd18ded66 100644 --- a/lib/isc/include/isc/util.h +++ b/lib/isc/include/isc/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/inet_aton.c b/lib/isc/inet_aton.c index 5ac9a7de3d..7420c6f814 100644 --- a/lib/isc/inet_aton.c +++ b/lib/isc/inet_aton.c @@ -1,6 +1,6 @@ /* - * Portions Copyright (C) 1996-1999 Internet Software Consortium. - * + * Portions Copyright (C) 1996-2000 Internet Software Consortium. + * * Permission to use, copy, modify, and 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. @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -static char rcsid[] = "$Id: inet_aton.c,v 1.11 2000/06/09 21:23:19 gson Exp $"; +static char rcsid[] = "$Id: inet_aton.c,v 1.12 2000/06/21 21:56:37 tale Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/inet_ntop.c b/lib/isc/inet_ntop.c index a00f6562dc..6299652c54 100644 --- a/lib/isc/inet_ntop.c +++ b/lib/isc/inet_ntop.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1996-1999 by Internet Software Consortium. - * + * Copyright (C) 1996-2000 Internet Software Consortium. + * * Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: inet_ntop.c,v 1.6 2000/05/24 05:09:38 tale Exp $"; + "$Id: inet_ntop.c,v 1.7 2000/06/21 21:56:38 tale Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/inet_pton.c b/lib/isc/inet_pton.c index bdbc2a392e..c3c0cd770c 100644 --- a/lib/isc/inet_pton.c +++ b/lib/isc/inet_pton.c @@ -1,10 +1,10 @@ /* - * Copyright (c) 1996,1999 by Internet Software Consortium. - * + * Copyright (C) 1996-2000 Internet Software Consortium. + * * Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: inet_pton.c,v 1.5 2000/05/24 05:09:39 tale Exp $"; + "$Id: inet_pton.c,v 1.6 2000/06/21 21:56:39 tale Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/lex.c b/lib/isc/lex.c index 788aa38239..e539a7b5fe 100644 --- a/lib/isc/lex.c +++ b/lib/isc/lex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/mem.c b/lib/isc/mem.c index 3d5451aa18..82dd6d6f7a 100644 --- a/lib/isc/mem.c +++ b/lib/isc/mem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1997-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/pthreads/Makefile.in b/lib/isc/pthreads/Makefile.in index 6608d8e520..5c004c4987 100644 --- a/lib/isc/pthreads/Makefile.in +++ b/lib/isc/pthreads/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/pthreads/condition.c b/lib/isc/pthreads/condition.c index eea2331e38..c6ef62cb2d 100644 --- a/lib/isc/pthreads/condition.c +++ b/lib/isc/pthreads/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/pthreads/include/Makefile.in b/lib/isc/pthreads/include/Makefile.in index 1c4dbab983..7f4b47744e 100644 --- a/lib/isc/pthreads/include/Makefile.in +++ b/lib/isc/pthreads/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/pthreads/include/isc/Makefile.in b/lib/isc/pthreads/include/isc/Makefile.in index cb152cace7..d2b61235d9 100644 --- a/lib/isc/pthreads/include/isc/Makefile.in +++ b/lib/isc/pthreads/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/pthreads/include/isc/condition.h b/lib/isc/pthreads/include/isc/condition.h index 490610a14f..caeb5c3366 100644 --- a/lib/isc/pthreads/include/isc/condition.h +++ b/lib/isc/pthreads/include/isc/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/pthreads/include/isc/mutex.h b/lib/isc/pthreads/include/isc/mutex.h index 832a547fb9..c14e37a17c 100644 --- a/lib/isc/pthreads/include/isc/mutex.h +++ b/lib/isc/pthreads/include/isc/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/pthreads/include/isc/thread.h b/lib/isc/pthreads/include/isc/thread.h index 25bf9e4dbd..d8ae627fc9 100644 --- a/lib/isc/pthreads/include/isc/thread.h +++ b/lib/isc/pthreads/include/isc/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/result.c b/lib/isc/result.c index bc6fa5c1dd..2fae18c84d 100644 --- a/lib/isc/result.c +++ b/lib/isc/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and 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 e08e44639b..753c8f3a29 100644 --- a/lib/isc/rwlock.c +++ b/lib/isc/rwlock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/symtab.c b/lib/isc/symtab.c index 8f9d01a2d0..0a3698ed33 100644 --- a/lib/isc/symtab.c +++ b/lib/isc/symtab.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/task.c b/lib/isc/task.c index 79261bb696..a61f358f07 100644 --- a/lib/isc/task.c +++ b/lib/isc/task.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/timer.c b/lib/isc/timer.c index d130baa762..1b876fc45e 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/unix/Makefile.in b/lib/isc/unix/Makefile.in index 55b9f0defe..dc980f705c 100644 --- a/lib/isc/unix/Makefile.in +++ b/lib/isc/unix/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/unix/fsaccess.c b/lib/isc/unix/fsaccess.c index a0d9a5fa71..277d036f59 100644 --- a/lib/isc/unix/fsaccess.c +++ b/lib/isc/unix/fsaccess.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2000 Internet Software Consortium. + * + * Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS + * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE + * CONSORTIUM 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. + */ + #include #include diff --git a/lib/isc/unix/include/Makefile.in b/lib/isc/unix/include/Makefile.in index 1c4dbab983..7f4b47744e 100644 --- a/lib/isc/unix/include/Makefile.in +++ b/lib/isc/unix/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/unix/include/isc/Makefile.in b/lib/isc/unix/include/isc/Makefile.in index 9ab0f05886..ff50150bfb 100644 --- a/lib/isc/unix/include/isc/Makefile.in +++ b/lib/isc/unix/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/unix/include/isc/time.h b/lib/isc/unix/include/isc/time.h index 372bf6703b..0550d1374e 100644 --- a/lib/isc/unix/include/isc/time.h +++ b/lib/isc/unix/include/isc/time.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 866b1ea22a..ed00c1d838 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/unix/time.c b/lib/isc/unix/time.c index 68aafa45ae..ae37a50171 100644 --- a/lib/isc/unix/time.c +++ b/lib/isc/unix/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/version.c b/lib/isc/version.c index c96a21c1ce..669ffa9938 100644 --- a/lib/isc/version.c +++ b/lib/isc/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/win32/condition.c b/lib/isc/win32/condition.c index 4201401a97..2aad9a7c00 100644 --- a/lib/isc/win32/condition.c +++ b/lib/isc/win32/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/win32/fsaccess.c b/lib/isc/win32/fsaccess.c index 5f7634306f..0dec196745 100644 --- a/lib/isc/win32/fsaccess.c +++ b/lib/isc/win32/fsaccess.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2000 Internet Software Consortium. + * + * Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS + * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE + * CONSORTIUM 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. + */ + #include #include #include diff --git a/lib/isc/win32/include/isc/condition.h b/lib/isc/win32/include/isc/condition.h index fb0f686b79..bc80898f11 100644 --- a/lib/isc/win32/include/isc/condition.h +++ b/lib/isc/win32/include/isc/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/win32/include/isc/mutex.h b/lib/isc/win32/include/isc/mutex.h index 58572e423a..67070261c0 100644 --- a/lib/isc/win32/include/isc/mutex.h +++ b/lib/isc/win32/include/isc/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/win32/include/isc/thread.h b/lib/isc/win32/include/isc/thread.h index 58e743f32a..8beadea9a9 100644 --- a/lib/isc/win32/include/isc/thread.h +++ b/lib/isc/win32/include/isc/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/win32/include/isc/time.h b/lib/isc/win32/include/isc/time.h index 0d44439b16..92c96ef89b 100644 --- a/lib/isc/win32/include/isc/time.h +++ b/lib/isc/win32/include/isc/time.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/win32/thread.c b/lib/isc/win32/thread.c index b25f588e6c..e6f96c10f5 100644 --- a/lib/isc/win32/thread.c +++ b/lib/isc/win32/thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/isc/win32/time.c b/lib/isc/win32/time.c index 4a6bb7115a..d02a56dc35 100644 --- a/lib/isc/win32/time.c +++ b/lib/isc/win32/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1998-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/omapi/connection.c b/lib/omapi/connection.c index 57b558c629..1fabe4452f 100644 --- a/lib/omapi/connection.c +++ b/lib/omapi/connection.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: connection.c,v 1.29 2000/06/02 18:59:24 bwelling Exp $ */ +/* $Id: connection.c,v 1.30 2000/06/21 22:01:14 tale Exp $ */ /* Principal Author: DCL */ diff --git a/lib/omapi/data.c b/lib/omapi/data.c index 5e3c38990c..23a320b125 100644 --- a/lib/omapi/data.c +++ b/lib/omapi/data.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: data.c,v 1.13 2000/05/24 18:43:28 tale Exp $ */ +/* $Id: data.c,v 1.14 2000/06/21 22:01:16 tale Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/generic.c b/lib/omapi/generic.c index 5786a2ae95..ad6a2273b7 100644 --- a/lib/omapi/generic.c +++ b/lib/omapi/generic.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: generic.c,v 1.14 2000/05/24 18:43:29 tale Exp $ */ +/* $Id: generic.c,v 1.15 2000/06/21 22:01:17 tale Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/handle.c b/lib/omapi/handle.c index 022854e92b..3f1b3fbfa4 100644 --- a/lib/omapi/handle.c +++ b/lib/omapi/handle.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: handle.c,v 1.12 2000/05/14 03:51:39 tale Exp $ */ +/* $Id: handle.c,v 1.13 2000/06/21 22:01:18 tale Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/include/omapi/omapi.h b/lib/omapi/include/omapi/omapi.h index 9a0249002f..c020fd3151 100644 --- a/lib/omapi/include/omapi/omapi.h +++ b/lib/omapi/include/omapi/omapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/omapi/include/omapi/private.h b/lib/omapi/include/omapi/private.h index dbb581c6fa..335941942e 100644 --- a/lib/omapi/include/omapi/private.h +++ b/lib/omapi/include/omapi/private.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/omapi/include/omapi/types.h b/lib/omapi/include/omapi/types.h index 87fe9c9952..aee96cb4e5 100644 --- a/lib/omapi/include/omapi/types.h +++ b/lib/omapi/include/omapi/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/omapi/listener.c b/lib/omapi/listener.c index 5cc510996a..e5d2ee43d1 100644 --- a/lib/omapi/listener.c +++ b/lib/omapi/listener.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/omapi/message.c b/lib/omapi/message.c index bcf13a3254..90ec315a1a 100644 --- a/lib/omapi/message.c +++ b/lib/omapi/message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/omapi/object.c b/lib/omapi/object.c index 47ec1801a1..9ed3b327b0 100644 --- a/lib/omapi/object.c +++ b/lib/omapi/object.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: object.c,v 1.16 2000/05/08 14:38:17 tale Exp $ */ +/* $Id: object.c,v 1.17 2000/06/21 22:01:22 tale Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/protocol.c b/lib/omapi/protocol.c index 88e33ba1d1..b08fde243a 100644 --- a/lib/omapi/protocol.c +++ b/lib/omapi/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/lib/omapi/string.c b/lib/omapi/string.c index 11f51c4eb0..d2177206c7 100644 --- a/lib/omapi/string.c +++ b/lib/omapi/string.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: string.c,v 1.6 2000/05/08 14:38:21 tale Exp $ */ +/* $Id: string.c,v 1.7 2000/06/21 22:01:25 tale Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/value.c b/lib/omapi/value.c index d45a4a307c..0d82a921a2 100644 --- a/lib/omapi/value.c +++ b/lib/omapi/value.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996, 1997, 1998, 1999, 2000 Internet Software Consortium. + * Copyright (C) 1996-2000 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: value.c,v 1.6 2000/05/08 14:38:22 tale Exp $ */ +/* $Id: value.c,v 1.7 2000/06/21 22:01:26 tale Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in index 75d1469d0b..74b052387e 100644 --- a/lib/tests/Makefile.in +++ b/lib/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/lib/tests/include/Makefile.in b/lib/tests/include/Makefile.in index 14531791c1..8e2d5d39c0 100644 --- a/lib/tests/include/Makefile.in +++ b/lib/tests/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000 Internet Software Consortium. +# Copyright (C) 1998-2000 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above