From 2105fb35684203e7e3416cbd9b4a52a935cd8bd4 Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Tue, 22 Jun 2021 12:38:50 +0300 Subject: [PATCH] Squashed 'features/frameworks/mbed-client-randlib/' changes from cf3936f074..4870f0da56 4870f0da56 Update copyright (#15) git-subtree-dir: features/frameworks/mbed-client-randlib git-subtree-split: 4870f0da56bb5b0e8e9a655bc11e1f392140c785 --- mbed-client-randlib/platform/arm_hal_random.h | 13 +++++++------ mbed-client-randlib/randLIB.h | 13 +++++++------ source/randLIB.c | 13 +++++++------ test/mbed-client-randlib/unittest/randlib/main.cpp | 2 +- .../unittest/randlib/randlibtest.cpp | 2 +- .../unittest/randlib/test_randlib.c | 2 +- .../unittest/randlib/test_randlib.h | 2 +- test/mbed-client-randlib/unittest/stubs/open_stub.c | 2 +- .../unittest/stubs/random_stub.c | 2 +- 9 files changed, 27 insertions(+), 24 deletions(-) diff --git a/mbed-client-randlib/platform/arm_hal_random.h b/mbed-client-randlib/platform/arm_hal_random.h index 337486dedd..75fd7f5709 100644 --- a/mbed-client-randlib/platform/arm_hal_random.h +++ b/mbed-client-randlib/platform/arm_hal_random.h @@ -1,15 +1,16 @@ /* - * Copyright (c) 2014-2015 ARM Limited. All rights reserved. + * Copyright (c) 2014-2016, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 - * Licensed under the Apache License, Version 2.0 (the License); you may - * not use this file except in compliance with the License. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an AS IS BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ diff --git a/mbed-client-randlib/randLIB.h b/mbed-client-randlib/randLIB.h index a58af013c8..0b7def9a17 100644 --- a/mbed-client-randlib/randLIB.h +++ b/mbed-client-randlib/randLIB.h @@ -1,15 +1,16 @@ /* - * Copyright (c) 2014-2015 ARM Limited. All rights reserved. + * Copyright (c) 2014-2016, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 - * Licensed under the Apache License, Version 2.0 (the License); you may - * not use this file except in compliance with the License. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an AS IS BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ diff --git a/source/randLIB.c b/source/randLIB.c index 274e9bc39b..ecd2aa2c59 100644 --- a/source/randLIB.c +++ b/source/randLIB.c @@ -1,15 +1,16 @@ /* - * Copyright (c) 2014-2015 ARM Limited. All rights reserved. + * Copyright (c) 2014-2016, 2018, Pelion and affiliates. * SPDX-License-Identifier: Apache-2.0 - * Licensed under the Apache License, Version 2.0 (the License); you may - * not use this file except in compliance with the License. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an AS IS BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ diff --git a/test/mbed-client-randlib/unittest/randlib/main.cpp b/test/mbed-client-randlib/unittest/randlib/main.cpp index 74379d70f4..04b509a011 100644 --- a/test/mbed-client-randlib/unittest/randlib/main.cpp +++ b/test/mbed-client-randlib/unittest/randlib/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 ARM Limited. All rights reserved. + * Copyright (c) 2015-2016, 2018, 2021, Pelion and affiliates. */ #include "CppUTest/CommandLineTestRunner.h" diff --git a/test/mbed-client-randlib/unittest/randlib/randlibtest.cpp b/test/mbed-client-randlib/unittest/randlib/randlibtest.cpp index 1a9d1f9c07..9812c6b570 100644 --- a/test/mbed-client-randlib/unittest/randlib/randlibtest.cpp +++ b/test/mbed-client-randlib/unittest/randlib/randlibtest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 ARM Limited. All rights reserved. + * Copyright (c) 2016, 2018, 2021, Pelion and affiliates. */ #include "CppUTest/TestHarness.h" #include "test_randlib.h" diff --git a/test/mbed-client-randlib/unittest/randlib/test_randlib.c b/test/mbed-client-randlib/unittest/randlib/test_randlib.c index cc87ccb02e..737ef1dcbf 100644 --- a/test/mbed-client-randlib/unittest/randlib/test_randlib.c +++ b/test/mbed-client-randlib/unittest/randlib/test_randlib.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 ARM Limited. All rights reserved. + * Copyright (c) 2016, 2018, 2021, Pelion and affiliates. */ #include "test_randlib.h" #include diff --git a/test/mbed-client-randlib/unittest/randlib/test_randlib.h b/test/mbed-client-randlib/unittest/randlib/test_randlib.h index 892bfc4d1e..4d96e60458 100644 --- a/test/mbed-client-randlib/unittest/randlib/test_randlib.h +++ b/test/mbed-client-randlib/unittest/randlib/test_randlib.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 ARM Limited. All rights reserved. + * Copyright (c) 2016, 2021, Pelion and affiliates. */ #ifndef TEST_RANDLIB_H #define TEST_RANDLIB_H diff --git a/test/mbed-client-randlib/unittest/stubs/open_stub.c b/test/mbed-client-randlib/unittest/stubs/open_stub.c index c57a44a02a..453b0ae8b4 100644 --- a/test/mbed-client-randlib/unittest/stubs/open_stub.c +++ b/test/mbed-client-randlib/unittest/stubs/open_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 ARM Limited. All rights reserved. + * Copyright (c) 2016, 2018, 2021, Pelion and affiliates. */ #include #include diff --git a/test/mbed-client-randlib/unittest/stubs/random_stub.c b/test/mbed-client-randlib/unittest/stubs/random_stub.c index 7e3aea2e48..da520a67eb 100644 --- a/test/mbed-client-randlib/unittest/stubs/random_stub.c +++ b/test/mbed-client-randlib/unittest/stubs/random_stub.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 ARM Limited. All rights reserved. + * Copyright (c) 2016, 2018, 2021, Pelion and affiliates. */ #include "ns_types.h"