SPDX: tag forgotten files
This commit is contained in:
parent
05468016a1
commit
b44091b4e3
12
ci/umount.sh
12
ci/umount.sh
@ -1,4 +1,16 @@
|
|||||||
#! /bin/sh
|
#! /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
|
# This is an "unmount" script that tries to unmount whatever
|
||||||
# filesystems Calamares might have left mounted (e.g. because of
|
# filesystems Calamares might have left mounted (e.g. because of
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
|
<author>
|
||||||
|
SPDX-FileCopyrightText: 2021 Artem Grinev <agrinev@manjaro.org>
|
||||||
|
SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
</author>
|
||||||
<class>ErrorDialog</class>
|
<class>ErrorDialog</class>
|
||||||
<widget class="QDialog" name="ErrorDialog">
|
<widget class="QDialog" name="ErrorDialog">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: no
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
#
|
||||||
# We have tests to exercise some of the module internals.
|
# We have tests to exercise some of the module internals.
|
||||||
# Those tests conventionally live in Python files here in the tests/ directory. Add them.
|
# Those tests conventionally live in Python files here in the tests/ directory. Add them.
|
||||||
add_test(
|
add_test(
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: no
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
#
|
||||||
# Calamares Boilerplate
|
# Calamares Boilerplate
|
||||||
import libcalamares
|
import libcalamares
|
||||||
libcalamares.globalstorage = libcalamares.GlobalStorage(None)
|
libcalamares.globalstorage = libcalamares.GlobalStorage(None)
|
||||||
|
Loading…
Reference in New Issue
Block a user