summaryrefslogtreecommitdiff
path: root/common/execute.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-02-14 22:41:23 +0000
committerDavid Hankins <dhankins@isc.org>2007-02-14 22:41:23 +0000
commitaf8cae3f301ab0bd17c5cca162377bbc88b46652 (patch)
tree9f99887ad904c46b53b81036d16e8a808bd50b16 /common/execute.c
parentacf073b2de2a5e9d13b9474eae017f28b2dbb44b (diff)
downloadisc-dhcp-af8cae3f301ab0bd17c5cca162377bbc88b46652.tar.gz
README, RELNOTES to 3.1.0b1. Copyrights updated for changes in 2007.
Diffstat (limited to 'common/execute.c')
-rw-r--r--common/execute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/execute.c b/common/execute.c
index efcb39cc..dde2d58b 100644
--- a/common/execute.c
+++ b/common/execute.c
@@ -3,7 +3,7 @@
Support for executable statements. */
/*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1998-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: execute.c,v 1.48.116.1 2007/02/08 20:38:48 each Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: execute.c,v 1.48.116.2 2007/02/14 22:41:22 dhankins Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"