Skip to content

Commit 02ecc46

Browse files
authored
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/
1 parent 4608688 commit 02ecc46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/get_cpm.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: MIT
2+
#
3+
# SPDX-FileCopyrightText: Copyright (c) 2019-2022 Lars Melchior and contributors
4+
15
set(CPM_DOWNLOAD_VERSION 1.0.0-development-version)
26

37
if(CPM_SOURCE_CACHE)

0 commit comments

Comments
 (0)