From 6217c3d550cc8d677793b3bd5c80e2a1b3ce3bac Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 14 Jun 2022 10:58:23 +0100 Subject: IVGCVSW-7024 Add missing license info for reuse lint Signed-off-by: Jim Flynn Change-Id: I97dee6982e0a7be01c13e9e803c0997547a39ff1 --- cmake/AddDllCopyCommands.cmake | 4 ++++ cmake/ArmnnConfig.cmake.in | 4 ++++ cmake/Utils.cmake | 5 +++++ 3 files changed, 13 insertions(+) (limited to 'cmake') diff --git a/cmake/AddDllCopyCommands.cmake b/cmake/AddDllCopyCommands.cmake index 671bc7d97f..525eec4c68 100644 --- a/cmake/AddDllCopyCommands.cmake +++ b/cmake/AddDllCopyCommands.cmake @@ -1,3 +1,7 @@ +# +# Copyright © 2018-2021 Arm Ltd and Contributors. All rights reserved. +# SPDX-License-Identifier: MIT +# macro (addDllCopyCommand target sourceDebug sourceRelease) add_custom_command(TARGET ${target} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_if_different diff --git a/cmake/ArmnnConfig.cmake.in b/cmake/ArmnnConfig.cmake.in index e608f86b6a..dfa89d5863 100644 --- a/cmake/ArmnnConfig.cmake.in +++ b/cmake/ArmnnConfig.cmake.in @@ -1,3 +1,7 @@ +# +# Copyright © 2020 Arm Ltd and Contributors. All rights reserved. +# SPDX-License-Identifier: MIT +# get_filename_component(ARMNN_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" DIRECTORY) set(ARMNN_CONFIG_FILE ${CMAKE_CURRENT_LIST_FILE}) diff --git a/cmake/Utils.cmake b/cmake/Utils.cmake index 3a9d93a15c..b1cdd4c7ea 100644 --- a/cmake/Utils.cmake +++ b/cmake/Utils.cmake @@ -1,3 +1,8 @@ +# +# Copyright © 2018 Arm Ltd and Contributors. All rights reserved. +# SPDX-License-Identifier: MIT +# + # Function which creates appropriate "source groups" (filter folders in Visual Studio) for the given list of source files function(createSourceGroups source1) set(sources ${source1} ${ARGN}) -- cgit v1.2.1