From 05c34bcd13f8ad90fe62f9d71a0405cb47f62d72 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Wed, 11 Apr 2012 20:43:25 +0000 Subject: [PATCH] Update copyrights and dates for 4.2.4b1 release --- LICENSE | 2 +- README | 12 ++++++------ RELNOTES | 4 ++-- client/dhclient.c | 2 +- configure.ac | 2 +- relay/dhcrelay.c | 4 ++-- server/dhcpd.c | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index e537b29cf..242473e83 100644 --- 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 f48d8b5af..ca63e02ee 100644 --- 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 diff --git a/RELNOTES b/RELNOTES index 09273bae4..009ded35e 100644 --- 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 diff --git a/client/dhclient.c b/client/dhclient.c index 908ac3ff1..fc6038318 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -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 [] = diff --git a/configure.ac b/configure.ac index b214d8174..bd8482228 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index f21f16f0d..7b3909e25 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -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"; diff --git a/server/dhcpd.c b/server/dhcpd.c index 448e16407..b5c28d40d 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -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 [] = -- 2.47.3