diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:08:24 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:08:24 -0600 |
commit | c5b102d4b4b76c54d5cf2576dae9b38d003f39a0 (patch) | |
tree | 007a0a3408afda5fd9ec2de4dd66bf32546c940f /bin/tests/name_test.c | |
parent | fc0b5c902db294dff1930e558f8dce9cf060fd42 (diff) | |
download | bind9-c5b102d4b4b76c54d5cf2576dae9b38d003f39a0.tar.gz |
9.0.0b5
Diffstat (limited to 'bin/tests/name_test.c')
-rw-r--r-- | bin/tests/name_test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/tests/name_test.c b/bin/tests/name_test.c index 56286955..62886274 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 @@ -15,6 +15,8 @@ * SOFTWARE. */ +/* $Id: name_test.c,v 1.29 2000/06/22 21:50:33 tale Exp $ */ + #include <config.h> #include <stdlib.h> |