diff options
author | Andrei Pavel <andrei@isc.org> | 2023-05-29 10:02:24 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-05-29 20:55:51 +0200 |
commit | 098efc743ca9e61541bd7566ee7085722bca48b3 (patch) | |
tree | 23176fb14e7269bf1f21bfec216fcaa1f81d8e31 /tools | |
parent | [#2834] Addressed review comments (diff) | |
download | kea-098efc743ca9e61541bd7566ee7085722bca48b3.tar.xz kea-098efc743ca9e61541bd7566ee7085722bca48b3.zip |
[#2889] release changes
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/check-for-duplicate-includes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-for-duplicate-includes.sh b/tools/check-for-duplicate-includes.sh index 8f13b31af3..f70d37352f 100755 --- a/tools/check-for-duplicate-includes.sh +++ b/tools/check-for-duplicate-includes.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2020-2023 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 |