REUSE: (BSD-2-Clause) CMakeModules/

The intended license for the CMake modules is BSD-2-Clause;
there's no desire to restrict what can be done with these,
and CMake modules are generally 2-clause licensed.
This commit is contained in:
Adriaan de Groot 2020-08-26 00:24:40 +02:00
parent 6851f25d69
commit 31d0b5b194
16 changed files with 100 additions and 24 deletions

View file

@ -1,3 +1,10 @@
# === This file is part of Calamares - <https://github.com/calamares> ===
#
# SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
#
###
#
# Try to identify the current development source version.
set(CMAKE_VERSION_SOURCE "")
if(EXISTS ${CMAKE_SOURCE_DIR}/.git/HEAD)