Skip to content

Commit ccb65f8

Browse files
author
Mika Tervonen
authored
Change year 2017 to copyright (ARMmbed#68)
1 parent 76490a7 commit ccb65f8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+53
-53
lines changed

coap-service/coap_service_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-2016 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

run_unit_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2015 ARM Limited. All rights reserved.
2+
# Copyright (c) 2015-2017 ARM Limited. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
# Licensed under the Apache License, Version 2.0 (the License); you may
55
# not use this file except in compliance with the License.

source/coap_connection_handler.c

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

55
#include <string.h>

source/coap_message_handler.c

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

55
#include <string.h>

source/coap_security_handler.c

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

55
#include <string.h>

source/coap_service_api.c

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

55

source/include/coap_connection_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

source/include/coap_message_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-2016 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

source/include/coap_security_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-2016 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/coap_connection_handler/coap_connection_handlertest.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-2017 ARM. All rights reserved.
33
*/
44
#include "CppUTest/TestHarness.h"
55
#include "test_coap_connection_handler.h"

test/coap-service/unittest/coap_connection_handler/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-2017 ARM. All rights reserved.
33
*/
44

55
#include "CppUTest/CommandLineTestRunner.h"

test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.c

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

test/coap-service/unittest/coap_connection_handler/test_coap_connection_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/coap_message_handler/coap_message_handlertest.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-2017 ARM. All rights reserved.
33
*/
44
#include "CppUTest/TestHarness.h"
55
#include "test_coap_message_handler.h"

test/coap-service/unittest/coap_message_handler/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-2017 ARM. All rights reserved.
33
*/
44

55
#include "CppUTest/CommandLineTestRunner.h"

test/coap-service/unittest/coap_message_handler/test_coap_message_handler.c

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

test/coap-service/unittest/coap_message_handler/test_coap_message_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/coap_security_handler/coap_security_handlertest.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-2017 ARM. All rights reserved.
33
*/
44
#include "CppUTest/TestHarness.h"
55
#include "test_coap_security_handler.h"

test/coap-service/unittest/coap_security_handler/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-2017 ARM. All rights reserved.
33
*/
44

55
#include "CppUTest/CommandLineTestRunner.h"

test/coap-service/unittest/coap_security_handler/test_coap_security_handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-2016 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*/
44
#include "test_coap_security_handler.h"
55
#include "coap_security_handler.h"

test/coap-service/unittest/coap_security_handler/test_coap_security_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/coap_service_api/coap_service_apitest.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-2017 ARM. All rights reserved.
33
*/
44
#include "CppUTest/TestHarness.h"
55
#include "test_coap_service_api.h"

test/coap-service/unittest/coap_service_api/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-2017 ARM. All rights reserved.
33
*/
44

55
#include "CppUTest/CommandLineTestRunner.h"

test/coap-service/unittest/coap_service_api/test_coap_service_api.c

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

test/coap-service/unittest/coap_service_api/test_coap_service_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/coap_connection_handler_stub.c

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

55
#include <string.h>

test/coap-service/unittest/stub/coap_connection_handler_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/coap_message_handler_stub.c

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

55
#include "coap_message_handler_stub.h"

test/coap-service/unittest/stub/coap_message_handler_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/coap_security_handler_stub.c

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

55
#include <string.h>

test/coap-service/unittest/stub/coap_security_handler_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015-2016 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/coap_service_api_stub.c

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

55
#include <string.h>

test/coap-service/unittest/stub/eventOS_event_stub.c

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

55
#include <string.h>

test/coap-service/unittest/stub/eventOS_event_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/mbed_trace_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2015 ARM Limited. All rights reserved.
2+
* Copyright (c) 2014-2017 ARM Limited. All rights reserved.
33
* SPDX-License-Identifier: Apache-2.0
44
* Licensed under the Apache License, Version 2.0 (the License); you may
55
* not use this file except in compliance with the License.

test/coap-service/unittest/stub/mbedtls_stub.c

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

55
#include "mbedtls_stub.h"

test/coap-service/unittest/stub/mbedtls_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/ns_list_stub.c

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

55
#define NS_LIST_FN extern

test/coap-service/unittest/stub/ns_timer_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2014-2017 ARM Limited. All Rights Reserved.
33
*/
44
#include "ns_types.h"
55
#include "ns_list.h"

test/coap-service/unittest/stub/ns_timer_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/nsdynmemLIB_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2014-2017 ARM Limited. All Rights Reserved.
33
*/
44
#include "nsdynmemLIB_stub.h"
55
#include <stdint.h>

test/coap-service/unittest/stub/nsdynmemLIB_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/randLIB_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2014-2017 ARM Limited. All Rights Reserved.
33
*/
44
#include <stdint.h>
55
#include <stdlib.h>

test/coap-service/unittest/stub/sn_coap_builder_stub.c

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

55
/**

test/coap-service/unittest/stub/sn_coap_builder_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/sn_coap_parser_stub.c

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

55
/**

test/coap-service/unittest/stub/sn_coap_parser_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/sn_coap_protocol_stub.c

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

55

test/coap-service/unittest/stub/sn_coap_protocol_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/socket_api_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*/
44
#include "socket_api.h"
55
#include "socket_api_stub.h"

test/coap-service/unittest/stub/socket_api_stub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2015-2017 ARM Limited. All Rights Reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

test/coap-service/unittest/stub/system_timer_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2015 ARM Limited. All Rights Reserved.
2+
* Copyright (c) 2014-2017 ARM Limited. All Rights Reserved.
33
*/
44
#include "ns_types.h"
55
#include "timer_sys.h"

xsl_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2015 ARM Limited. All rights reserved.
3+
# Copyright (c) 2015-2017 ARM Limited. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
55
# Licensed under the Apache License, Version 2.0 (the License); you may
66
# not use this file except in compliance with the License.

0 commit comments

Comments
 (0)