diff options
author | Andrei Pavel <andrei@isc.org> | 2022-07-25 17:51:51 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-07-25 17:51:51 +0200 |
commit | 9c2b1591eab33b726054b8d75565dbd470156544 (patch) | |
tree | e8a9c977f740df705497d5d2f7148179195b90d9 /src/bin/netconf | |
parent | [#2474] regenerate parsers (diff) | |
download | kea-9c2b1591eab33b726054b8d75565dbd470156544.tar.xz kea-9c2b1591eab33b726054b8d75565dbd470156544.zip |
[#2505] release changes
Diffstat (limited to 'src/bin/netconf')
-rw-r--r-- | src/bin/netconf/control_socket.cc | 2 | ||||
-rw-r--r-- | src/bin/netconf/control_socket.h | 2 | ||||
-rw-r--r-- | src/bin/netconf/netconf.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/netconf/control_socket.cc b/src/bin/netconf/control_socket.cc index 6e3c75a18b..56a90ac4b1 100644 --- a/src/bin/netconf/control_socket.cc +++ b/src/bin/netconf/control_socket.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-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/src/bin/netconf/control_socket.h b/src/bin/netconf/control_socket.h index 080be9f3c8..a3741a6ca9 100644 --- a/src/bin/netconf/control_socket.h +++ b/src/bin/netconf/control_socket.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-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/src/bin/netconf/netconf.cc b/src/bin/netconf/netconf.cc index d179a875d6..42b6d3e417 100644 --- a/src/bin/netconf/netconf.cc +++ b/src/bin/netconf/netconf.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-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 |