diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:16:34 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:16:34 -0600 |
commit | 10df5197b0b46b9f8e34b3855e9373c00c63b5a9 (patch) | |
tree | 32a28233f6c673907ea50cffd23a2709c01de881 /bin/tests/sockaddr | |
parent | 09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b (diff) | |
download | bind9-10df5197b0b46b9f8e34b3855e9373c00c63b5a9.tar.gz |
9.5.0a6
Diffstat (limited to 'bin/tests/sockaddr')
-rw-r--r-- | bin/tests/sockaddr/Makefile.in | 6 | ||||
-rw-r--r-- | bin/tests/sockaddr/t_sockaddr.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/tests/sockaddr/Makefile.in b/bin/tests/sockaddr/Makefile.in index 79183afe..f0dbbfb3 100644 --- a/bin/tests/sockaddr/Makefile.in +++ b/bin/tests/sockaddr/Makefile.in @@ -1,7 +1,7 @@ -# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1999-2002 Internet Software Consortium. # -# Permission to use, copy, modify, and distribute this software for any +# 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. # @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.19 2004/07/20 07:13:37 marka Exp $ +# $Id: Makefile.in,v 1.21 2007/06/19 23:47:00 tbox Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/sockaddr/t_sockaddr.c b/bin/tests/sockaddr/t_sockaddr.c index f57bc7e5..46003f1f 100644 --- a/bin/tests/sockaddr/t_sockaddr.c +++ b/bin/tests/sockaddr/t_sockaddr.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * - * Permission to use, copy, modify, and distribute this software for any + * 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. * @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_sockaddr.c,v 1.12 2004/03/05 04:59:08 marka Exp $ */ +/* $Id: t_sockaddr.c,v 1.14 2007/06/19 23:47:00 tbox Exp $ */ #include <config.h> |