mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-12-15 00:00:21 -05:00
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/
This commit is contained in:
parent
4608688d85
commit
02ecc4608a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user