Squashed 'features/frameworks/mbed-client-randlib/' changes from bec82e21f0..cf3936f074

cf3936f074 Update license text in test files. (#14)

git-subtree-dir: features/frameworks/mbed-client-randlib
git-subtree-split: cf3936f074954f01a6fbce4799fc40249ba7d2ac
pull/14565/head
Arto Kinnunen 2021-04-20 11:29:49 +03:00
parent 42813b3daa
commit be1c2fe8be
6 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015 ARM. All rights reserved. * Copyright (c) 2015 ARM Limited. All rights reserved.
*/ */
#include "CppUTest/CommandLineTestRunner.h" #include "CppUTest/CommandLineTestRunner.h"

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016 ARM. All rights reserved. * Copyright (c) 2016 ARM Limited. All rights reserved.
*/ */
#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. All rights reserved. * Copyright (c) 2016 ARM Limited. All rights reserved.
*/ */
#include "test_randlib.h" #include "test_randlib.h"
#include <string.h> #include <string.h>

View File

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

View File

@ -1,3 +1,6 @@
/*
* Copyright (c) 2016 ARM Limited. All rights reserved.
*/
#include <stdbool.h> #include <stdbool.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016, ARM Limited, All Rights Reserved * Copyright (c) 2016 ARM Limited. All rights reserved.
*/ */
#include "ns_types.h" #include "ns_types.h"