diff --git a/.gitignore b/.gitignore index a129a64..db362ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 KUNBUS GmbH +# +# SPDX-License-Identifier: GPL-2.0-or-later + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d2b258..f046b1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 KUNBUS GmbH +# +# SPDX-License-Identifier: GPL-2.0-or-later + default: tags: - self-hosted diff --git a/MANIFEST.in b/MANIFEST.in index b730d6b..02357d5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 KUNBUS GmbH +# +# SPDX-License-Identifier: GPL-2.0-or-later + recursive-include .reuse * recursive-include data * recursive-include LICENSES * diff --git a/Makefile b/Makefile index 11fe831..639ef37 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 KUNBUS GmbH +# +# SPDX-License-Identifier: GPL-2.0-or-later + SHELL := bash MAKEFLAGS = --no-print-directory --no-builtin-rules .DEFAULT_GOAL = all diff --git a/README.md b/README.md index 0353e2a..9c7dea3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + # Middleware for Revolution Pi This middleware will support D-Bus as IPC interface. diff --git a/pyproject.toml b/pyproject.toml index aa4949a..d382e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,6 @@ +# SPDX-FileCopyrightText: 2025 KUNBUS GmbH +# +# SPDX-License-Identifier: GPL-2.0-or-later + [tool.black] line-length = 100 diff --git a/requirements.txt b/requirements.txt index dfb0971..77dadc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 KUNBUS GmbH +# +# SPDX-License-Identifier: GPL-2.0-or-later + # Build dependencies pip-licenses Pyinstaller