mirror of https://github.com/cutefishos/calamares
REUSE: (BSD-2-Clause) all CMakeLists
The build instructions are not that interesting, it's a toss-up between CC0 and BSD-2, but because other CMake bits are BSD-2-Clause, apply that to more CMakeLists. The copyright date isn't all that accurate, but these are just inconsequential files. While here, tidy up and get rid of some useless intermediates.main
parent
965bc3b0b4
commit
95ceb1e8c7
@ -1 +1,10 @@
|
||||
# === This file is part of Calamares - <https://github.com/calamares> ===
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
#
|
||||
|
||||
# Add branding components. Since there is only one, called "default",
|
||||
# add that one. For examples of other branding components, see
|
||||
# the calamares-extensions repository.
|
||||
calamares_add_branding_subdirectory( default )
|
||||
|
@ -1 +0,0 @@
|
||||
add_subdirectory( calamares )
|
Loading…
Reference in New Issue