summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2003-01-14 23:02:33 +0000
committerDavid Hankins <dhankins@isc.org>2003-01-14 23:02:33 +0000
commit908f009e22ae8d5a7ae821c34490e9aaa67efcc8 (patch)
treeeb60fbf0c1b988ed6782527216dab7a8e567e8ea
parent711fc4f7b898fb243b76f6592e21a76e2bb38dda (diff)
downloadisc-dhcp-3-0-0-PATCH-2.tar.gz
- printed copyright++V3-0-0-PATCH-2
-rw-r--r--server/dhcpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/dhcpd.c b/server/dhcpd.c
index 505cc801..d4fe33e7 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -3,7 +3,7 @@
DHCP Server Daemon. */
/*
- * Copyright (c) 1996-2001 Internet Software Consortium.
+ * Copyright (c) 1996-2003 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -43,11 +43,11 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.115.2.6 2001/06/22 02:12:58 mellon Exp $ Copyright 1995-2001 Internet Software Consortium.";
+"$Id: dhcpd.c,v 1.115.2.6.2.1 2003/01/14 23:02:33 dhankins Exp $ Copyright 1995-2003 Internet Software Consortium.";
#endif
static char copyright[] =
-"Copyright 1995-2001 Internet Software Consortium.";
+"Copyright 1995-2003 Internet Software Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Software Consortium DHCP Server";
static char url [] = "For info, please visit http://www.isc.org/products/DHCP";