From d080c7e85af7dc3f013be6a7d1f5c38d7094812a Mon Sep 17 00:00:00 2001 From: Paul Szczeanek Date: Mon, 6 Jul 2020 15:06:04 +0100 Subject: [PATCH] add SPDX identifier --- features/FEATURE_BLE/ble/generic/FileSecurityDb.h | 2 ++ features/FEATURE_BLE/ble/generic/GenericGap.h | 2 ++ features/FEATURE_BLE/ble/generic/GenericGattClient.h | 2 ++ features/FEATURE_BLE/ble/generic/GenericSecurityManager.h | 2 ++ features/FEATURE_BLE/ble/generic/KVStoreSecurityDb.h | 2 ++ features/FEATURE_BLE/ble/generic/MemorySecurityDb.h | 2 ++ features/FEATURE_BLE/ble/generic/SecurityDb.h | 2 ++ features/FEATURE_BLE/source/generic/FileSecurityDb.cpp | 2 ++ features/FEATURE_BLE/source/generic/GenericGap.tpp | 2 ++ features/FEATURE_BLE/source/generic/GenericGattClient.tpp | 2 ++ features/FEATURE_BLE/source/generic/GenericSecurityManager.tpp | 2 ++ features/FEATURE_BLE/source/generic/KVStoreSecurityDb.cpp | 2 ++ 12 files changed, 24 insertions(+) diff --git a/features/FEATURE_BLE/ble/generic/FileSecurityDb.h b/features/FEATURE_BLE/ble/generic/FileSecurityDb.h index 700b8b427c..4503b497d4 100644 --- a/features/FEATURE_BLE/ble/generic/FileSecurityDb.h +++ b/features/FEATURE_BLE/ble/generic/FileSecurityDb.h @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/ble/generic/GenericGap.h b/features/FEATURE_BLE/ble/generic/GenericGap.h index 629cf5dac6..bda5dd2020 100644 --- a/features/FEATURE_BLE/ble/generic/GenericGap.h +++ b/features/FEATURE_BLE/ble/generic/GenericGap.h @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2017-2017 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/ble/generic/GenericGattClient.h b/features/FEATURE_BLE/ble/generic/GenericGattClient.h index 0966ffac86..50822aa4d5 100644 --- a/features/FEATURE_BLE/ble/generic/GenericGattClient.h +++ b/features/FEATURE_BLE/ble/generic/GenericGattClient.h @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2017-2017 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/ble/generic/GenericSecurityManager.h b/features/FEATURE_BLE/ble/generic/GenericSecurityManager.h index cc94b97b0b..3a1651b4d1 100644 --- a/features/FEATURE_BLE/ble/generic/GenericSecurityManager.h +++ b/features/FEATURE_BLE/ble/generic/GenericSecurityManager.h @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/ble/generic/KVStoreSecurityDb.h b/features/FEATURE_BLE/ble/generic/KVStoreSecurityDb.h index 2d55eba938..8ee56712b4 100644 --- a/features/FEATURE_BLE/ble/generic/KVStoreSecurityDb.h +++ b/features/FEATURE_BLE/ble/generic/KVStoreSecurityDb.h @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/ble/generic/MemorySecurityDb.h b/features/FEATURE_BLE/ble/generic/MemorySecurityDb.h index 6ae94ed01c..6978651784 100644 --- a/features/FEATURE_BLE/ble/generic/MemorySecurityDb.h +++ b/features/FEATURE_BLE/ble/generic/MemorySecurityDb.h @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/ble/generic/SecurityDb.h b/features/FEATURE_BLE/ble/generic/SecurityDb.h index 607e36347f..3cd18e2f72 100644 --- a/features/FEATURE_BLE/ble/generic/SecurityDb.h +++ b/features/FEATURE_BLE/ble/generic/SecurityDb.h @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/source/generic/FileSecurityDb.cpp b/features/FEATURE_BLE/source/generic/FileSecurityDb.cpp index 5d28f94d04..80517dd071 100644 --- a/features/FEATURE_BLE/source/generic/FileSecurityDb.cpp +++ b/features/FEATURE_BLE/source/generic/FileSecurityDb.cpp @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/source/generic/GenericGap.tpp b/features/FEATURE_BLE/source/generic/GenericGap.tpp index 2cafaf4a2b..aabfd84348 100644 --- a/features/FEATURE_BLE/source/generic/GenericGap.tpp +++ b/features/FEATURE_BLE/source/generic/GenericGap.tpp @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2017-2017 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/source/generic/GenericGattClient.tpp b/features/FEATURE_BLE/source/generic/GenericGattClient.tpp index c48b0b4c51..af4ce3cb6b 100644 --- a/features/FEATURE_BLE/source/generic/GenericGattClient.tpp +++ b/features/FEATURE_BLE/source/generic/GenericGattClient.tpp @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2017-2017 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/source/generic/GenericSecurityManager.tpp b/features/FEATURE_BLE/source/generic/GenericSecurityManager.tpp index 673651e261..6a62a2faa1 100644 --- a/features/FEATURE_BLE/source/generic/GenericSecurityManager.tpp +++ b/features/FEATURE_BLE/source/generic/GenericSecurityManager.tpp @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2017-2018 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/features/FEATURE_BLE/source/generic/KVStoreSecurityDb.cpp b/features/FEATURE_BLE/source/generic/KVStoreSecurityDb.cpp index f532ab124c..bd65446ea0 100644 --- a/features/FEATURE_BLE/source/generic/KVStoreSecurityDb.cpp +++ b/features/FEATURE_BLE/source/generic/KVStoreSecurityDb.cpp @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2018 ARM Limited * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at