From 08eb1e3f94ec4a893b7ebd45b230eea23fef2a98 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Thu, 23 Jul 2020 14:13:14 +0100 Subject: [PATCH] CMake: fix missing copyright --- CMakeLists.txt | 1 + cmake/app.cmake | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 317406cd90..0f6b877e59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ +# Copyright (c) 2020 ARM Limited. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # This is not the application cmake, only boilerplate for Mbed OS diff --git a/cmake/app.cmake b/cmake/app.cmake index cd7ee4e9b4..32e41ecd05 100644 --- a/cmake/app.cmake +++ b/cmake/app.cmake @@ -1,3 +1,4 @@ +# Copyright (c) 2020 ARM Limited. All rights reserved. # SPDX-License-Identifier: Apache-2.0 include(.mbedbuild/mbed_config.cmake)