From 51247bfc103713ca19624eb68fa97961bc7d6192 Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Wed, 23 Jun 2021 12:56:59 +0300 Subject: [PATCH] Squashed 'connectivity/nanostack/coap-service/' changes from 4a126bd278..bbe01736bd bbe01736bd (via Mbed OS) mbedtls_stub: Add missing include (#134) c021690e3a Update copyright to Makefiles and scripts (#133) 5fb7a6c3b8 Update copyright (#132) git-subtree-dir: connectivity/nanostack/coap-service git-subtree-split: bbe01736bdafc808ee61c500223d0cf67953238d --- connectivity/nanostack/coap-service/Makefile | 2 +- connectivity/nanostack/coap-service/Makefile.test | 2 +- .../nanostack/coap-service/coap-service/coap_service_api.h | 2 +- connectivity/nanostack/coap-service/run_unit_tests.sh | 2 +- .../nanostack/coap-service/source/coap_connection_handler.c | 2 +- .../nanostack/coap-service/source/coap_message_handler.c | 2 +- .../nanostack/coap-service/source/coap_security_handler.c | 2 +- connectivity/nanostack/coap-service/source/coap_service_api.c | 2 +- .../coap-service/source/include/coap_connection_handler.h | 2 +- .../coap-service/source/include/coap_message_handler.h | 2 +- .../coap-service/source/include/coap_security_handler.h | 2 +- .../coap-service/source/include/coap_service_api_internal.h | 2 +- .../nanostack/coap-service/test/coap-service/unittest/Makefile | 2 +- .../coap-service/test/coap-service/unittest/MakefileWorker.mk | 2 +- .../test/coap-service/unittest/coap_connection_handler/Makefile | 2 +- .../coap_connection_handler/coap_connection_handlertest.cpp | 2 +- .../test/coap-service/unittest/coap_connection_handler/main.cpp | 2 +- .../coap_connection_handler/test_coap_connection_handler.c | 2 +- .../coap_connection_handler/test_coap_connection_handler.h | 2 +- .../test/coap-service/unittest/coap_message_handler/Makefile | 2 +- .../unittest/coap_message_handler/coap_message_handlertest.cpp | 2 +- .../test/coap-service/unittest/coap_message_handler/main.cpp | 2 +- .../unittest/coap_message_handler/test_coap_message_handler.c | 2 +- .../unittest/coap_message_handler/test_coap_message_handler.h | 2 +- .../test/coap-service/unittest/coap_security_handler/Makefile | 2 +- .../coap_security_handler/coap_security_handlertest.cpp | 2 +- .../test/coap-service/unittest/coap_security_handler/main.cpp | 2 +- .../unittest/coap_security_handler/test_coap_security_handler.c | 2 +- .../unittest/coap_security_handler/test_coap_security_handler.h | 2 +- .../test/coap-service/unittest/coap_service_api/Makefile | 2 +- .../unittest/coap_service_api/coap_service_apitest.cpp | 2 +- .../test/coap-service/unittest/coap_service_api/main.cpp | 2 +- .../unittest/coap_service_api/test_coap_service_api.c | 2 +- .../unittest/coap_service_api/test_coap_service_api.h | 2 +- .../test/coap-service/unittest/makefile_defines.txt | 2 +- .../nanostack/coap-service/test/coap-service/unittest/run_tests | 2 +- .../coap-service/unittest/stub/coap_connection_handler_stub.c | 2 +- .../coap-service/unittest/stub/coap_connection_handler_stub.h | 2 +- .../test/coap-service/unittest/stub/coap_message_handler_stub.c | 2 +- .../test/coap-service/unittest/stub/coap_message_handler_stub.h | 2 +- .../coap-service/unittest/stub/coap_security_handler_stub.c | 2 +- .../coap-service/unittest/stub/coap_security_handler_stub.h | 2 +- .../test/coap-service/unittest/stub/coap_service_api_stub.c | 2 +- .../test/coap-service/unittest/stub/common_functions_stub.c | 2 +- .../test/coap-service/unittest/stub/eventOS_event_stub.c | 2 +- .../test/coap-service/unittest/stub/eventOS_event_stub.h | 2 +- .../test/coap-service/unittest/stub/mbed_trace_stub.c | 2 +- .../coap-service/test/coap-service/unittest/stub/mbedtls_stub.c | 2 +- .../coap-service/test/coap-service/unittest/stub/mbedtls_stub.h | 2 +- .../coap-service/test/coap-service/unittest/stub/ns_list_stub.c | 2 +- .../test/coap-service/unittest/stub/ns_timer_stub.c | 2 +- .../test/coap-service/unittest/stub/ns_timer_stub.h | 2 +- .../test/coap-service/unittest/stub/nsdynmemLIB_stub.c | 2 +- .../test/coap-service/unittest/stub/nsdynmemLIB_stub.h | 2 +- .../coap-service/test/coap-service/unittest/stub/randLIB_stub.c | 2 +- .../test/coap-service/unittest/stub/sn_coap_builder_stub.c | 2 +- .../test/coap-service/unittest/stub/sn_coap_builder_stub.h | 2 +- .../test/coap-service/unittest/stub/sn_coap_parser_stub.c | 2 +- .../test/coap-service/unittest/stub/sn_coap_parser_stub.h | 2 +- .../test/coap-service/unittest/stub/sn_coap_protocol_stub.c | 2 +- .../test/coap-service/unittest/stub/sn_coap_protocol_stub.h | 2 +- .../test/coap-service/unittest/stub/socket_api_stub.c | 2 +- .../test/coap-service/unittest/stub/socket_api_stub.h | 2 +- .../test/coap-service/unittest/stub/system_timer_stub.c | 2 +- .../coap-service/test/coap-service/unittest/stub/timeout_stub.c | 2 +- connectivity/nanostack/coap-service/xsl_script.sh | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/connectivity/nanostack/coap-service/Makefile b/connectivity/nanostack/coap-service/Makefile index f104a78110..33852c057a 100644 --- a/connectivity/nanostack/coap-service/Makefile +++ b/connectivity/nanostack/coap-service/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/Makefile.test b/connectivity/nanostack/coap-service/Makefile.test index 7887624ef5..cfaffb0fb4 100644 --- a/connectivity/nanostack/coap-service/Makefile.test +++ b/connectivity/nanostack/coap-service/Makefile.test @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/coap-service/coap_service_api.h b/connectivity/nanostack/coap-service/coap-service/coap_service_api.h index edacd971de..34a8a1ac59 100644 --- a/connectivity/nanostack/coap-service/coap-service/coap_service_api.h +++ b/connectivity/nanostack/coap-service/coap-service/coap_service_api.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, 2020, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/run_unit_tests.sh b/connectivity/nanostack/coap-service/run_unit_tests.sh index d2e7373e97..14957d9ad7 100755 --- a/connectivity/nanostack/coap-service/run_unit_tests.sh +++ b/connectivity/nanostack/coap-service/run_unit_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/source/coap_connection_handler.c b/connectivity/nanostack/coap-service/source/coap_connection_handler.c index 4dca56c916..a749cac806 100644 --- a/connectivity/nanostack/coap-service/source/coap_connection_handler.c +++ b/connectivity/nanostack/coap-service/source/coap_connection_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2021, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/source/coap_message_handler.c b/connectivity/nanostack/coap-service/source/coap_message_handler.c index d4cef6a5ea..708d69711f 100644 --- a/connectivity/nanostack/coap-service/source/coap_message_handler.c +++ b/connectivity/nanostack/coap-service/source/coap_message_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019, Arm Limited and affiliates. + * Copyright (c) 2015-2019, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/source/coap_security_handler.c b/connectivity/nanostack/coap-service/source/coap_security_handler.c index 5afd2abf02..61c514aae2 100644 --- a/connectivity/nanostack/coap-service/source/coap_security_handler.c +++ b/connectivity/nanostack/coap-service/source/coap_security_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2020, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/source/coap_service_api.c b/connectivity/nanostack/coap-service/source/coap_service_api.c index ee467cf902..4ef682a042 100644 --- a/connectivity/nanostack/coap-service/source/coap_service_api.c +++ b/connectivity/nanostack/coap-service/source/coap_service_api.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2019, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/source/include/coap_connection_handler.h b/connectivity/nanostack/coap-service/source/include/coap_connection_handler.h index 2cc8f79011..b9017de5b4 100644 --- a/connectivity/nanostack/coap-service/source/include/coap_connection_handler.h +++ b/connectivity/nanostack/coap-service/source/include/coap_connection_handler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/source/include/coap_message_handler.h b/connectivity/nanostack/coap-service/source/include/coap_message_handler.h index a93a48b1cf..82e817ba66 100644 --- a/connectivity/nanostack/coap-service/source/include/coap_message_handler.h +++ b/connectivity/nanostack/coap-service/source/include/coap_message_handler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2019, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/source/include/coap_security_handler.h b/connectivity/nanostack/coap-service/source/include/coap_security_handler.h index 9529b53bec..1f25a310d3 100644 --- a/connectivity/nanostack/coap-service/source/include/coap_security_handler.h +++ b/connectivity/nanostack/coap-service/source/include/coap_security_handler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, 2021, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/source/include/coap_service_api_internal.h b/connectivity/nanostack/coap-service/source/include/coap_service_api_internal.h index d9e1aa7f30..c4168fcc66 100644 --- a/connectivity/nanostack/coap-service/source/include/coap_service_api_internal.h +++ b/connectivity/nanostack/coap-service/source/include/coap_service_api_internal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Arm Limited and affiliates. + * Copyright (c) 2016-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/Makefile b/connectivity/nanostack/coap-service/test/coap-service/unittest/Makefile index f42b2c6935..ac01bb6f35 100755 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/Makefile +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/MakefileWorker.mk b/connectivity/nanostack/coap-service/test/coap-service/unittest/MakefileWorker.mk index 48b6a91995..71a07bf4c4 100755 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/MakefileWorker.mk +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/MakefileWorker.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/Makefile b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/Makefile index 82f8bcda0e..63a71feb61 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/Makefile +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/coap_connection_handlertest.cpp b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/coap_connection_handlertest.cpp index d74676b0dc..772f4ab118 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/coap_connection_handlertest.cpp +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/coap_connection_handlertest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/main.cpp b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/main.cpp index c70c3fec00..75c0d68f47 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/main.cpp +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.c index 7ac183c80c..7d52c10da1 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2019, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.h index 8cd7b0f0c7..39ad28def8 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/Makefile b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/Makefile index 94558a8080..8d02228a5b 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/Makefile +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/coap_message_handlertest.cpp b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/coap_message_handlertest.cpp index 02489ad270..d0c946e8dd 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/coap_message_handlertest.cpp +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/coap_message_handlertest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/main.cpp b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/main.cpp index fa0c7f3c68..49192ba32c 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/main.cpp +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/test_coap_message_handler.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/test_coap_message_handler.c index 87f521e52c..90c4539b68 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/test_coap_message_handler.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/test_coap_message_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2019, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/test_coap_message_handler.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/test_coap_message_handler.h index 18f5c0fca7..025b8496d6 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/test_coap_message_handler.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_message_handler/test_coap_message_handler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/Makefile b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/Makefile index 1375ed9282..0dfda47a40 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/Makefile +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/coap_security_handlertest.cpp b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/coap_security_handlertest.cpp index 4b9a576b00..41cd9a02a4 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/coap_security_handlertest.cpp +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/coap_security_handlertest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/main.cpp b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/main.cpp index bd9cb57f65..29ae8a5894 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/main.cpp +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/test_coap_security_handler.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/test_coap_security_handler.c index 396d689f8e..9b3b1bfd20 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/test_coap_security_handler.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/test_coap_security_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/test_coap_security_handler.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/test_coap_security_handler.h index 64bdbe4a11..87977548d0 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/test_coap_security_handler.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_security_handler/test_coap_security_handler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/Makefile b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/Makefile index e43eb174b0..24c2da8403 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/Makefile +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/coap_service_apitest.cpp b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/coap_service_apitest.cpp index 0fd44bb515..ac853f7a5f 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/coap_service_apitest.cpp +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/coap_service_apitest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/main.cpp b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/main.cpp index 7e09b0cd0e..2d97cea355 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/main.cpp +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/test_coap_service_api.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/test_coap_service_api.c index 2af8ba6cc8..52ae07a084 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/test_coap_service_api.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/test_coap_service_api.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/test_coap_service_api.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/test_coap_service_api.h index 591cb94738..fcdc6cc7a1 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/test_coap_service_api.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/coap_service_api/test_coap_service_api.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/makefile_defines.txt b/connectivity/nanostack/coap-service/test/coap-service/unittest/makefile_defines.txt index dc1f53eb30..e95299376f 100755 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/makefile_defines.txt +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/makefile_defines.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/run_tests b/connectivity/nanostack/coap-service/test/coap-service/unittest/run_tests index 438b5d7007..685a151367 100755 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/run_tests +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/run_tests @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_connection_handler_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_connection_handler_stub.c index 022fb67dcf..b3b0dfb3ae 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_connection_handler_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_connection_handler_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_connection_handler_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_connection_handler_stub.h index 9379b9b6c2..4e343e4a0c 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_connection_handler_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_connection_handler_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_message_handler_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_message_handler_stub.c index 91fa2a3f47..349f16970c 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_message_handler_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_message_handler_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2019, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_message_handler_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_message_handler_stub.h index 5ea68eff9f..2815634935 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_message_handler_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_message_handler_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_security_handler_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_security_handler_stub.c index d62e162eed..74613ef35b 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_security_handler_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_security_handler_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_security_handler_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_security_handler_stub.h index c445c5d598..485cec4356 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_security_handler_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_security_handler_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_service_api_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_service_api_stub.c index e2ab1f4074..767b67f577 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_service_api_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/coap_service_api_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/common_functions_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/common_functions_stub.c index 730594cdd8..0794a0ff46 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/common_functions_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/common_functions_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Arm Limited and affiliates. + * Copyright (c) 2016-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/eventOS_event_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/eventOS_event_stub.c index a461f38c16..0239748788 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/eventOS_event_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/eventOS_event_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/eventOS_event_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/eventOS_event_stub.h index 58880bff84..6d36812847 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/eventOS_event_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/eventOS_event_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbed_trace_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbed_trace_stub.c index 04f452c0ff..dcb694eb57 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbed_trace_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbed_trace_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017, Arm Limited and affiliates. + * Copyright (c) 2014-2017, 2019, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c index 7ebe517382..be8d31955b 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2020, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.h index 1910f9c5f2..e636c37172 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, 2019-2020, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_list_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_list_stub.c index 6dab2fd75d..badd74b37d 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_list_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_list_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_timer_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_timer_stub.c index ae79433dac..5bf7f8a14a 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_timer_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_timer_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017, Arm Limited and affiliates. + * Copyright (c) 2014-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_timer_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_timer_stub.h index f7a53a40f1..c6bab974a2 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_timer_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/ns_timer_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/nsdynmemLIB_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/nsdynmemLIB_stub.c index 4228148e49..b73177ec3a 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/nsdynmemLIB_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/nsdynmemLIB_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017, Arm Limited and affiliates. + * Copyright (c) 2014-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/nsdynmemLIB_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/nsdynmemLIB_stub.h index e5dfa75186..01bb7fc2ec 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/nsdynmemLIB_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/nsdynmemLIB_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/randLIB_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/randLIB_stub.c index 97154cf2ee..86e02ff16c 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/randLIB_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/randLIB_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017, Arm Limited and affiliates. + * Copyright (c) 2014-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_builder_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_builder_stub.c index 262da57522..7e02261f09 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_builder_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_builder_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017, Arm Limited and affiliates. + * Copyright (c) 2011-2019, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_builder_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_builder_stub.h index a81eaff7a0..732fc41269 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_builder_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_builder_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_parser_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_parser_stub.c index 7747f5c639..4809c04e1c 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_parser_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_parser_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017, Arm Limited and affiliates. + * Copyright (c) 2011-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_parser_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_parser_stub.h index 5665a2bb62..b24c01404c 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_parser_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_parser_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_protocol_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_protocol_stub.c index 85ca20e9bb..121ae08767 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_protocol_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_protocol_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017, Arm Limited and affiliates. + * Copyright (c) 2011-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_protocol_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_protocol_stub.h index dbf8521ad6..5c1f8eb726 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_protocol_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/sn_coap_protocol_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/socket_api_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/socket_api_stub.c index 541a6e11ec..b8229e73c6 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/socket_api_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/socket_api_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/socket_api_stub.h b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/socket_api_stub.h index 0ddb6e66de..d685c17ca2 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/socket_api_stub.h +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/socket_api_stub.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2017, Arm Limited and affiliates. + * Copyright (c) 2015-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/system_timer_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/system_timer_stub.c index 2f5262a118..035390be6b 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/system_timer_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/system_timer_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017, Arm Limited and affiliates. + * Copyright (c) 2014-2017, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/timeout_stub.c b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/timeout_stub.c index fcd63a86fc..f9c5744a8c 100644 --- a/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/timeout_stub.c +++ b/connectivity/nanostack/coap-service/test/coap-service/unittest/stub/timeout_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Arm Limited and affiliates. + * Copyright (c) 2016-2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/connectivity/nanostack/coap-service/xsl_script.sh b/connectivity/nanostack/coap-service/xsl_script.sh index 7d39e3d94f..ed5b142d85 100755 --- a/connectivity/nanostack/coap-service/xsl_script.sh +++ b/connectivity/nanostack/coap-service/xsl_script.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2015-2017, Arm Limited and affiliates. +# Copyright (c) 2015-2017, Pelion and affiliates. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License");