From 6249aad249d91a84ab800079a4a81b889353472b Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Mon, 17 May 2021 13:28:43 +0300 Subject: [PATCH] Update copyright (#15) -Change company name from Arm Limited to Pelion -Update years --- .../mbed-client-randlib/platform/arm_hal_random.h | 13 +++++++------ .../randlib/include/mbed-client-randlib/randLIB.h | 13 +++++++------ platform/randlib/source/randLIB.c | 13 +++++++------ platform/randlib/tests/unit/randlib/main.cpp | 2 +- .../randlib/tests/unit/randlib/randlibtest.cpp | 2 +- .../randlib/tests/unit/randlib/test_randlib.c | 2 +- .../randlib/tests/unit/randlib/test_randlib.h | 2 +- platform/randlib/tests/unit/stubs/open_stub.c | 2 +- platform/randlib/tests/unit/stubs/random_stub.c | 15 +-------------- 9 files changed, 27 insertions(+), 37 deletions(-) diff --git a/platform/randlib/include/mbed-client-randlib/platform/arm_hal_random.h b/platform/randlib/include/mbed-client-randlib/platform/arm_hal_random.h index 337486dedd6..75fd7f5709c 100644 --- a/platform/randlib/include/mbed-client-randlib/platform/arm_hal_random.h +++ b/platform/randlib/include/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/platform/randlib/include/mbed-client-randlib/randLIB.h b/platform/randlib/include/mbed-client-randlib/randLIB.h index a58af013c80..0b7def9a172 100644 --- a/platform/randlib/include/mbed-client-randlib/randLIB.h +++ b/platform/randlib/include/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/platform/randlib/source/randLIB.c b/platform/randlib/source/randLIB.c index 274e9bc39b8..ecd2aa2c597 100644 --- a/platform/randlib/source/randLIB.c +++ b/platform/randlib/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/platform/randlib/tests/unit/randlib/main.cpp b/platform/randlib/tests/unit/randlib/main.cpp index b8f54925aee..55bfbfe6c76 100644 --- a/platform/randlib/tests/unit/randlib/main.cpp +++ b/platform/randlib/tests/unit/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/platform/randlib/tests/unit/randlib/randlibtest.cpp b/platform/randlib/tests/unit/randlib/randlibtest.cpp index 1a9d1f9c073..9812c6b570a 100644 --- a/platform/randlib/tests/unit/randlib/randlibtest.cpp +++ b/platform/randlib/tests/unit/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/platform/randlib/tests/unit/randlib/test_randlib.c b/platform/randlib/tests/unit/randlib/test_randlib.c index cc87ccb02e1..737ef1dcbfe 100644 --- a/platform/randlib/tests/unit/randlib/test_randlib.c +++ b/platform/randlib/tests/unit/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/platform/randlib/tests/unit/randlib/test_randlib.h b/platform/randlib/tests/unit/randlib/test_randlib.h index eaea37b7136..089de9dcc6f 100644 --- a/platform/randlib/tests/unit/randlib/test_randlib.h +++ b/platform/randlib/tests/unit/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/platform/randlib/tests/unit/stubs/open_stub.c b/platform/randlib/tests/unit/stubs/open_stub.c index c57a44a02a0..453b0ae8b45 100644 --- a/platform/randlib/tests/unit/stubs/open_stub.c +++ b/platform/randlib/tests/unit/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/platform/randlib/tests/unit/stubs/random_stub.c b/platform/randlib/tests/unit/stubs/random_stub.c index 5d5a37c4c51..da520a67eb0 100644 --- a/platform/randlib/tests/unit/stubs/random_stub.c +++ b/platform/randlib/tests/unit/stubs/random_stub.c @@ -1,18 +1,5 @@ /* - * Copyright (c) 2016 ARM Limited. All rights reserved. - * 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. - * You may obtain a copy of the License at - * - * 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. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2016, 2018, 2021, Pelion and affiliates. */ #include "ns_types.h"