[displaymanager] SPDX tags for tests

This commit is contained in:
Adriaan de Groot 2021-11-19 12:53:42 +01:00
parent 46c59be541
commit bcd8ebd614
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# We have tests to load (some) of the DMs specifically, to test their # We have tests to load (some) of the DMs specifically, to test their
# configuration code. Those tests conventionally live in Python # configuration code. Those tests conventionally live in Python
# files here in the tests/ directory. Add them. # files here in the tests/ directory. Add them.

View File

@ -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)

View File

@ -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)