From 02ecc4608a09cf55a9b8606cb6880d881ab426ff Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Sat, 19 Aug 2023 13:53:28 +0100 Subject: [PATCH] Add SPDX tags to get_cpm.cmake to comply with MIT (#496) Add [SPDX][1] licensing/copyright tags to the `get_cpm.cmake` script, so that anybody that copies the `get_cpm.cmake` script into their repo (following the instructions in the README.md) will automatically comply with CPM's MIT license. [1]: https://spdx.dev/ --- cmake/get_cpm.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmake/get_cpm.cmake b/cmake/get_cpm.cmake index ed160de..94f6931 100644 --- a/cmake/get_cpm.cmake +++ b/cmake/get_cpm.cmake @@ -1,3 +1,7 @@ +# SPDX-License-Identifier: MIT +# +# SPDX-FileCopyrightText: Copyright (c) 2019-2022 Lars Melchior and contributors + set(CPM_DOWNLOAD_VERSION 1.0.0-development-version) if(CPM_SOURCE_CACHE)