diff options
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | src/bin/dhcp4/dhcp4_lexer.cc | 2 | ||||
-rw-r--r-- | src/bin/dhcp6/dhcp6_lexer.cc | 2 | ||||
-rw-r--r-- | src/lib/process/process_messages.mes | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -36,8 +36,8 @@ OpenSSL or Botan) for compilation. Optional backends (MySQL and PostgreSQL) have additional dependencies. For detailed installation directions, see the documentation in doc/sphinx/arm/install.rst text file or on the Kea online docs: https://kea.readthedocs.io/. -Other optional dependencies are FreeRADIUS client (this requires a subscriber -only RADIUS hook) and Sysrepo, a system for providing YANG/NETCONF interface. +Other optional dependencies is Sysrepo, a system for providing YANG/NETCONF +interface. You can find current OS-specific build/installation instructions in our knowledge base at https://kb.isc.org/docs/installing-kea diff --git a/src/bin/dhcp4/dhcp4_lexer.cc b/src/bin/dhcp4/dhcp4_lexer.cc index f570e3b799..8c3175293a 100644 --- a/src/bin/dhcp4/dhcp4_lexer.cc +++ b/src/bin/dhcp4/dhcp4_lexer.cc @@ -2222,7 +2222,7 @@ static const flex_int16_t yy_rule_linenum[234] = #define YY_RESTORE_YY_MORE_OFFSET char *yytext; #line 1 "dhcp4_lexer.ll" -/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC") +/* Copyright (C) 2016-2024 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/src/bin/dhcp6/dhcp6_lexer.cc b/src/bin/dhcp6/dhcp6_lexer.cc index be4d6f52eb..7e427df457 100644 --- a/src/bin/dhcp6/dhcp6_lexer.cc +++ b/src/bin/dhcp6/dhcp6_lexer.cc @@ -2202,7 +2202,7 @@ static const flex_int16_t yy_rule_linenum[238] = #define YY_RESTORE_YY_MORE_OFFSET char *yytext; #line 1 "dhcp6_lexer.ll" -/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC") +/* Copyright (C) 2016-2024 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/src/lib/process/process_messages.mes b/src/lib/process/process_messages.mes index 89b31c40c6..31be9f8534 100644 --- a/src/lib/process/process_messages.mes +++ b/src/lib/process/process_messages.mes @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2021 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016-2024 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 |