From 1303e143e6cd224855c4efdf0b8a1376e33daf6a Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Fri, 9 Nov 2018 12:12:06 +0000 Subject: [PATCH] events: add spdx license --- events/Event.h | 1 + events/EventQueue.cpp | 1 + events/EventQueue.h | 1 + events/mbed_events.h | 1 + 4 files changed, 4 insertions(+) diff --git a/events/Event.h b/events/Event.h index dd0d8e6cf3..a8a2ff6234 100644 --- a/events/Event.h +++ b/events/Event.h @@ -1,5 +1,6 @@ /* events * Copyright (c) 2016 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. diff --git a/events/EventQueue.cpp b/events/EventQueue.cpp index f04917c4ef..3cd89a6b23 100644 --- a/events/EventQueue.cpp +++ b/events/EventQueue.cpp @@ -1,5 +1,6 @@ /* events * Copyright (c) 2016 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. diff --git a/events/EventQueue.h b/events/EventQueue.h index 02d3d31da1..c5d7ef1f55 100644 --- a/events/EventQueue.h +++ b/events/EventQueue.h @@ -1,5 +1,6 @@ /* events * Copyright (c) 2016 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. diff --git a/events/mbed_events.h b/events/mbed_events.h index 341bf16087..466b82bb17 100644 --- a/events/mbed_events.h +++ b/events/mbed_events.h @@ -3,6 +3,7 @@ /** @{*/ /* events * Copyright (c) 2016 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.