Skip to content

Commit

Permalink
Add SPDX tags to get_cpm.cmake to comply with MIT (#496)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
aloisklink authored Aug 19, 2023
1 parent 4608688 commit 02ecc46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/get_cpm.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 02ecc46

Please sign in to comment.