From: Evan Hunt Date: Thu, 24 Jan 2008 02:17:41 +0000 (+0000) Subject: Oh guess what, this is 2008, not 2007... X-Git-Tag: v4_1_0a1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28ccc50f57644ef058b57b0f7dffda91007896e3;p=thirdparty%2Fdhcp.git Oh guess what, this is 2008, not 2007... --- diff --git a/LICENSE b/LICENSE index 9d090e079..f823e82db 100644 --- 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 6060183b9..cf9405253 100644 --- 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 diff --git a/RELNOTES b/RELNOTES index 2a5ccfde5..5931a9365 100644 --- 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 diff --git a/client/dhclient.c b/client/dhclient.c index be8e2e44f..c9ba9a6bd 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -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/"; diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index 02e289996..fa294c7da 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -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/"; diff --git a/server/dhcpd.c b/server/dhcpd.c index bc73e81f9..2ac796e64 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -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/";