Merge commit '2105fb35684203e7e3416cbd9b4a52a935cd8bd4' into nanostack_rel_14_0_0

* commit '2105fb35684203e7e3416cbd9b4a52a935cd8bd4':
  Squashed 'features/frameworks/mbed-client-randlib/' changes from cf3936f074..4870f0da56
pull/14812/head
Arto Kinnunen 2021-06-22 12:38:51 +03:00
commit 447cd36a48
9 changed files with 27 additions and 24 deletions

View File

@ -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 * 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 * 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 * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an AS IS BASIS, WITHOUT * distributed under the License is distributed on an "AS IS" BASIS,
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */

View File

@ -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 * 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 * 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 * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an AS IS BASIS, WITHOUT * distributed under the License is distributed on an "AS IS" BASIS,
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */

View File

@ -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 * 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 * 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 * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an AS IS BASIS, WITHOUT * distributed under the License is distributed on an "AS IS" BASIS,
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */

View File

@ -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" #include "CppUTest/CommandLineTestRunner.h"

View File

@ -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 "CppUTest/TestHarness.h"
#include "test_randlib.h" #include "test_randlib.h"

View File

@ -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 "test_randlib.h"
#include <string.h> #include <string.h>

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016 ARM Limited. All rights reserved. * Copyright (c) 2016, 2021, Pelion and affiliates.
*/ */
#ifndef TEST_RANDLIB_H #ifndef TEST_RANDLIB_H
#define TEST_RANDLIB_H #define TEST_RANDLIB_H

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016 ARM Limited. All rights reserved. * Copyright (c) 2016, 2018, 2021, Pelion and affiliates.
*/ */
#include <stdbool.h> #include <stdbool.h>
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016 ARM Limited. All rights reserved. * Copyright (c) 2016, 2018, 2021, Pelion and affiliates.
*/ */
#include "ns_types.h" #include "ns_types.h"