diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:16:02 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:16:02 -0600 |
commit | 7cbf4ca408d1a8a75016320a7c086c7b5d5ac417 (patch) | |
tree | 0c1bf9c9fed816aed26da403fa781a9c406587d0 /bin/tests/cfg_test.c | |
parent | a6794e2b5c31b3fe4619f4eca08d52f375e7184d (diff) | |
download | bind9-7cbf4ca408d1a8a75016320a7c086c7b5d5ac417.tar.gz |
9.4.0a5
Diffstat (limited to 'bin/tests/cfg_test.c')
-rw-r--r-- | bin/tests/cfg_test.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c index a4bb5d3b..8175a0d6 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001, 2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cfg_test.c,v 1.11.2.1.10.3 2004/03/08 04:04:24 marka Exp $ */ +/* $Id: cfg_test.c,v 1.15.18.2 2005/04/29 00:15:43 marka Exp $ */ + +/*! \file */ #include <config.h> |