Skip to content

Commit 774e78c

Browse files
author
Marcin Godzina
committed
[#3805] release changes
1 parent 2145b92 commit 774e78c

File tree

73 files changed

+91
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+91
-89
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2009-2024 Internet Systems Consortium, Inc. ("ISC")
1+
Copyright (C) 2009-2025 Internet Systems Consortium, Inc. ("ISC")
22

33
This Source Code Form is subject to the terms of the Mozilla Public
44
License, v. 2.0. If a copy of the MPL was not distributed with this

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Kea 2.6.2 (stable) released on March 26, 2025
2+
13
2261. [build] mgodzina
24
The library version numbers have been bumped up for the Kea 2.6.2
35
stable release.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AC_PREREQ([2.69])
66
# For released versions, this is in x.y.z format.
77
# For GIT versions, this is x.y.z-git, where x.y.z denotes the next development
88
# version that is worked on and that is to be released.
9-
AC_INIT(kea, 2.6.1-git, kea-dev@lists.isc.org)
9+
AC_INIT(kea, 2.6.2-git, kea-dev@lists.isc.org)
1010
AC_CONFIG_SRCDIR(README)
1111

1212
# serial-tests is not available in automake version before 1.13, so

platforms.rst

Lines changed: 8 additions & 8 deletions

src/bin/admin/kea-admin.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/admin/tests/mysql_tests.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/admin/tests/pgsql_tests.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/agent/agent_lexer.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#line 2 "agent_lexer.cc"
1+
#line 1 "agent_lexer.cc"
22

3-
#line 4 "agent_lexer.cc"
3+
#line 3 "agent_lexer.cc"
44

55
#define YY_INT_ALIGNED short int
66

@@ -1606,7 +1606,7 @@ using isc::agent::AgentParser;
16061606

16071607
/* To avoid the call to exit... oops! */
16081608
#define YY_FATAL_ERROR(msg) isc::agent::ParserContext::fatal(msg)
1609-
#line 1610 "agent_lexer.cc"
1609+
#line 1609 "agent_lexer.cc"
16101610
/* noyywrap disables automatic rewinding for the next file to parse. Since we
16111611
always parse only a single string, there's no need to do any wraps. And
16121612
using yywrap requires linking with -lfl, which provides the default yywrap
@@ -1632,8 +1632,8 @@ using isc::agent::AgentParser;
16321632
by moving it ahead by yyleng bytes. yyleng specifies the length of the
16331633
currently matched token. */
16341634
#define YY_USER_ACTION driver.loc_.columns(yyleng);
1635+
#line 1635 "agent_lexer.cc"
16351636
#line 1636 "agent_lexer.cc"
1636-
#line 1637 "agent_lexer.cc"
16371637

16381638
#define INITIAL 0
16391639
#define COMMENT 1
@@ -1947,7 +1947,7 @@ YY_DECL
19471947
}
19481948

19491949

1950-
#line 1951 "agent_lexer.cc"
1950+
#line 1950 "agent_lexer.cc"
19511951

19521952
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
19531953
{
@@ -2937,7 +2937,7 @@ YY_RULE_SETUP
29372937
#line 814 "agent_lexer.ll"
29382938
ECHO;
29392939
YY_BREAK
2940-
#line 2941 "agent_lexer.cc"
2940+
#line 2940 "agent_lexer.cc"
29412941

29422942
case YY_END_OF_BUFFER:
29432943
{

src/bin/agent/parser_context.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2021 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/d2/d2_lexer.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#line 2 "d2_lexer.cc"
1+
#line 1 "d2_lexer.cc"
22

3-
#line 4 "d2_lexer.cc"
3+
#line 3 "d2_lexer.cc"
44

55
#define YY_INT_ALIGNED short int
66

@@ -1142,7 +1142,7 @@ unsigned int comment_start_line = 0;
11421142

11431143
/* To avoid the call to exit... oops! */
11441144
#define YY_FATAL_ERROR(msg) isc::d2::D2ParserContext::fatal(msg)
1145-
#line 1146 "d2_lexer.cc"
1145+
#line 1145 "d2_lexer.cc"
11461146
/* noyywrap disables automatic rewinding for the next file to parse. Since we
11471147
always parse only a single string, there's no need to do any wraps. And
11481148
using yywrap requires linking with -lfl, which provides the default yywrap
@@ -1168,8 +1168,8 @@ unsigned int comment_start_line = 0;
11681168
by moving it ahead by yyleng bytes. yyleng specifies the length of the
11691169
currently matched token. */
11701170
#define YY_USER_ACTION driver.loc_.columns(yyleng);
1171+
#line 1171 "d2_lexer.cc"
11711172
#line 1172 "d2_lexer.cc"
1172-
#line 1173 "d2_lexer.cc"
11731173

11741174
#define INITIAL 0
11751175
#define COMMENT 1
@@ -1489,7 +1489,7 @@ YY_DECL
14891489
}
14901490

14911491

1492-
#line 1493 "d2_lexer.cc"
1492+
#line 1492 "d2_lexer.cc"
14931493

14941494
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
14951495
{
@@ -2496,7 +2496,7 @@ YY_RULE_SETUP
24962496
#line 836 "d2_lexer.ll"
24972497
ECHO;
24982498
YY_BREAK
2499-
#line 2500 "d2_lexer.cc"
2499+
#line 2499 "d2_lexer.cc"
25002500

25012501
case YY_END_OF_BUFFER:
25022502
{

src/bin/d2/parser_context.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/ctrl_dhcp4_srv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/dhcp4_messages.mes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
1+
# Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
22
#
33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/dhcp4_srv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2011-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/parser_context.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/tests/config_parser_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/tests/decline_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/tests/get_config_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/tests/get_config_unittest.cc.skel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp4/tests/kea_controller_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/ctrl_dhcp6_srv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/dhcp6_messages.mes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
1+
# Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
22
#
33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/dhcp6_srv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2011-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2011-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/parser_context.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/tests/config_parser_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/tests/decline_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/tests/get_config_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/tests/get_config_unittest.cc.skel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/tests/kea_controller_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/netconf/parser_context.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/high_availability/libloadtests/close_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/high_availability/tests/ha_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2018-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp6.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2022-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2021-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/database/database_connection.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/database/database_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/database/tests/database_connection_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2015-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcp/pkt_filter_lpf.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/alloc_engine.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/cfg_iface.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/dhcpsrv/cfgmgr.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2012-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy