Skip to content

Commit 8740e2f

Browse files
author
Arto Kinnunen
committed
Merge commit '443e126118ee4c34aef2ddd218b76d7776f1b875' into nanostack_release_13_0
* commit '443e126118ee4c34aef2ddd218b76d7776f1b875': Squashed 'features/frameworks/mbed-client-randlib/' changes from bec82e21f0..cf3936f074
2 parents eae31b3 + 443e126 commit 8740e2f

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)