SPDX: tag forgotten files

This commit is contained in:
Adriaan de Groot 2022-03-15 14:59:05 +01:00
parent 05468016a1
commit b44091b4e3
4 changed files with 22 additions and 0 deletions

View File

@ -1,4 +1,16 @@
#! /bin/sh
### LICENSE
# === This file is part of Calamares - <https://calamares.io> ===
#
# SPDX-FileCopyrightText: 2022 Adriaan de Groot <groot@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
#
# This file is Free Software: you can redistribute it and/or modify
# it under the terms of the 2-clause BSD License.
#
### END LICENSE
#
# This is an "unmount" script that tries to unmount whatever
# filesystems Calamares might have left mounted (e.g. because of

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>
SPDX-FileCopyrightText: 2021 Artem Grinev &lt;agrinev@manjaro.org&gt;
SPDX-License-Identifier: GPL-3.0-or-later
</author>
<class>ErrorDialog</class>
<widget class="QDialog" name="ErrorDialog">
<property name="geometry">

View File

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# We have tests to exercise some of the module internals.
# Those tests conventionally live in Python files here in the tests/ directory. Add them.
add_test(

View File

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Calamares Boilerplate
import libcalamares
libcalamares.globalstorage = libcalamares.GlobalStorage(None)