]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Oh guess what, this is 2008, not 2007...
authorEvan Hunt <each@isc.org>
Thu, 24 Jan 2008 02:17:41 +0000 (02:17 +0000)
committerEvan Hunt <each@isc.org>
Thu, 24 Jan 2008 02:17:41 +0000 (02:17 +0000)
LICENSE
README
RELNOTES
client/dhclient.c
relay/dhcrelay.c
server/dhcpd.c

diff --git a/LICENSE b/LICENSE
index 9d090e0794dda67a295ea6d212c92e1cec8df69c..f823e82dba993e3201bf81517e2ed7bffaec954e 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
 # Copyright (c) 1995-2003 by Internet Software Consortium
 #
 # Permission to use, copy, modify, and distribute this software for any
diff --git a/README b/README
index 6060183b9a3ee74ffc6b105627210b2ca0419a6d..cf94052538f5a848a127ea5be03dd97400ac0fbc 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
                            Version 4.1.0a1
-                           24 January 2007
+                           24 January 2008
 
                              README FILE
 
index 2a5ccfde5715315df4de5058cb434768d3ff77d7..5931a9365cfd17d509b11e0d0546fbb0aee65dbe 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
                            Version 4.1.0a1
-                           24 January 2007
+                           24 January 2008
 
                             Release Notes
 
index be8e2e44f254ea13a8d56067bcb35c5a508276ac..c9ba9a6bdcc37b0778d6cf45adeaef89067c88fd 100644 (file)
@@ -3,7 +3,7 @@
    DHCP Client. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -62,7 +62,7 @@ struct data_string default_duid;
    assert (state_is == state_shouldbe). */
 #define ASSERT_STATE(state_is, state_shouldbe) {}
 
-static char copyright[] = "Copyright 2004-2007 Internet Systems Consortium.";
+static char copyright[] = "Copyright 2004-2008 Internet Systems Consortium.";
 static char arr [] = "All rights reserved.";
 static char message [] = "Internet Systems Consortium DHCP Client";
 static char url [] = "For info, please visit http://www.isc.org/sw/dhcp/";
index 02e289996d77fb9d10c1da7c34132aa60bb1cf66..fa294c7da1d638d13950618964e56204add31667 100644 (file)
@@ -3,7 +3,7 @@
    DHCP/BOOTP Relay Agent. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 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
@@ -94,7 +94,7 @@ struct server_list {
        struct sockaddr_in to;
 } *servers;
 
-static char copyright [] = "Copyright 2004-2007 Internet Systems Consortium.";
+static char copyright [] = "Copyright 2004-2008 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/";
index bc73e81f9aaf23dbe91a4ac98c7d58d857c6c73b..2ac796e64aa0726dbf01ba7860c5f82c882b9a31 100644 (file)
@@ -3,7 +3,7 @@
    DHCP Server Daemon. */
 
 /*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -33,7 +33,7 @@
  */
 
 static char copyright[] =
-"Copyright 2004-2007 Internet Systems Consortium.";
+"Copyright 2004-2008 Internet Systems Consortium.";
 static char arr [] = "All rights reserved.";
 static char message [] = "Internet Systems Consortium DHCP Server";
 static char url [] = "For info, please visit http://www.isc.org/sw/dhcp/";