Skip to content

Commit d080c7e

Browse files
add SPDX identifier
1 parent 559d6af commit d080c7e

12 files changed

+24
-0
lines changed

features/FEATURE_BLE/ble/generic/FileSecurityDb.h

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

features/FEATURE_BLE/ble/generic/GenericGap.h

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

features/FEATURE_BLE/ble/generic/GenericGattClient.h

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

features/FEATURE_BLE/ble/generic/GenericSecurityManager.h

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

features/FEATURE_BLE/ble/generic/KVStoreSecurityDb.h

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

features/FEATURE_BLE/ble/generic/MemorySecurityDb.h

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

features/FEATURE_BLE/ble/generic/SecurityDb.h

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

features/FEATURE_BLE/source/generic/FileSecurityDb.cpp

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

features/FEATURE_BLE/source/generic/GenericGap.tpp

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

features/FEATURE_BLE/source/generic/GenericGattClient.tpp

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

features/FEATURE_BLE/source/generic/GenericSecurityManager.tpp

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

features/FEATURE_BLE/source/generic/KVStoreSecurityDb.cpp

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

0 commit comments

Comments
 (0)