diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:08:44 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:08:44 -0600 |
commit | 2036f0173e697e2d4b45c8c33e9e1d98b0f3219e (patch) | |
tree | f8daf74cb01946bc8eb0a45f84d80ecdab17c893 /bin/tests/dst | |
parent | 845c529daf861c03794b0fb8085ff2ab51adf99b (diff) | |
download | bind9-2036f0173e697e2d4b45c8c33e9e1d98b0f3219e.tar.gz |
9.1.0rc1
Diffstat (limited to 'bin/tests/dst')
-rw-r--r-- | bin/tests/dst/Makefile.in | 4 | ||||
-rw-r--r-- | bin/tests/dst/dst_test.c | 4 | ||||
-rw-r--r-- | bin/tests/dst/t_dst.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index b0c44c42..5e22714f 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 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 @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.26 2000/08/22 00:57:46 bwelling Exp $ +# $Id: Makefile.in,v 1.26.4.1 2001/01/09 22:34:08 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/dst/dst_test.c b/bin/tests/dst/dst_test.c index b77607f2..e83ca5a2 100644 --- a/bin/tests/dst/dst_test.c +++ b/bin/tests/dst/dst_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_test.c,v 1.35 2000/09/19 19:08:42 bwelling Exp $ */ +/* $Id: dst_test.c,v 1.35.4.1 2001/01/09 22:34:09 bwelling Exp $ */ #include <config.h> diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 8aaa39dd..f98bd49b 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 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 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_dst.c,v 1.42 2000/11/15 00:20:34 tale Exp $ */ +/* $Id: t_dst.c,v 1.42.4.1 2001/01/09 22:34:10 bwelling Exp $ */ #include <config.h> |