From b44091b4e30c413b61d4d27649f0b4e14c31e11a Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 15 Mar 2022 14:59:05 +0100 Subject: [PATCH] SPDX: tag forgotten files --- ci/umount.sh | 12 ++++++++++++ src/libcalamaresui/widgets/ErrorDialog.ui | 4 ++++ src/modules/bootloader/tests/CMakeTests.txt | 3 +++ .../bootloader/tests/test-bootloader-efiname.py | 3 +++ 4 files changed, 22 insertions(+) diff --git a/ci/umount.sh b/ci/umount.sh index 400b0e115..a895e374f 100755 --- a/ci/umount.sh +++ b/ci/umount.sh @@ -1,4 +1,16 @@ #! /bin/sh + +### LICENSE +# === This file is part of Calamares - === +# +# SPDX-FileCopyrightText: 2022 Adriaan de Groot +# 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 diff --git a/src/libcalamaresui/widgets/ErrorDialog.ui b/src/libcalamaresui/widgets/ErrorDialog.ui index cb480034e..edc9eb1a0 100644 --- a/src/libcalamaresui/widgets/ErrorDialog.ui +++ b/src/libcalamaresui/widgets/ErrorDialog.ui @@ -1,5 +1,9 @@ + +SPDX-FileCopyrightText: 2021 Artem Grinev <agrinev@manjaro.org> +SPDX-License-Identifier: GPL-3.0-or-later + ErrorDialog diff --git a/src/modules/bootloader/tests/CMakeTests.txt b/src/modules/bootloader/tests/CMakeTests.txt index 5b16d5009..e13529258 100644 --- a/src/modules/bootloader/tests/CMakeTests.txt +++ b/src/modules/bootloader/tests/CMakeTests.txt @@ -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( diff --git a/src/modules/bootloader/tests/test-bootloader-efiname.py b/src/modules/bootloader/tests/test-bootloader-efiname.py index 67cb91747..8957733ca 100644 --- a/src/modules/bootloader/tests/test-bootloader-efiname.py +++ b/src/modules/bootloader/tests/test-bootloader-efiname.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# # Calamares Boilerplate import libcalamares libcalamares.globalstorage = libcalamares.GlobalStorage(None)