Skip to content

Commit 6f0b6ff

Browse files
author
Arto Kinnunen
committed
Merge commit 'be1c2fe8be242e84205fd8308b81a249e8418fc8' into nanostack_release_13_0_mbedos_5_15
* commit 'be1c2fe8be242e84205fd8308b81a249e8418fc8': Squashed 'features/frameworks/mbed-client-randlib/' changes from bec82e21f0..cf3936f074
2 parents 57bb194 + be1c2fe commit 6f0b6ff

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

features/frameworks/mbed-client-randlib/test/mbed-client-randlib/unittest/randlib/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM. All rights reserved.
2+
* Copyright (c) 2015 ARM Limited. All rights reserved.
33
*/
44

55
#include "CppUTest/CommandLineTestRunner.h"

features/frameworks/mbed-client-randlib/test/mbed-client-randlib/unittest/randlib/randlibtest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 ARM. All rights reserved.
2+
* Copyright (c) 2016 ARM Limited. All rights reserved.
33
*/
44
#include "CppUTest/TestHarness.h"
55
#include "test_randlib.h"

features/frameworks/mbed-client-randlib/test/mbed-client-randlib/unittest/randlib/test_randlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 ARM. All rights reserved.
2+
* Copyright (c) 2016 ARM Limited. All rights reserved.
33
*/
44
#include "test_randlib.h"
55
#include <string.h>

features/frameworks/mbed-client-randlib/test/mbed-client-randlib/unittest/randlib/test_randlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 ARM. All rights reserved.
2+
* Copyright (c) 2016 ARM Limited. All rights reserved.
33
*/
44
#ifndef TEST_RANDLIB_H
55
#define TEST_RANDLIB_H

features/frameworks/mbed-client-randlib/test/mbed-client-randlib/unittest/stubs/open_stub.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*
2+
* Copyright (c) 2016 ARM Limited. All rights reserved.
3+
*/
14
#include <stdbool.h>
25
#include <sys/types.h>
36
#include <sys/stat.h>

features/frameworks/mbed-client-randlib/test/mbed-client-randlib/unittest/stubs/random_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, ARM Limited, All Rights Reserved
2+
* Copyright (c) 2016 ARM Limited. All rights reserved.
33
*/
44

55
#include "ns_types.h"

0 commit comments

Comments
 (0)