diff options
author | Michal Nowikowski <godfryd@isc.org> | 2020-01-27 13:17:33 +0100 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2020-01-27 19:50:37 +0100 |
commit | 78233068dfd2583ec70101951b537c6dca8ac18e (patch) | |
tree | df882c549a80e01c38350bb9cf472471586a909f /src/bin/netconf | |
parent | [#1098] removed old man pages in docbook (diff) | |
download | kea-78233068dfd2583ec70101951b537c6dca8ac18e.tar.xz kea-78233068dfd2583ec70101951b537c6dca8ac18e.zip |
[#1098] adjusted code for release
- update copyright dates
- prepare messages files
- added release entry in ChangeLog file
Diffstat (limited to 'src/bin/netconf')
-rw-r--r-- | src/bin/netconf/netconf_process.cc | 2 | ||||
-rw-r--r-- | src/bin/netconf/netconf_process.h | 2 | ||||
-rw-r--r-- | src/bin/netconf/tests/netconf_unittests.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/netconf/netconf_process.cc b/src/bin/netconf/netconf_process.cc index 30f085cc92..72eb04f680 100644 --- a/src/bin/netconf/netconf_process.cc +++ b/src/bin/netconf/netconf_process.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2020 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_process.h b/src/bin/netconf/netconf_process.h index 35f6811819..eaa40bce33 100644 --- a/src/bin/netconf/netconf_process.h +++ b/src/bin/netconf/netconf_process.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2020 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/tests/netconf_unittests.cc b/src/bin/netconf/tests/netconf_unittests.cc index c3bf4814d0..49bab08349 100644 --- a/src/bin/netconf/tests/netconf_unittests.cc +++ b/src/bin/netconf/tests/netconf_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2020 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 |