Skip to content

Commit 783bc34

Browse files
committed
[#3237] release changes
1 parent 416a072 commit 783bc34

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ OpenSSL or Botan) for compilation. Optional backends (MySQL and PostgreSQL)
3636
have additional dependencies. For detailed installation directions, see the
3737
documentation in doc/sphinx/arm/install.rst text file or on the Kea online
3838
docs: https://kea.readthedocs.io/.
39-
Other optional dependencies are FreeRADIUS client (this requires a subscriber
40-
only RADIUS hook) and Sysrepo, a system for providing YANG/NETCONF interface.
39+
Other optional dependencies is Sysrepo, a system for providing YANG/NETCONF
40+
interface.
4141

4242
You can find current OS-specific build/installation
4343
instructions in our knowledge base at https://kb.isc.org/docs/installing-kea

src/bin/dhcp4/dhcp4_lexer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2222,7 +2222,7 @@ static const flex_int16_t yy_rule_linenum[234] =
22222222
#define YY_RESTORE_YY_MORE_OFFSET
22232223
char *yytext;
22242224
#line 1 "dhcp4_lexer.ll"
2225-
/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
2225+
/* Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
22262226
22272227
This Source Code Form is subject to the terms of the Mozilla Public
22282228
License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/dhcp6_lexer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ static const flex_int16_t yy_rule_linenum[238] =
22022202
#define YY_RESTORE_YY_MORE_OFFSET
22032203
char *yytext;
22042204
#line 1 "dhcp6_lexer.ll"
2205-
/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
2205+
/* Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
22062206
22072207
This Source Code Form is subject to the terms of the Mozilla Public
22082208
License, v. 2.0. If a copy of the MPL was not distributed with this

src/lib/process/process_messages.mes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC")
1+
# Copyright (C) 2016-2024 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)