]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update copyrights and dates for 4.2.4b1 release
authorShawn Routhier <sar@isc.org>
Wed, 11 Apr 2012 20:43:25 +0000 (20:43 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 11 Apr 2012 20:43:25 +0000 (20:43 +0000)
LICENSE
README
RELNOTES
client/dhclient.c
configure.ac
relay/dhcrelay.c
server/dhcpd.c

diff --git a/LICENSE b/LICENSE
index e537b29cf81f1856f9d474f5861521f340a42dfe..242473e836e152721a90d677d44dda1730f3bc70 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2012 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 f48d8b5af113d1b618cef0210559a489ef16206d..ca63e02ee8c0793464d9676ef4843c306fffa6f4 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.2.3
-                            18 October 2011
+                            Version 4.2.4b1
+                             12 April 2012
 
                              README FILE
 
@@ -97,7 +97,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.3, a maintenance release containing patches.
+This is ISC DHCP 4.2.4b1, a beat of a maintenance release containing patches.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
 Solaris, or any BSD.  The DHCPv6 client should be similarly functional
@@ -132,12 +132,12 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       gunzip dhcp-4.2.3.tar.gz
-       tar xvf dhcp-4.2.3.tar
+       gunzip dhcp-4.2.4b1.tar.gz
+       tar xvf dhcp-4.2.4b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.3 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.4b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 09273bae4e859bafdb386c87e438ba36632479da..009ded35ebda98e74ca076b7e4a62c01a822f747 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.2.3
-                            18 October 2011
+                            Version 4.2.4b1
+                             12 April 2012
 
                              Release Notes
 
index 908ac3ff16570dcf633e0501a4336c38d6e91d85..fc6038318e5f7a635869c5d1608a77a42aa47c51 100644 (file)
@@ -68,7 +68,7 @@ int duid_type = 0;
 #define ASSERT_STATE(state_is, state_shouldbe) {}
 
 static const char copyright[] =
-"Copyright 2004-2011 Internet Systems Consortium.";
+"Copyright 2004-2012 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Client";
 static const char url [] = 
index b214d817424dea623b24c50eee36e5bebf74656c..bd848222838ba25524cad020dd5c0a0fb2a7b9eb 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.3], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.4b1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index f21f16f0d451d42f219f1c979001cb8f8e98eb89..7b3909e256965703850198a14c52f6e9438f2092 100644 (file)
@@ -3,7 +3,7 @@
    DHCP/BOOTP Relay Agent. */
 
 /*
- * Copyright(c) 2004-2011 by Internet Systems Consortium, Inc.("ISC")
+ * Copyright(c) 2004-2012 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
@@ -130,7 +130,7 @@ static int strip_relay_agent_options(struct interface_info *,
                                     struct dhcp_packet *, unsigned);
 
 static const char copyright[] =
-"Copyright 2004-2011 Internet Systems Consortium.";
+"Copyright 2004-2012 Internet Systems Consortium.";
 static const char arr[] = "All rights reserved.";
 static const char message[] =
 "Internet Systems Consortium DHCP Relay Agent";
index 448e16407a0b5ea60c1071812d34cf597ecd6254..b5c28d40d50c50282b0c2ec69fcbc04751605786 100644 (file)
@@ -3,7 +3,7 @@
    DHCP Server Daemon. */
 
 /*
- * Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2012 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 const char copyright[] =
-"Copyright 2004-2011 Internet Systems Consortium.";
+"Copyright 2004-2012 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Server";
 static const char url [] =