From 6dcde6ca366549264b23e191ff01162f9dd03350 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 22 Jun 2000 01:27:11 +0000 Subject: [PATCH] update_copyrights --- bin/Makefile.in | 2 +- bin/named/Makefile.in | 2 +- bin/named/named.conf.test | 17 +++++++++++++++++ bin/rndc/rndc.conf | 17 +++++++++++++++++ bin/tests/Makefile.in | 2 +- bin/tests/dispatch_tcp_test.c | 2 +- bin/tests/dispatch_test.c | 2 +- bin/tests/fsaccess_test.c | 17 +++++++++++++++++ bin/tests/lex_test.c | 2 +- bin/tests/master/t_master.c | 2 +- bin/tests/mem/Makefile.in | 2 +- bin/tests/name_test.c | 2 +- bin/tests/named.conf | 17 +++++++++++++++++ bin/tests/names/t_names.c | 2 +- bin/tests/ndc.conf | 17 +++++++++++++++++ bin/tests/net/Makefile.in | 2 +- bin/tests/omapi_test.c | 2 +- bin/tests/printmsg.c | 2 +- bin/tests/printmsg.h | 2 +- bin/tests/rbt/t_rbt.c | 2 +- bin/tests/rbt_test.txt | 15 +++++++++++++++ bin/tests/rdata_test.c | 2 +- bin/tests/resolv.conf.sample | 17 +++++++++++++++++ bin/tests/rwlock_test.c | 2 +- bin/tests/shutdown_test.c | 2 +- bin/tests/sock_test.c | 2 +- bin/tests/sym_test.c | 2 +- bin/tests/task_test.c | 2 +- bin/tests/tasks/Makefile.in | 2 +- bin/tests/tasks/t_tasks.c | 2 +- bin/tests/timer_test.c | 2 +- 31 files changed, 141 insertions(+), 24 deletions(-) diff --git a/bin/Makefile.in b/bin/Makefile.in index f16047a475..d84f69ca81 100644 --- a/bin/Makefile.in +++ b/bin/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/bin/named/Makefile.in b/bin/named/Makefile.in index c58042bfdb..874e2fbfb2 100644 --- a/bin/named/Makefile.in +++ b/bin/named/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/bin/named/named.conf.test b/bin/named/named.conf.test index f0d23dfdb2..09e229996b 100644 --- a/bin/named/named.conf.test +++ b/bin/named/named.conf.test @@ -1,3 +1,20 @@ +/* + * 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. + */ + options { directory "/var/named"; }; diff --git a/bin/rndc/rndc.conf b/bin/rndc/rndc.conf index 09400a5228..c5d9e4769d 100644 --- a/bin/rndc/rndc.conf +++ b/bin/rndc/rndc.conf @@ -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. + */ + options { default-server localhost; default-key "key"; diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 243615ec56..95e74ea2ba 100644 --- a/bin/tests/Makefile.in +++ b/bin/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/bin/tests/dispatch_tcp_test.c b/bin/tests/dispatch_tcp_test.c index b2ee506912..318a6a80e9 100644 --- a/bin/tests/dispatch_tcp_test.c +++ b/bin/tests/dispatch_tcp_test.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/bin/tests/dispatch_test.c b/bin/tests/dispatch_test.c index 70385f6f76..25dabeca6d 100644 --- a/bin/tests/dispatch_test.c +++ b/bin/tests/dispatch_test.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/bin/tests/fsaccess_test.c b/bin/tests/fsaccess_test.c index 907378d4e4..a3829c8817 100644 --- a/bin/tests/fsaccess_test.c +++ b/bin/tests/fsaccess_test.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/bin/tests/lex_test.c b/bin/tests/lex_test.c index c11d1c322a..ff2d17bc37 100644 --- a/bin/tests/lex_test.c +++ b/bin/tests/lex_test.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/bin/tests/master/t_master.c b/bin/tests/master/t_master.c index 16cd49185d..8f6bcfe74d 100644 --- a/bin/tests/master/t_master.c +++ b/bin/tests/master/t_master.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/bin/tests/mem/Makefile.in b/bin/tests/mem/Makefile.in index 6ad1e82b4a..92e1f81a41 100644 --- a/bin/tests/mem/Makefile.in +++ b/bin/tests/mem/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/bin/tests/name_test.c b/bin/tests/name_test.c index 5628695516..13ba05ec33 100644 --- a/bin/tests/name_test.c +++ b/bin/tests/name_test.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/bin/tests/named.conf b/bin/tests/named.conf index 3740cd9db2..45660483a4 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -1,3 +1,20 @@ +/* + * 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. + */ + /* * This is a worthless, nonrunnable example of a named.conf file that has * every conceivable syntax element in use. We use it to test the parser. diff --git a/bin/tests/names/t_names.c b/bin/tests/names/t_names.c index 06b85ffb22..0f908ec59e 100644 --- a/bin/tests/names/t_names.c +++ b/bin/tests/names/t_names.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/bin/tests/ndc.conf b/bin/tests/ndc.conf index 210d2fd25d..c0e365e896 100644 --- a/bin/tests/ndc.conf +++ b/bin/tests/ndc.conf @@ -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. + */ + options { default-server "velo.jab.fr" ; # [ default-key key_name; ] diff --git a/bin/tests/net/Makefile.in b/bin/tests/net/Makefile.in index 344cb4dacc..452529d882 100644 --- a/bin/tests/net/Makefile.in +++ b/bin/tests/net/Makefile.in @@ -1,4 +1,4 @@ -# 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/bin/tests/omapi_test.c b/bin/tests/omapi_test.c index 55de5a9cc5..35629278f3 100644 --- a/bin/tests/omapi_test.c +++ b/bin/tests/omapi_test.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/bin/tests/printmsg.c b/bin/tests/printmsg.c index 922718af89..41b819683f 100644 --- a/bin/tests/printmsg.c +++ b/bin/tests/printmsg.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/bin/tests/printmsg.h b/bin/tests/printmsg.h index 47513fc273..4178a1294b 100644 --- a/bin/tests/printmsg.h +++ b/bin/tests/printmsg.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/bin/tests/rbt/t_rbt.c b/bin/tests/rbt/t_rbt.c index 7bf87eec1e..241a901ac6 100644 --- a/bin/tests/rbt/t_rbt.c +++ b/bin/tests/rbt/t_rbt.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/bin/tests/rbt_test.txt b/bin/tests/rbt_test.txt index 268031c74a..8611fc94c5 100644 --- a/bin/tests/rbt_test.txt +++ b/bin/tests/rbt_test.txt @@ -1,3 +1,18 @@ +# 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. + add a.vix.com add b.vix.com add c.vix.com diff --git a/bin/tests/rdata_test.c b/bin/tests/rdata_test.c index 41dd666ab6..e496deb9b4 100644 --- a/bin/tests/rdata_test.c +++ b/bin/tests/rdata_test.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/bin/tests/resolv.conf.sample b/bin/tests/resolv.conf.sample index aa58568fd3..91db056ad8 100644 --- a/bin/tests/resolv.conf.sample +++ b/bin/tests/resolv.conf.sample @@ -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. + */ + domain jab.fr nameserver 194.150.1.2 ; ignore that diff --git a/bin/tests/rwlock_test.c b/bin/tests/rwlock_test.c index a3c0cba685..4444cf10ab 100644 --- a/bin/tests/rwlock_test.c +++ b/bin/tests/rwlock_test.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/bin/tests/shutdown_test.c b/bin/tests/shutdown_test.c index ddb414edd0..f1a56fac57 100644 --- a/bin/tests/shutdown_test.c +++ b/bin/tests/shutdown_test.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/bin/tests/sock_test.c b/bin/tests/sock_test.c index b8cedc1c1e..b6674429a6 100644 --- a/bin/tests/sock_test.c +++ b/bin/tests/sock_test.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/bin/tests/sym_test.c b/bin/tests/sym_test.c index 429e03f225..8ab1b97e3b 100644 --- a/bin/tests/sym_test.c +++ b/bin/tests/sym_test.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/bin/tests/task_test.c b/bin/tests/task_test.c index 6fc1020589..5d465d4232 100644 --- a/bin/tests/task_test.c +++ b/bin/tests/task_test.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/bin/tests/tasks/Makefile.in b/bin/tests/tasks/Makefile.in index 2af0a868a0..da4193421f 100644 --- a/bin/tests/tasks/Makefile.in +++ b/bin/tests/tasks/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/bin/tests/tasks/t_tasks.c b/bin/tests/tasks/t_tasks.c index 7bf2af699c..ffec3d6b8a 100644 --- a/bin/tests/tasks/t_tasks.c +++ b/bin/tests/tasks/t_tasks.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/bin/tests/timer_test.c b/bin/tests/timer_test.c index 8c8fe5f572..d29b16a601 100644 --- a/bin/tests/timer_test.c +++ b/bin/tests/timer_test.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