summaryrefslogtreecommitdiff
path: root/relay/dhcrelay.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-05-19 19:16:28 +0000
committerDavid Hankins <dhankins@isc.org>2007-05-19 19:16:28 +0000
commit706792c9d3a99a4686d2ea0f74ad8215a3b0dde3 (patch)
treefc802ec4977c1179cdb91d1fbcc0016507f52095 /relay/dhcrelay.c
parentfe5b0fdd70907a228c996a0d9a2857bc90a67e6f (diff)
downloadisc-dhcp-706792c9d3a99a4686d2ea0f74ad8215a3b0dde3.tar.gz
Copyright++
Diffstat (limited to 'relay/dhcrelay.c')
-rw-r--r--relay/dhcrelay.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index c3fb6339..d3bfbcce 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -3,7 +3,7 @@
DHCP/BOOTP Relay Agent. */
/*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -34,7 +34,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.61 2007/05/19 18:47:15 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.62 2007/05/19 19:16:26 dhankins Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -98,7 +98,7 @@ struct server_list {
struct sockaddr_in to;
} *servers;
-static char copyright [] = "Copyright 2004-2006 Internet Systems Consortium.";
+static char copyright [] = "Copyright 2004-2007 Internet Systems Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Systems Consortium DHCP Relay Agent";
static char url [] = "For info, please visit http://www.isc.org/sw/dhcp/";