Skip to content

Commit e20e7b8

Browse files
committed
tests: fix SPDX identifiers
1 parent 2d7e1ba commit e20e7b8

File tree

10 files changed

+11
-0
lines changed

10 files changed

+11
-0
lines changed

TESTS/host_tests/crash_reporting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
22
Copyright (c) 2018 ARM Limited
3+
SPDX-License-Identifier: Apache-2.0
34
45
Licensed under the Apache License, Version 2.0 (the "License");
56
you may not use this file except in compliance with the License.

TESTS/host_tests/device_echo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
mbed SDK
33
Copyright (c) 2011-2016 ARM Limited
4+
SPDX-License-Identifier: Apache-2.
45
56
Licensed under the Apache License, Version 2.0 (the "License");
67
you may not use this file except in compliance with the License.

TESTS/host_tests/rtc_calc_auto.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
mbed SDK
33
Copyright (c) 2011-2013 ARM Limited
4+
SPDX-License-Identifier: Apache-2.
45
56
Licensed under the Apache License, Version 2.0 (the "License");
67
you may not use this file except in compliance with the License.

TESTS/host_tests/rtc_reset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
mbed SDK
33
Copyright (c) 2017-2017 ARM Limited
4+
SPDX-License-Identifier: Apache-2.0
45
56
Licensed under the Apache License, Version 2.0 (the "License");
67
you may not use this file except in compliance with the License.

TESTS/host_tests/system_reset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
22
Copyright (c) 2018 ARM Limited
3+
SPDX-License-Identifier: Apache-2.0
34
45
Licensed under the Apache License, Version 2.0 (the "License");
56
you may not use this file except in compliance with the License.

TESTS/host_tests/timing_drift_auto.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
mbed SDK
33
Copyright (c) 2011-2013 ARM Limited
4+
SPDX-License-Identifier: Apache-2.0
45
56
Licensed under the Apache License, Version 2.0 (the "License");
67
you may not use this file except in compliance with the License.

TESTS/host_tests/trng_reset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""
22
Copyright (c) 2018 ARM Limited
3+
SPDX-License-Identifier: Apache-2.
4+
35
Licensed under the Apache License, Version 2.0 (the "License");
46
you may not use this file except in compliance with the License.
57
You may obtain a copy of the License at

TESTS/host_tests/usb_device_hid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
mbed SDK
33
Copyright (c) 2019 ARM Limited
4+
SPDX-License-Identifier: Apache-2.0
45
56
Licensed under the Apache License, Version 2.0 (the "License");
67
you may not use this file except in compliance with the License.

TESTS/mbed_hal/trng/pithy/pithy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// http://github.com/johnezang/pithy
44
// Licensed under the terms of the BSD License, as specified below.
55
//
6+
// SPDX-License-Identifier: BSD-3-Clause
67

78
/*
89
Copyright (c) 2011, John Engelhart

TESTS/mbed_hal/trng/pithy/pithy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// http://github.com/johnezang/pithy
44
// Licensed under the terms of the BSD License, as specified below.
55
//
6+
// SPDX-License-Identifier: BSD-3-Clause
67

78
/*
89
Copyright (c) 2011, John Engelhart

0 commit comments

Comments
 (0)