diff --git a/CMakeLists.txt b/CMakeLists.txt index e95b362202..4637087f8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # CMakeLists.txt for libcoap # # Copyright (C) 2020 Carlos Gomes Martinho -# Copyright (C) 2020-2023 Jon Shallow +# Copyright (C) 2020-2024 Jon Shallow # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/LICENSE b/LICENSE index 53a0aae8f8..f8280eb921 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010--2023, Olaf Bergmann and others +Copyright (c) 2010--2024, Olaf Bergmann and others All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile.am b/Makefile.am index fed76d775a..16836cdfe2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ # Makefile.am for libcoap # -# Copyright (C) 2010-2023 Olaf Bergmann +# Copyright (C) 2010-2024 Olaf Bergmann # Copyright (C) 2015-2017 Carsten Schoenert -# Copyright (C) 2018-2023 Jon Shallow +# Copyright (C) 2018-2024 Jon Shallow # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/README.md b/README.md index b8f91be74b..dac614744e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![CIFuzz Status](https://github.com/obgm/libcoap/actions/workflows/cifuzz.yml/badge.svg?branch=develop)](https://github.com/obgm/libcoap/actions/workflows/cifuzz.yml) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) -Copyright (C) 2010—2023 by Olaf Bergmann and others +Copyright (C) 2010—2024 by Olaf Bergmann and others ABOUT LIBCOAP ============= diff --git a/cmake_coap_config.h.in b/cmake_coap_config.h.in index 69e22ee0fe..2ffd9f87e4 100644 --- a/cmake_coap_config.h.in +++ b/cmake_coap_config.h.in @@ -1,8 +1,8 @@ /* * cmake_coap_config.h -- cmake configuration for libcoap * - * Copyright (C) 2020 Carlos Gomes Martinho - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2020 Carlos Gomes Martinho + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/coap_config.h.riot b/coap_config.h.riot index 6e89a5f971..17a857ef2f 100644 --- a/coap_config.h.riot +++ b/coap_config.h.riot @@ -1,7 +1,7 @@ /* * coap_config.h.riot -- RIOT configuration for libcoap * - * Copyright (C) 2021-2023 Olaf Bergmann and others + * Copyright (C) 2021-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/coap_config.h.riot.in b/coap_config.h.riot.in index 05c3fa75e9..8312447624 100644 --- a/coap_config.h.riot.in +++ b/coap_config.h.riot.in @@ -1,7 +1,7 @@ /* * coap_config.h.riot -- RIOT configuration for libcoap * - * Copyright (C) 2021-2023 Olaf Bergmann and others + * Copyright (C) 2021-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/coap_config.h.windows b/coap_config.h.windows index 2f5bd7120a..ab028b5105 100644 --- a/coap_config.h.windows +++ b/coap_config.h.windows @@ -1,7 +1,7 @@ /* * coap_config.h.windows -- Windows configuration for libcoap * - * Copyright (C) 2017-2023 Olaf Bergmann and others + * Copyright (C) 2017-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/coap_config.h.windows.in b/coap_config.h.windows.in index 2ceed3bf13..7e4b092d8c 100644 --- a/coap_config.h.windows.in +++ b/coap_config.h.windows.in @@ -1,7 +1,7 @@ /* * coap_config.h.windows -- Windows configuration for libcoap * - * Copyright (C) 2017-2023 Olaf Bergmann and others + * Copyright (C) 2017-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/configure.ac b/configure.ac index 3823b51f33..a6a6953f8e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # configure.ac for the libcoap package # -# Copyright (C) 2010-2023 Olaf Bergmann +# Copyright (C) 2010-2024 Olaf Bergmann # Copyright (C) 2015-2018 Carsten Schoenert -# Copyright (C) 2018-2023 Jon Shallow +# Copyright (C) 2018-2024 Jon Shallow # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/doc/Makefile.am b/doc/Makefile.am index 5403d06ebd..a5338248ee 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # doc/Makefile.am # # Copyright (C) 2015-2018 Carsten Schoenert -# 2018-2023 Jon Shallow +# 2018-2024 Jon Shallow # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/doc/main.md b/doc/main.md index 84e3477800..85ad8852e2 100644 --- a/doc/main.md +++ b/doc/main.md @@ -4,7 +4,7 @@ libcoap {#mainpage} A C implementation of the Constrained Application Protocol (RFC 7252) ===================================================================== -Copyright (C) 2010--2023 by Olaf Bergmann and others +Copyright (C) 2010--2024 by Olaf Bergmann and others About libcoap ============= diff --git a/doc/module_api_wrap.h b/doc/module_api_wrap.h index f8198bd309..2696457ad1 100644 --- a/doc/module_api_wrap.h +++ b/doc/module_api_wrap.h @@ -1,6 +1,6 @@ /* doc/module_api_wrap.h * - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/Makefile.am b/examples/Makefile.am index f297d4d206..48d7b24fc0 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,7 +1,7 @@ # examples/Makefile.am # # Copyright (C) 2015 Carsten Schoenert -# Copyright (C) 2018-2023 Jon Shallow +# Copyright (C) 2018-2024 Jon Shallow # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/examples/coap-client.c b/examples/coap-client.c index 73835818fb..1dc592de1f 100644 --- a/examples/coap-client.c +++ b/examples/coap-client.c @@ -2,7 +2,7 @@ /* coap-client -- simple CoAP client * - * Copyright (C) 2010--2023 Olaf Bergmann and others + * Copyright (C) 2010--2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * @@ -494,7 +494,7 @@ usage(const char *program, const char *version) { program = ++p; fprintf(stderr, "%s v%s -- a small CoAP implementation\n" - "Copyright (C) 2010-2023 Olaf Bergmann and others\n\n" + "Copyright (C) 2010-2024 Olaf Bergmann and others\n\n" "Build: %s\n" "%s\n" , program, version, lib_build, diff --git a/examples/coap-rd.c b/examples/coap-rd.c index e590d78ff3..7bc768f873 100644 --- a/examples/coap-rd.c +++ b/examples/coap-rd.c @@ -3,7 +3,7 @@ /* coap -- simple implementation of the Constrained Application Protocol (CoAP) * as defined in RFC 7252 * - * Copyright (C) 2010--2015,2022-2023 Olaf Bergmann + * Copyright (C) 2010--2015,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * @@ -559,7 +559,7 @@ usage(const char *program, const char *version) { program = ++p; fprintf(stderr, "%s v%s -- CoRE Resource Directory implementation\n" - "(c) 2011-2012,2019-2023 Olaf Bergmann and others\n\n" + "(c) 2011-2012,2019-2024 Olaf Bergmann and others\n\n" "Build: %s\n" "%s\n" , program, version, lib_build, diff --git a/examples/coap-server.c b/examples/coap-server.c index ad72047bc4..103d3b5a33 100644 --- a/examples/coap-server.c +++ b/examples/coap-server.c @@ -3,7 +3,7 @@ /* coap -- simple implementation of the Constrained Application Protocol (CoAP) * as defined in RFC 7252 * - * Copyright (C) 2010--2023 Olaf Bergmann and others + * Copyright (C) 2010--2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * @@ -258,7 +258,7 @@ reference_resource_data(transient_value_t *entry) { } #define INDEX "This is a test server made with libcoap (see https://libcoap.net)\n" \ - "Copyright (C) 2010--2023 Olaf Bergmann and others\n\n" + "Copyright (C) 2010--2024 Olaf Bergmann and others\n\n" static void hnd_get_index(coap_resource_t *resource, @@ -2125,7 +2125,7 @@ usage(const char *program, const char *version) { program = ++p; fprintf(stderr, "%s v%s -- a small CoAP implementation\n" - "(c) 2010,2011,2015-2023 Olaf Bergmann and others\n\n" + "(c) 2010,2011,2015-2024 Olaf Bergmann and others\n\n" "Build: %s\n" "%s\n" , program, version, lib_build, diff --git a/examples/lwip/Makefile b/examples/lwip/Makefile index 81598a1d66..e9cbcc1e1d 100644 --- a/examples/lwip/Makefile +++ b/examples/lwip/Makefile @@ -1,6 +1,6 @@ # Makefile # -# Copyright (C) 2010-2023 Olaf Bergmann and others +# Copyright (C) 2010-2024 Olaf Bergmann and others # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/examples/lwip/client-coap.c b/examples/lwip/client-coap.c index d6b982e5e8..947bb35535 100644 --- a/examples/lwip/client-coap.c +++ b/examples/lwip/client-coap.c @@ -2,7 +2,7 @@ * client-coap.c -- LwIP example * * Copyright (C) 2013-2016 Christian Amsüss - * Copyright (C) 2018-2023 Jon Shallow + * Copyright (C) 2018-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/lwip/client-coap.h b/examples/lwip/client-coap.h index b64097d572..0f9bde4331 100644 --- a/examples/lwip/client-coap.h +++ b/examples/lwip/client-coap.h @@ -2,7 +2,7 @@ * server-coap.h -- LwIP example * * Copyright (C) 2013-2016 Christian Amsüss - * Copyright (C) 2022-2023 Jon Shallow + * Copyright (C) 2022-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/lwip/config/coap_config.h b/examples/lwip/config/coap_config.h index 347af161b3..419375da90 100644 --- a/examples/lwip/config/coap_config.h +++ b/examples/lwip/config/coap_config.h @@ -1,7 +1,7 @@ /* * coap_config.h.lwip -- LwIP configuration for libcoap * - * Copyright (C) 2021-2023 Olaf Bergmann and others + * Copyright (C) 2021-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/lwip/config/coap_config.h.in b/examples/lwip/config/coap_config.h.in index 491b9b8374..efc489039d 100644 --- a/examples/lwip/config/coap_config.h.in +++ b/examples/lwip/config/coap_config.h.in @@ -1,7 +1,7 @@ /* * coap_config.h.lwip -- LwIP configuration for libcoap * - * Copyright (C) 2021-2023 Olaf Bergmann and others + * Copyright (C) 2021-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/lwip/config/lwipopts.h b/examples/lwip/config/lwipopts.h index 5f3e87b744..65444ff2f7 100644 --- a/examples/lwip/config/lwipopts.h +++ b/examples/lwip/config/lwipopts.h @@ -2,7 +2,7 @@ * lwipopts.h -- LwIP example * * Copyright (C) 2013-2016 Christian Amsüss - * Copyright (C) 2018-2023 Jon Shallow + * Copyright (C) 2018-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/lwip/server-coap.c b/examples/lwip/server-coap.c index 25376a8dd5..34eab43f4d 100644 --- a/examples/lwip/server-coap.c +++ b/examples/lwip/server-coap.c @@ -2,7 +2,7 @@ * server-coap.c -- LwIP example * * Copyright (C) 2013-2016 Christian Amsüss - * Copyright (C) 2018-2023 Jon Shallow + * Copyright (C) 2018-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/oscore-interop-server.c b/examples/oscore-interop-server.c index 86ca0be017..e9acae2f57 100644 --- a/examples/oscore-interop-server.c +++ b/examples/oscore-interop-server.c @@ -5,7 +5,7 @@ * A server for use in the RFC 8613 OSCORE interop testing. * https://core-wg.github.io/oscore/test-spec5.html * - * Copyright (C) 2022-2023 Olaf Bergmann and others + * Copyright (C) 2022-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * @@ -82,7 +82,7 @@ handle_sigint(int signum COAP_UNUSED) { #define INDEX "This is a OSCORE test server made with libcoap " \ "(see https://libcoap.net)\n" \ - "Copyright (C) 2023 Olaf Bergmann " \ + "Copyright (C) 2022-2024 Olaf Bergmann " \ "and others\n\n" static void @@ -379,7 +379,7 @@ usage(const char *program, const char *version) { program = ++p; fprintf(stderr, "%s v%s -- OSCORE interop implementation\n" - "(c) 2023 Olaf Bergmann and others\n\n" + "(c) 2022-2024 Olaf Bergmann and others\n\n" "Build: %s\n" "%s\n" , program, version, lib_build, diff --git a/examples/riot/Makefile b/examples/riot/Makefile index 1051c83e0b..629b9036b9 100644 --- a/examples/riot/Makefile +++ b/examples/riot/Makefile @@ -1,6 +1,6 @@ # Makefile # -# Copyright (C) 2010-2023 Olaf Bergmann and others +# Copyright (C) 2010-2024 Olaf Bergmann and others # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/examples/riot/examples_libcoap_client/client-coap.c b/examples/riot/examples_libcoap_client/client-coap.c index cb748590c7..d98c6eb702 100644 --- a/examples/riot/examples_libcoap_client/client-coap.c +++ b/examples/riot/examples_libcoap_client/client-coap.c @@ -1,7 +1,7 @@ /* * client-coap.c -- RIOT client example * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/riot/examples_libcoap_client/client-coap.h b/examples/riot/examples_libcoap_client/client-coap.h index b75f657115..083e949a63 100644 --- a/examples/riot/examples_libcoap_client/client-coap.h +++ b/examples/riot/examples_libcoap_client/client-coap.h @@ -1,7 +1,7 @@ /* * client-coap.h -- RIOT client example * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/riot/examples_libcoap_server/server-coap.c b/examples/riot/examples_libcoap_server/server-coap.c index 99642328de..03902638b1 100644 --- a/examples/riot/examples_libcoap_server/server-coap.c +++ b/examples/riot/examples_libcoap_server/server-coap.c @@ -1,7 +1,7 @@ /* * server-coap.c -- RIOT example * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/riot/examples_libcoap_server/server-coap.h b/examples/riot/examples_libcoap_server/server-coap.h index 9eaf364266..fb9802f5d9 100644 --- a/examples/riot/examples_libcoap_server/server-coap.h +++ b/examples/riot/examples_libcoap_server/server-coap.h @@ -1,7 +1,7 @@ /* * server-coap.h -- RIOT client example * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/riot/tests_pkg_libcoap/libcoap-test.c b/examples/riot/tests_pkg_libcoap/libcoap-test.c index 1519bc74c8..a25d25f067 100644 --- a/examples/riot/tests_pkg_libcoap/libcoap-test.c +++ b/examples/riot/tests_pkg_libcoap/libcoap-test.c @@ -1,7 +1,7 @@ /* * libcoap-test.c -- RIOT example * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/riot/tests_pkg_libcoap/libcoap-test.h b/examples/riot/tests_pkg_libcoap/libcoap-test.h index 76b8721a20..baa5217272 100644 --- a/examples/riot/tests_pkg_libcoap/libcoap-test.h +++ b/examples/riot/tests_pkg_libcoap/libcoap-test.h @@ -1,7 +1,7 @@ /* * libcoap-test.h -- RIOT client example * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/examples/share.libcoap.examples.Makefile b/examples/share.libcoap.examples.Makefile index 7486297658..24d4f26645 100644 --- a/examples/share.libcoap.examples.Makefile +++ b/examples/share.libcoap.examples.Makefile @@ -1,6 +1,6 @@ # Makefile for libcoap standalone examples # -# Copyright (C) 2021-2023 Olaf Bergmann +# Copyright (C) 2021-2024 Olaf Bergmann # # This file is part of the CoAP C library libcoap. Please see README and # COPYING for terms of use. diff --git a/include/coap3/coap.h.in b/include/coap3/coap.h.in index edc5d544f9..f67d1b5dea 100644 --- a/include/coap3/coap.h.in +++ b/include/coap3/coap.h.in @@ -1,8 +1,8 @@ /* * coap.h -- main header file for CoAP stack of libcoap * - * Copyright (C) 2010-2012,2015-2023 Olaf Bergmann - * 2015 Carsten Schoenert + * Copyright (C) 2010-2012,2015-2024 Olaf Bergmann + * 2015 Carsten Schoenert * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap.h.riot b/include/coap3/coap.h.riot index 6908845d25..33648eccb1 100644 --- a/include/coap3/coap.h.riot +++ b/include/coap3/coap.h.riot @@ -1,8 +1,8 @@ /* * coap.h -- main header file for CoAP stack of libcoap (RIOT) * - * Copyright (C) 2010-2012,2015-2023 Olaf Bergmann - * 2015 Carsten Schoenert + * Copyright (C) 2010-2012,2015-2024 Olaf Bergmann + * 2015 Carsten Schoenert * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap.h.riot.in b/include/coap3/coap.h.riot.in index 2b84735731..ebdde9e868 100644 --- a/include/coap3/coap.h.riot.in +++ b/include/coap3/coap.h.riot.in @@ -1,8 +1,8 @@ /* * coap.h -- main header file for CoAP stack of libcoap (RIOT) * - * Copyright (C) 2010-2012,2015-2023 Olaf Bergmann - * 2015 Carsten Schoenert + * Copyright (C) 2010-2012,2015-2024 Olaf Bergmann + * 2015 Carsten Schoenert * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap.h.windows b/include/coap3/coap.h.windows index 3b5da150cb..10e4c9e889 100644 --- a/include/coap3/coap.h.windows +++ b/include/coap3/coap.h.windows @@ -1,8 +1,8 @@ /* * coap.h -- main header file for CoAP stack of libcoap (Windows) * - * Copyright (C) 2010-2012,2015-2023 Olaf Bergmann - * 2015 Carsten Schoenert + * Copyright (C) 2010-2012,2015-2024 Olaf Bergmann + * 2015 Carsten Schoenert * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap.h.windows.in b/include/coap3/coap.h.windows.in index dc24cef642..415b79236f 100644 --- a/include/coap3/coap.h.windows.in +++ b/include/coap3/coap.h.windows.in @@ -1,8 +1,8 @@ /* * coap.h -- main header file for CoAP stack of libcoap (Windows) * - * Copyright (C) 2010-2012,2015-2023 Olaf Bergmann - * 2015 Carsten Schoenert + * Copyright (C) 2010-2012,2015-2024 Olaf Bergmann + * 2015 Carsten Schoenert * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_address.h b/include/coap3/coap_address.h index 93625799e2..d8d3a9137f 100644 --- a/include/coap3/coap_address.h +++ b/include/coap3/coap_address.h @@ -1,7 +1,7 @@ /* * coap_address.h -- representation of network addresses * - * Copyright (C) 2010-2011,2015-2016,2022-2023 Olaf Bergmann + * Copyright (C) 2010-2011,2015-2016,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_asn1_internal.h b/include/coap3/coap_asn1_internal.h index d2f36ecd3f..be14bfc325 100644 --- a/include/coap3/coap_asn1_internal.h +++ b/include/coap3/coap_asn1_internal.h @@ -1,7 +1,7 @@ /* * coap_asn1_internal.h -- ASN.1 functions for libcoap * - * Copyright (C) 2020-2023 Jon Shallow + * Copyright (C) 2020-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_async.h b/include/coap3/coap_async.h index ca31806989..4550a798de 100644 --- a/include/coap3/coap_async.h +++ b/include/coap3/coap_async.h @@ -1,7 +1,7 @@ /* * coap_async.h -- state management for asynchronous messages * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_async_internal.h b/include/coap3/coap_async_internal.h index ca6e7538d0..0591a3311e 100644 --- a/include/coap3/coap_async_internal.h +++ b/include/coap3/coap_async_internal.h @@ -1,7 +1,7 @@ /* * coap_async_internal.h -- state management for asynchronous messages * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_block.h b/include/coap3/coap_block.h index 51d17be2af..d6f2a47a06 100644 --- a/include/coap3/coap_block.h +++ b/include/coap3/coap_block.h @@ -2,7 +2,7 @@ * coap_block.h -- block transfer * * Copyright (C) 2010-2012,2014-2015 Olaf Bergmann - * Copyright (C) 2022-2023 Jon Shallow + * Copyright (C) 2022-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_block_internal.h b/include/coap3/coap_block_internal.h index 109502c785..0c305d0453 100644 --- a/include/coap3/coap_block_internal.h +++ b/include/coap3/coap_block_internal.h @@ -2,8 +2,8 @@ * coap_block_internal.h -- Structures, Enums & Functions that are not * exposed to application programming * - * Copyright (C) 2010-2023 Olaf Bergmann - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2010-2024 Olaf Bergmann + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_cache.h b/include/coap3/coap_cache.h index 0d6e1025e4..5f0f558f34 100644 --- a/include/coap3/coap_cache.h +++ b/include/coap3/coap_cache.h @@ -1,6 +1,6 @@ /* coap_cache.h -- Caching of CoAP requests * -* Copyright (C) 2020-2023 Olaf Bergmann +* Copyright (C) 2020-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_cache_internal.h b/include/coap3/coap_cache_internal.h index 789e5b5076..cdb3e79728 100644 --- a/include/coap3/coap_cache_internal.h +++ b/include/coap3/coap_cache_internal.h @@ -1,7 +1,7 @@ /* * coap_cache_internal.h -- Cache functions for libcoap * - * Copyright (C) 2019--2023 Olaf Bergmann and others + * Copyright (C) 2019--2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_crypto_internal.h b/include/coap3/coap_crypto_internal.h index 95a6a47521..3e89138e1f 100644 --- a/include/coap3/coap_crypto_internal.h +++ b/include/coap3/coap_crypto_internal.h @@ -4,8 +4,8 @@ * coap_crypto_internal.h -- Structures, Enums & Functions that are not * exposed to application programming * - * Copyright (C) 2017-2023 Olaf Bergmann - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2017-2024 Olaf Bergmann + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_debug.h b/include/coap3/coap_debug.h index debf76b3a2..7181d93297 100644 --- a/include/coap3/coap_debug.h +++ b/include/coap3/coap_debug.h @@ -1,7 +1,7 @@ /* * coap_debug.h -- debug utilities * - * Copyright (C) 2010-2011,2014-2023 Olaf Bergmann + * Copyright (C) 2010-2011,2014-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_debug_internal.h b/include/coap3/coap_debug_internal.h index fbfc571ee2..9963cc11d2 100644 --- a/include/coap3/coap_debug_internal.h +++ b/include/coap3/coap_debug_internal.h @@ -1,7 +1,7 @@ /* * coap_debug_internal.h -- debug utilities * - * Copyright (C) 2010-2011,2014-2023 Olaf Bergmann + * Copyright (C) 2010-2011,2014-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_dtls.h b/include/coap3/coap_dtls.h index a85170612e..a269769d74 100644 --- a/include/coap3/coap_dtls.h +++ b/include/coap3/coap_dtls.h @@ -1,8 +1,9 @@ /* * coap_dtls.h -- (Datagram) Transport Layer Support for libcoap * - * Copyright (C) 2016 Olaf Bergmann - * Copyright (C) 2017 Jean-Claude Michelou + * Copyright (C) 2016 Olaf Bergmann + * Copyright (C) 2017 Jean-Claude Michelou + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_dtls_internal.h b/include/coap3/coap_dtls_internal.h index e85c0af097..ba35ef96f2 100644 --- a/include/coap3/coap_dtls_internal.h +++ b/include/coap3/coap_dtls_internal.h @@ -1,8 +1,9 @@ /* * coap_dtls_internal.h -- (Datagram) Transport Layer Support for libcoap * - * Copyright (C) 2016 Olaf Bergmann - * Copyright (C) 2017 Jean-Claude Michelou + * Copyright (C) 2016 Olaf Bergmann + * Copyright (C) 2017 Jean-Claude Michelou + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_encode.h b/include/coap3/coap_encode.h index fe10b2cc8b..5f2bb358b4 100644 --- a/include/coap3/coap_encode.h +++ b/include/coap3/coap_encode.h @@ -1,7 +1,7 @@ /* * encode.h -- encoding and decoding of CoAP data types * - * Copyright (C) 2010-2012 Olaf Bergmann + * Copyright (C) 2010-2012,2023-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_event.h b/include/coap3/coap_event.h index 8710509ee4..f16cb136cf 100644 --- a/include/coap3/coap_event.h +++ b/include/coap3/coap_event.h @@ -2,7 +2,7 @@ * coap_event.h -- libcoap Event API * * Copyright (C) 2016 Olaf Bergmann - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_forward_decls.h b/include/coap3/coap_forward_decls.h index dece378acd..9636d7bbf3 100644 --- a/include/coap3/coap_forward_decls.h +++ b/include/coap3/coap_forward_decls.h @@ -2,7 +2,7 @@ * coap_forward_decls.h -- Forward declarations of structures that are * opaque to application programming that use libcoap. * - * Copyright (C) 2019-2023 Jon Shallow + * Copyright (C) 2019-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_hashkey_internal.h b/include/coap3/coap_hashkey_internal.h index 660ccced97..98d82fe91f 100644 --- a/include/coap3/coap_hashkey_internal.h +++ b/include/coap3/coap_hashkey_internal.h @@ -1,5 +1,5 @@ /* - * coap_hashkey.h -- definition of hash key type and helper functions + * coap_hashkey_internal.h -- definition of hash key type and helper functions * * Copyright (C) 2010-2011 Olaf Bergmann * diff --git a/include/coap3/coap_internal.h b/include/coap3/coap_internal.h index 39afc79a1d..ffe6eefc39 100644 --- a/include/coap3/coap_internal.h +++ b/include/coap3/coap_internal.h @@ -2,7 +2,7 @@ * coap_internal.h -- Structures, Enums & Functions that are not exposed to * application programming * - * Copyright (C) 2019-2023 Jon Shallow + * Copyright (C) 2019-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_io.h b/include/coap3/coap_io.h index 7b6ee78804..6a17a37f68 100644 --- a/include/coap3/coap_io.h +++ b/include/coap3/coap_io.h @@ -1,7 +1,7 @@ /* * coap_io.h -- Default network I/O functions for libcoap * - * Copyright (C) 2012-2013,2023 Olaf Bergmann + * Copyright (C) 2012-2013,2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_io_internal.h b/include/coap3/coap_io_internal.h index 5d686bd747..b0ffc383a8 100644 --- a/include/coap3/coap_io_internal.h +++ b/include/coap3/coap_io_internal.h @@ -1,7 +1,7 @@ /* * coap_io.h -- Default network I/O functions for libcoap * - * Copyright (C) 2012-2023 Olaf Bergmann + * Copyright (C) 2012-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_layers_internal.h b/include/coap3/coap_layers_internal.h index b7dbbdcc98..74ddc4f0aa 100644 --- a/include/coap3/coap_layers_internal.h +++ b/include/coap3/coap_layers_internal.h @@ -1,7 +1,7 @@ /* * coap_layers_internal.h -- Internal layer functions for libcoap * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_mutex_internal.h b/include/coap3/coap_mutex_internal.h index 8afe5f5ba4..93434b9666 100644 --- a/include/coap3/coap_mutex_internal.h +++ b/include/coap3/coap_mutex_internal.h @@ -1,7 +1,7 @@ /* * coap_mutex.h -- mutex utilities * - * Copyright (C) 2019-2023 Jon Shallow + * Copyright (C) 2019-2024 Jon Shallow * 2019 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause diff --git a/include/coap3/coap_net.h b/include/coap3/coap_net.h index 07f76174d1..863db53e46 100644 --- a/include/coap3/coap_net.h +++ b/include/coap3/coap_net.h @@ -1,7 +1,7 @@ /* * coap_net.h -- CoAP context interface * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_net_internal.h b/include/coap3/coap_net_internal.h index 80ce3d4b57..6a2e8bff32 100644 --- a/include/coap3/coap_net_internal.h +++ b/include/coap3/coap_net_internal.h @@ -2,7 +2,7 @@ * coap_net_internal.h -- CoAP context internal information * exposed to application programming * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_netif_internal.h b/include/coap3/coap_netif_internal.h index 71c4451374..6a5a105e43 100644 --- a/include/coap3/coap_netif_internal.h +++ b/include/coap3/coap_netif_internal.h @@ -1,7 +1,7 @@ /* * coap_netif_internal.h -- Netif Transport Layer Support for libcoap * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_option.h b/include/coap3/coap_option.h index 38c7629102..d2087654c5 100644 --- a/include/coap3/coap_option.h +++ b/include/coap3/coap_option.h @@ -1,7 +1,7 @@ /* * coap_option.h -- helpers for handling options in CoAP PDUs * - * Copyright (C) 2010-2013,2022-2023 Olaf Bergmann + * Copyright (C) 2010-2013,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_oscore.h b/include/coap3/coap_oscore.h index 573de5dab4..925b4e0fa9 100644 --- a/include/coap3/coap_oscore.h +++ b/include/coap3/coap_oscore.h @@ -4,8 +4,8 @@ * coap_oscore.h -- Object Security for Constrained RESTful Environments * (OSCORE) support for libcoap * - * Copyright (C) 2019-2023 Olaf Bergmann - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2019-2024 Olaf Bergmann + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_oscore_internal.h b/include/coap3/coap_oscore_internal.h index d7d3c2f95f..40ff2a603e 100644 --- a/include/coap3/coap_oscore_internal.h +++ b/include/coap3/coap_oscore_internal.h @@ -4,8 +4,8 @@ * coap_oscore_internal.h - Object Security for Constrained RESTful Environments * (OSCORE) support for libcoap * - * Copyright (C) 2019-2023 Olaf Bergmann - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2019-2024 Olaf Bergmann + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_pdu.h b/include/coap3/coap_pdu.h index c8ecb1623b..1e17162797 100644 --- a/include/coap3/coap_pdu.h +++ b/include/coap3/coap_pdu.h @@ -2,7 +2,7 @@ * coap_pdu.h -- CoAP message structure * * Copyright (C) 2010-2014 Olaf Bergmann - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_pdu_internal.h b/include/coap3/coap_pdu_internal.h index 767036d78a..cebdb06f09 100644 --- a/include/coap3/coap_pdu_internal.h +++ b/include/coap3/coap_pdu_internal.h @@ -1,7 +1,7 @@ /* * coap_pdu_internal.h -- CoAP PDU structure * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_prng.h b/include/coap3/coap_prng.h index d0f1a5e0ff..9a5d44956e 100644 --- a/include/coap3/coap_prng.h +++ b/include/coap3/coap_prng.h @@ -1,7 +1,7 @@ /* * coap_prng.h -- Pseudo Random Numbers * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_resource.h b/include/coap3/coap_resource.h index f94450dc3d..56f4407a7d 100644 --- a/include/coap3/coap_resource.h +++ b/include/coap3/coap_resource.h @@ -1,7 +1,7 @@ /* * coap_resource.h -- generic resource handling * - * Copyright (C) 2010,2011,2014-2023 Olaf Bergmann + * Copyright (C) 2010,2011,2014-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_resource_internal.h b/include/coap3/coap_resource_internal.h index 43a6fd1f97..2d69e36cf3 100644 --- a/include/coap3/coap_resource_internal.h +++ b/include/coap3/coap_resource_internal.h @@ -1,7 +1,7 @@ /* * coap_resource_internal.h -- generic resource handling * - * Copyright (C) 2010,2011,2014-2023 Olaf Bergmann + * Copyright (C) 2010,2011,2014-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_riot.h b/include/coap3/coap_riot.h index 5a69100761..f3c0d13cb8 100644 --- a/include/coap3/coap_riot.h +++ b/include/coap3/coap_riot.h @@ -1,6 +1,6 @@ /* coap_riot.h -- RIOT-specific definitions for libcoap * - * Copyright (C) 2019 Olaf Bergmann + * Copyright (C) 2019-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_session.h b/include/coap3/coap_session.h index ec986d63b5..0d9ccc166c 100644 --- a/include/coap3/coap_session.h +++ b/include/coap3/coap_session.h @@ -1,11 +1,12 @@ /* coap_session.h -- Session management for libcoap -* -* Copyright (C) 2017 Jean-Claue Michelou -* + * + * Copyright (C) 2017 Jean-Claue Michelou + * Copyright (C) 2023-2024 Jon Shallow + * * SPDX-License-Identifier: BSD-2-Clause * -* This file is part of the CoAP library libcoap. Please see -* README for terms of use. + * This file is part of the CoAP library libcoap. Please see + * README for terms of use. */ /** diff --git a/include/coap3/coap_session_internal.h b/include/coap3/coap_session_internal.h index b3698bd324..fb20579222 100644 --- a/include/coap3/coap_session_internal.h +++ b/include/coap3/coap_session_internal.h @@ -2,7 +2,7 @@ * coap_session_internal.h -- Structures, Enums & Functions that are not * exposed to application programming * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_subscribe.h b/include/coap3/coap_subscribe.h index 796edbbd94..b114f46de1 100644 --- a/include/coap3/coap_subscribe.h +++ b/include/coap3/coap_subscribe.h @@ -2,7 +2,7 @@ * coap_subscribe.h -- subscription handling for CoAP * see RFC7641 * - * Copyright (C) 2010-2012,2014-2023 Olaf Bergmann + * Copyright (C) 2010-2012,2014-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_subscribe_internal.h b/include/coap3/coap_subscribe_internal.h index 007847c0ad..c3720b411a 100644 --- a/include/coap3/coap_subscribe_internal.h +++ b/include/coap3/coap_subscribe_internal.h @@ -2,7 +2,7 @@ * coap_subscribe_internal.h -- Structures, Enums & Functions that are not * exposed to application programming * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_tcp_internal.h b/include/coap3/coap_tcp_internal.h index f57d14b61c..4bb96146ce 100644 --- a/include/coap3/coap_tcp_internal.h +++ b/include/coap3/coap_tcp_internal.h @@ -1,7 +1,7 @@ /* * coap_tcp_internal.h -- TCP functions for libcoap * - * Copyright (C) 2019--2023 Olaf Bergmann and others + * Copyright (C) 2019--2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_threadsafe_internal.h b/include/coap3/coap_threadsafe_internal.h index c2356a0df5..48aa431c95 100644 --- a/include/coap3/coap_threadsafe_internal.h +++ b/include/coap3/coap_threadsafe_internal.h @@ -1,7 +1,7 @@ /* * coap_threadsafe_internal.h -- Mapping of threadsafe functions * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_time.h b/include/coap3/coap_time.h index c33cf7c124..57e3fd06cc 100644 --- a/include/coap3/coap_time.h +++ b/include/coap3/coap_time.h @@ -1,7 +1,7 @@ /* * coap_time.h -- Clock Handling * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_uri.h b/include/coap3/coap_uri.h index fd79b28b0c..285759ab14 100644 --- a/include/coap3/coap_uri.h +++ b/include/coap3/coap_uri.h @@ -1,7 +1,7 @@ /* * coap_uri.h -- helper functions for URI treatment * - * Copyright (C) 2010-2023 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_uri_internal.h b/include/coap3/coap_uri_internal.h index 309a44bd61..559ad57532 100644 --- a/include/coap3/coap_uri_internal.h +++ b/include/coap3/coap_uri_internal.h @@ -1,7 +1,7 @@ /* * coap_uri_internal.h -- URI functions for libcoap * - * Copyright (C) 2019--2023 Olaf Bergmann and others + * Copyright (C) 2019--2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_ws.h b/include/coap3/coap_ws.h index b61bf713fe..0df26a3209 100644 --- a/include/coap3/coap_ws.h +++ b/include/coap3/coap_ws.h @@ -1,8 +1,8 @@ /* * coap_ws.h -- WebSockets Transport Layer Support for libcoap * - * Copyright (C) 2023 Olaf Bergmann - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Olaf Bergmann + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/include/coap3/coap_ws_internal.h b/include/coap3/coap_ws_internal.h index 3c8101dde4..d9ed3aeb63 100644 --- a/include/coap3/coap_ws_internal.h +++ b/include/coap3/coap_ws_internal.h @@ -1,8 +1,8 @@ /* * coap_ws_internal.h -- WebSockets Transport Layer Support for libcoap * - * Copyright (C) 2023 Olaf Bergmann - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Olaf Bergmann + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/man/Makefile.am b/man/Makefile.am index 3c2c985b4a..6956efcdf0 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,6 +1,6 @@ # man/Makefile.am # -# Copyright (C) 2018-2023 Jon Shallow +# Copyright (C) 2018-2024 Jon Shallow # # This file is part of the CoAP C library libcoap. Please see README and # COPYING for terms of use. diff --git a/man/examples-code-check.c b/man/examples-code-check.c index ca9fd66e41..23288ad626 100644 --- a/man/examples-code-check.c +++ b/man/examples-code-check.c @@ -3,7 +3,7 @@ * * Exits with a non-zero value if there is a coding error. * -* Copyright (C) 2020-2023 Jon Shallow +* Copyright (C) 2020-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/scripts/github_dist.sh b/scripts/github_dist.sh index ce3acb16bc..f362d003a5 100755 --- a/scripts/github_dist.sh +++ b/scripts/github_dist.sh @@ -3,7 +3,7 @@ # This script creates a libcoap archive, unpacks it and does an # out-of-tree build and installation afterwards. # -# Copyright (C) 2021-2023 Olaf Bergmann +# Copyright (C) 2021-2024 Olaf Bergmann # # This file is part of the CoAP C library libcoap. Please see README # and COPYING for terms of use. diff --git a/src/coap_address.c b/src/coap_address.c index 8108a1cd25..52cf89bf69 100644 --- a/src/coap_address.c +++ b/src/coap_address.c @@ -1,6 +1,6 @@ /* coap_address.c -- representation of network addresses * - * Copyright (C) 2015-2016,2019-2023 Olaf Bergmann + * Copyright (C) 2015-2016,2019-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_asn1.c b/src/coap_asn1.c index 2dc16abc1a..da22104f11 100644 --- a/src/coap_asn1.c +++ b/src/coap_asn1.c @@ -1,6 +1,6 @@ /* coap_asn1.c -- ASN.1 handling functions * -* Copyright (C) 2020-2023 Jon Shallow +* Copyright (C) 2020-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_async.c b/src/coap_async.c index fa12fe22fa..7881109405 100644 --- a/src/coap_async.c +++ b/src/coap_async.c @@ -1,6 +1,6 @@ /* coap_async.c -- state management for asynchronous messages * - * Copyright (C) 2010,2011,2021-2023 Olaf Bergmann + * Copyright (C) 2010,2011,2021-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_block.c b/src/coap_block.c index 2e4b6b9ae7..e43566e3dd 100644 --- a/src/coap_block.c +++ b/src/coap_block.c @@ -1,6 +1,6 @@ /* coap_block.c -- block transfer * - * Copyright (C) 2010--2012,2015-2023 Olaf Bergmann and others + * Copyright (C) 2010--2012,2015-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_cache.c b/src/coap_cache.c index 864fc11d7c..9f86c24bf1 100644 --- a/src/coap_cache.c +++ b/src/coap_cache.c @@ -1,6 +1,6 @@ /* coap_cache.c -- Caching of CoAP requests * -* Copyright (C) 2020-2023 Olaf Bergmann +* Copyright (C) 2020-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_debug.c b/src/coap_debug.c index 3095873db9..c627360683 100644 --- a/src/coap_debug.c +++ b/src/coap_debug.c @@ -1,6 +1,6 @@ /* coap_debug.c -- debug utilities * - * Copyright (C) 2010--2012,2014--2023 Olaf Bergmann and others + * Copyright (C) 2010--2012,2014--2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_dtls.c b/src/coap_dtls.c index 6943c64e43..a69b371650 100644 --- a/src/coap_dtls.c +++ b/src/coap_dtls.c @@ -1,8 +1,8 @@ /* * coap_dtls.c -- (D)TLS functions for libcoap * - * Copyright (C) 2023 Olaf Bergmann - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Olaf Bergmann + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_encode.c b/src/coap_encode.c index e63349b97f..841b52cea7 100644 --- a/src/coap_encode.c +++ b/src/coap_encode.c @@ -1,6 +1,6 @@ /* coap_encode.c -- encoding and decoding of CoAP data types * - * Copyright (C) 2010,2011 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_event.c b/src/coap_event.c index 1faba9acff..2d7974a06d 100644 --- a/src/coap_event.c +++ b/src/coap_event.c @@ -1,7 +1,7 @@ /* * coap_event.c -- libcoap Event API * - * Copyright (C) 2016 Olaf Bergmann + * Copyright (C) 2016-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_gnutls.c b/src/coap_gnutls.c index 8505622a4f..c11b744c62 100644 --- a/src/coap_gnutls.c +++ b/src/coap_gnutls.c @@ -1,8 +1,8 @@ /* * coap_gnutls.c -- GnuTLS Datagram Transport Layer Support for libcoap * - * Copyright (C) 2017 Dag Bjorklund - * Copyright (C) 2018-2023 Jon Shallow + * Copyright (C) 2017 Dag Bjorklund + * Copyright (C) 2018-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_hashkey.c b/src/coap_hashkey.c index adb3e53d46..0be896b4dc 100644 --- a/src/coap_hashkey.c +++ b/src/coap_hashkey.c @@ -1,6 +1,6 @@ /* coap_hashkey.c -- definition of hash key type and helper functions * - * Copyright (C) 2010,2011 Olaf Bergmann + * Copyright (C) 2010-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_io.c b/src/coap_io.c index e5b6d877ee..0bccd4a0fe 100644 --- a/src/coap_io.c +++ b/src/coap_io.c @@ -1,6 +1,6 @@ /* coap_io.c -- Default network I/O functions for libcoap * - * Copyright (C) 2012,2014,2016-2023 Olaf Bergmann and others + * Copyright (C) 2012,2014,2016-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_io_contiki.c b/src/coap_io_contiki.c index 36cc8a8875..894f8cff7c 100644 --- a/src/coap_io_contiki.c +++ b/src/coap_io_contiki.c @@ -1,7 +1,7 @@ /* coap_io_contiki.c -- Network I/O functions for libcoap on Contiki-NG * * Copyright (C) 2012,2014 Olaf Bergmann - * 2014 chrysn + * 2014 chrysn * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_io_lwip.c b/src/coap_io_lwip.c index cd4bf0308e..f95a358194 100644 --- a/src/coap_io_lwip.c +++ b/src/coap_io_lwip.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2012,2014 Olaf Bergmann - * 2014 chrysn - * 2022-2023 Jon Shallow + * 2014 chrysn + * 2022-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_io_riot.c b/src/coap_io_riot.c index 6b767efbc9..8c0222ab70 100644 --- a/src/coap_io_riot.c +++ b/src/coap_io_riot.c @@ -1,6 +1,6 @@ /* coap_io_riot.c -- Default network I/O functions for libcoap on RIOT * - * Copyright (C) 2019 Olaf Bergmann + * Copyright (C) 2019-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_layers.c b/src/coap_layers.c index 8006ffd563..0183505052 100644 --- a/src/coap_layers.c +++ b/src/coap_layers.c @@ -1,6 +1,6 @@ /* coap_layers.c -- Layer handling for libcoap * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_mbedtls.c b/src/coap_mbedtls.c index c81fb59694..fd7f147d6f 100644 --- a/src/coap_mbedtls.c +++ b/src/coap_mbedtls.c @@ -1,8 +1,8 @@ /* * coap_mbedtls.c -- Mbed TLS Datagram Transport Layer Support for libcoap * - * Copyright (C) 2019-2023 Jon Shallow - * 2019 Jitin George + * Copyright (C) 2019-2024 Jon Shallow + * 2019 Jitin George * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_mem.c b/src/coap_mem.c index b134abe1f0..9f5d8c974a 100644 --- a/src/coap_mem.c +++ b/src/coap_mem.c @@ -1,6 +1,6 @@ /* coap_mem.c -- CoAP memory handling * - * Copyright (C) 2014--2015,2019--2023 Olaf Bergmann + * Copyright (C) 2014--2015,2019--2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_net.c b/src/coap_net.c index 1bdad67552..d1267b722b 100644 --- a/src/coap_net.c +++ b/src/coap_net.c @@ -1,6 +1,6 @@ /* coap_net.c -- CoAP context inteface * - * Copyright (C) 2010--2023 Olaf Bergmann and others + * Copyright (C) 2010--2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_netif.c b/src/coap_netif.c index 13442aa6a3..a32b611ed7 100644 --- a/src/coap_netif.c +++ b/src/coap_netif.c @@ -1,7 +1,7 @@ /* * coap_netif.c -- Netif functions for libcoap * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_notls.c b/src/coap_notls.c index 2aa41f2b9c..90c9c6b287 100644 --- a/src/coap_notls.c +++ b/src/coap_notls.c @@ -2,7 +2,7 @@ * coap_notls.c -- Stub Datagram Transport Layer Support for libcoap * * Copyright (C) 2016 Olaf Bergmann - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_openssl.c b/src/coap_openssl.c index 6d90646fec..e94f740e04 100644 --- a/src/coap_openssl.c +++ b/src/coap_openssl.c @@ -2,7 +2,7 @@ * coap_openssl.c -- Datagram Transport Layer Support for libcoap with openssl * * Copyright (C) 2017 Jean-Claude Michelou - * Copyright (C) 2018-2023 Jon Shallow + * Copyright (C) 2018-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_option.c b/src/coap_option.c index 0ea9bd0fd0..aec9c07a00 100644 --- a/src/coap_option.c +++ b/src/coap_option.c @@ -1,7 +1,7 @@ /* * coap_option.c -- helpers for handling options in CoAP PDUs * - * Copyright (C) 2010-2013,2022-2023 Olaf Bergmann + * Copyright (C) 2010-2013,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_oscore.c b/src/coap_oscore.c index 6824e4a9de..83f785c92c 100644 --- a/src/coap_oscore.c +++ b/src/coap_oscore.c @@ -5,7 +5,7 @@ * (OSCORE) support for libcoap * * Copyright (C) 2019-2021 Olaf Bergmann - * Copyright (C) 2021 Jon Shallow + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_pdu.c b/src/coap_pdu.c index 99c5a3f613..f37e888128 100644 --- a/src/coap_pdu.c +++ b/src/coap_pdu.c @@ -1,6 +1,6 @@ /* coap_pdu.c -- CoAP PDU handling * - * Copyright (C) 2010--2023 Olaf Bergmann + * Copyright (C) 2010--2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_prng.c b/src/coap_prng.c index 62c1ef2676..f9d94b0549 100644 --- a/src/coap_prng.c +++ b/src/coap_prng.c @@ -1,7 +1,7 @@ /* * coap_prng.c -- random number generation * - * Copyright (C) 2020-2023 Olaf Bergmann + * Copyright (C) 2020-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_resource.c b/src/coap_resource.c index ba03d35c8f..db1def1371 100644 --- a/src/coap_resource.c +++ b/src/coap_resource.c @@ -1,6 +1,6 @@ /* coap_resource.c -- generic resource handling * - * Copyright (C) 2010--2023 Olaf Bergmann + * Copyright (C) 2010--2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_session.c b/src/coap_session.c index f5885c2c54..7f29945e82 100644 --- a/src/coap_session.c +++ b/src/coap_session.c @@ -1,7 +1,7 @@ /* coap_session.c -- Session management for libcoap * - * Copyright (C) 2017 Jean-Claue Michelou - * Copyright (C) 2022-2023 Jon Shallow + * Copyright (C) 2017 Jean-Claue Michelou + * Copyright (C) 2022-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_str.c b/src/coap_str.c index 3265fc75de..0f969e3ba9 100644 --- a/src/coap_str.c +++ b/src/coap_str.c @@ -1,6 +1,6 @@ /* coap_str.c -- strings to be used in the CoAP library * - * Copyright (C) 2010,2011,2022-2023 Olaf Bergmann + * Copyright (C) 2010,2011,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_subscribe.c b/src/coap_subscribe.c index 6d23f87160..cd7db99a73 100644 --- a/src/coap_subscribe.c +++ b/src/coap_subscribe.c @@ -1,7 +1,7 @@ /* coap_subscribe.c -- subscription handling for CoAP * see RFC7641 * - * Copyright (C) 2010-2019,2022-2023 Olaf Bergmann + * Copyright (C) 2010-2019,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_tcp.c b/src/coap_tcp.c index b7c92e431b..2be75c1074 100644 --- a/src/coap_tcp.c +++ b/src/coap_tcp.c @@ -1,7 +1,7 @@ /* * coap_tcp.c -- TCP functions for libcoap * - * Copyright (C) 2019-2023 Olaf Bergmann and others + * Copyright (C) 2019-2024 Olaf Bergmann and others * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_threadsafe.c b/src/coap_threadsafe.c index ce488b2846..addb128ca6 100644 --- a/src/coap_threadsafe.c +++ b/src/coap_threadsafe.c @@ -1,6 +1,6 @@ /* coap_threadsafe.c -- Thread safe function locking wrappers * - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_time.c b/src/coap_time.c index cfeecb1fe6..539a573532 100644 --- a/src/coap_time.c +++ b/src/coap_time.c @@ -1,6 +1,6 @@ /* coap_time.c -- Clock Handling * - * Copyright (C) 2015,2023 Olaf Bergmann + * Copyright (C) 2015,2023-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_tinydtls.c b/src/coap_tinydtls.c index 06e7826ab4..f44e5e465c 100644 --- a/src/coap_tinydtls.c +++ b/src/coap_tinydtls.c @@ -2,7 +2,7 @@ * coap_tinydtls.c -- Datagram Transport Layer Support for libcoap with tinydtls * * Copyright (C) 2016-2020 Olaf Bergmann - * Copyright (C) 2020-2023 Jon Shallow + * Copyright (C) 2020-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_uri.c b/src/coap_uri.c index 675165a284..087009ae37 100644 --- a/src/coap_uri.c +++ b/src/coap_uri.c @@ -1,6 +1,6 @@ /* coap_uri.c -- helper functions for URI treatment * - * Copyright (C) 2010--2012,2015-2016,2022-2023 Olaf Bergmann + * Copyright (C) 2010--2012,2015-2016,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/src/coap_ws.c b/src/coap_ws.c index c97106af2b..a91ccc52c9 100644 --- a/src/coap_ws.c +++ b/src/coap_ws.c @@ -1,8 +1,8 @@ /* * coap_ws.c -- WebSockets functions for libcoap * - * Copyright (C) 2023 Olaf Bergmann - * Copyright (C) 2023 Jon Shallow + * Copyright (C) 2023-2024 Olaf Bergmann + * Copyright (C) 2023-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/oss-fuzz/Makefile.ci.in b/tests/oss-fuzz/Makefile.ci.in index a2f5b7ef99..e10a08b0df 100644 --- a/tests/oss-fuzz/Makefile.ci.in +++ b/tests/oss-fuzz/Makefile.ci.in @@ -1,6 +1,6 @@ # -*- Mode: Makefile for CI checks -*- # -# Copyright (C) 2019--2023 Olaf Bergmann and others +# Copyright (C) 2019--2024 Olaf Bergmann and others # # SPDX-License-Identifier: BSD-2-Clause # diff --git a/tests/test_common.h.in b/tests/test_common.h.in index 29db6296a5..d8589debc5 100644 --- a/tests/test_common.h.in +++ b/tests/test_common.h.in @@ -1,6 +1,6 @@ /* libcoap unit tests common include * - * Copyright (C) 2021-2023 Olaf Bergmann + * Copyright (C) 2021-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_encode.c b/tests/test_encode.c index 3a15e0dd13..89cf9693a7 100644 --- a/tests/test_encode.c +++ b/tests/test_encode.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2019-2023 Olaf Bergmann + * Copyright (C) 2019-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_error_response.c b/tests/test_error_response.c index e4c6121e79..aaa150fb1e 100644 --- a/tests/test_error_response.c +++ b/tests/test_error_response.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2013,2015,2022-2023 Olaf Bergmann + * Copyright (C) 2013,2015,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_options.c b/tests/test_options.c index 4397cec4d7..9e30c9c18e 100644 --- a/tests/test_options.c +++ b/tests/test_options.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2012,2015,2022-2023 Olaf Bergmann + * Copyright (C) 2012,2015,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_oscore.c b/tests/test_oscore.c index 8485880d52..7612c3743e 100644 --- a/tests/test_oscore.c +++ b/tests/test_oscore.c @@ -2,7 +2,7 @@ /* libcoap unit tests * - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_oscore.h b/tests/test_oscore.h index d5f368fb4f..64b7f96a14 100644 --- a/tests/test_oscore.h +++ b/tests/test_oscore.h @@ -2,7 +2,7 @@ /* libcoap unit tests * - * Copyright (C) 2021-2023 Jon Shallow + * Copyright (C) 2021-2024 Jon Shallow * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_pdu.c b/tests/test_pdu.c index d9246655c9..6656b39ed4 100644 --- a/tests/test_pdu.c +++ b/tests/test_pdu.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2012,2015,2022-2023 Olaf Bergmann + * Copyright (C) 2012,2015,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_sendqueue.c b/tests/test_sendqueue.c index 0913ad23fc..a529a9d4c8 100644 --- a/tests/test_sendqueue.c +++ b/tests/test_sendqueue.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2013,2015,2022-2023 Olaf Bergmann + * Copyright (C) 2013,2015,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_session.c b/tests/test_session.c index cb38983b56..45492d513b 100644 --- a/tests/test_session.c +++ b/tests/test_session.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2013,2015-2018,2022-2023 Olaf Bergmann + * Copyright (C) 2013,2015-2018,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_tls.c b/tests/test_tls.c index a9fa53e677..411446f5ea 100644 --- a/tests/test_tls.c +++ b/tests/test_tls.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2018,2022-2023 Olaf Bergmann + * Copyright (C) 2018,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_uri.c b/tests/test_uri.c index ac73438bdb..9041bcc60a 100644 --- a/tests/test_uri.c +++ b/tests/test_uri.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2012,2015,2022-2023 Olaf Bergmann + * Copyright (C) 2012,2015,2022-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/test_wellknown.c b/tests/test_wellknown.c index 88498fc2ff..54de9548bd 100644 --- a/tests/test_wellknown.c +++ b/tests/test_wellknown.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2013--2023 Olaf Bergmann + * Copyright (C) 2013--2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause * diff --git a/tests/testdriver.c b/tests/testdriver.c index b82e05cdc2..9c4bc89d0e 100644 --- a/tests/testdriver.c +++ b/tests/testdriver.c @@ -1,6 +1,6 @@ /* libcoap unit tests * - * Copyright (C) 2012-2023 Olaf Bergmann + * Copyright (C) 2012-2024 Olaf Bergmann * * SPDX-License-Identifier: BSD-2-Clause *