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"

0 commit comments

Comments
 (0)