From 49a7fb582dc7af0f7d25e28878001e9e8fea8979 Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Tue, 25 Jan 2022 16:24:16 +0100 Subject: copy rights update --- client/client_tables.c | 2 +- client/clparse.c | 2 +- client/dhc6.c | 2 +- client/dhclient-script.8 | 2 +- client/dhclient.8 | 2 +- client/dhclient.c | 2 +- client/dhclient.conf.5 | 2 +- client/dhclient.leases.5 | 2 +- client/tests/duid_unittest.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'client') diff --git a/client/client_tables.c b/client/client_tables.c index fc915a15..25f471d9 100644 --- a/client/client_tables.c +++ b/client/client_tables.c @@ -3,7 +3,7 @@ Tables of information only used by client... */ /* - * Copyright (c) 2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/client/clparse.c b/client/clparse.c index 2ba0761a..74ca499d 100644 --- a/client/clparse.c +++ b/client/clparse.c @@ -3,7 +3,7 @@ Parser for dhclient config and lease files... */ /* - * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * This Source Code Form is subject to the terms of the Mozilla Public diff --git a/client/dhc6.c b/client/dhc6.c index ea7cce83..35cf3d08 100644 --- a/client/dhc6.c +++ b/client/dhc6.c @@ -1,7 +1,7 @@ /* dhc6.c - DHCPv6 client routines. */ /* - * Copyright (c) 2012-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012-2022 Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 2006-2010 by Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public diff --git a/client/dhclient-script.8 b/client/dhclient-script.8 index ee1a5060..5e5bd3d0 100644 --- a/client/dhclient-script.8 +++ b/client/dhclient-script.8 @@ -1,6 +1,6 @@ .\" dhclient-script.8 .\" -.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1996-2003 by Internet Software Consortium .\" .\" This Source Code Form is subject to the terms of the Mozilla Public diff --git a/client/dhclient.8 b/client/dhclient.8 index 9382779d..861ff569 100644 --- a/client/dhclient.8 +++ b/client/dhclient.8 @@ -1,6 +1,6 @@ .\" $Id: dhclient.8,v 1.36 2011/04/15 21:58:12 sar Exp $ .\" -.\" Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1996-2003 by Internet Software Consortium .\" .\" This Source Code Form is subject to the terms of the Mozilla Public diff --git a/client/dhclient.c b/client/dhclient.c index 7a9b5926..46dc3a71 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -77,7 +77,7 @@ int decline_wait_time = 10; /* Default to 10 secs per, RFC 2131, 3.1.5 */ #define ASSERT_STATE(state_is, state_shouldbe) {} #ifndef UNIT_TEST -static const char copyright[] = "Copyright 2004-2020 Internet Systems Consortium."; +static const char copyright[] = "Copyright 2004-2022 Internet Systems Consortium."; static const char arr [] = "All rights reserved."; static const char message [] = "Internet Systems Consortium DHCP Client"; static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/"; diff --git a/client/dhclient.conf.5 b/client/dhclient.conf.5 index d973d11b..dbe6f7e8 100644 --- a/client/dhclient.conf.5 +++ b/client/dhclient.conf.5 @@ -1,6 +1,6 @@ .\" $Id: dhclient.conf.5,v 1.34 2012/01/24 22:23:39 sar Exp $ .\" -.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1996-2003 by Internet Software Consortium .\" .\" This Source Code Form is subject to the terms of the Mozilla Public diff --git a/client/dhclient.leases.5 b/client/dhclient.leases.5 index 14f743a8..4d9c3d62 100644 --- a/client/dhclient.leases.5 +++ b/client/dhclient.leases.5 @@ -1,6 +1,6 @@ .\" $Id: dhclient.leases.5,v 1.8 2011/02/23 23:50:55 sar Exp $ .\" -.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1997-2003 by Internet Software Consortium .\" .\" This Source Code Form is subject to the terms of the Mozilla Public diff --git a/client/tests/duid_unittest.c b/client/tests/duid_unittest.c index fdfdf433..f3e9bdc3 100644 --- a/client/tests/duid_unittest.c +++ b/client/tests/duid_unittest.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this -- cgit v1.2.1