mirror of https://github.com/ARMmbed/mbed-os.git
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: cf3936f074954f01a6fbce4799fc40249ba7d2acpull/14565/head
parent
42813b3daa
commit
be1c2fe8be
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015 ARM. All rights reserved.
|
||||
* Copyright (c) 2015 ARM Limited. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "CppUTest/CommandLineTestRunner.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016 ARM. All rights reserved.
|
||||
* Copyright (c) 2016 ARM Limited. All rights reserved.
|
||||
*/
|
||||
#include "CppUTest/TestHarness.h"
|
||||
#include "test_randlib.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016 ARM. All rights reserved.
|
||||
* Copyright (c) 2016 ARM Limited. All rights reserved.
|
||||
*/
|
||||
#include "test_randlib.h"
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016 ARM. All rights reserved.
|
||||
* Copyright (c) 2016 ARM Limited. All rights reserved.
|
||||
*/
|
||||
#ifndef TEST_RANDLIB_H
|
||||
#define TEST_RANDLIB_H
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2016 ARM Limited. All rights reserved.
|
||||
*/
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016, ARM Limited, All Rights Reserved
|
||||
* Copyright (c) 2016 ARM Limited. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "ns_types.h"
|
||||
|
|
Loading…
Reference in New Issue