From 41be5a85a4013bd708cebabf5d592afa28a65d34 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:30:15 -0500 Subject: [PATCH] Add license info to new files added by docker PR --- Dockerfile | 4 ++++ REUSE.toml | 1 + docs/podman.md | 5 +++++ 3 files changed, 10 insertions(+) diff --git a/Dockerfile b/Dockerfile index ddb865b4831..670ffc78753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,8 @@ # syntax=docker/dockerfile:1 +# SPDX-FileCopyrightText: 2025 Pagefault Games +# SPDX-FileContributor: domagoj03 +# +# SPDX-License-Identifier: AGPL-3.0-only ARG NODE_VERSION=22.14 ARG OS=alpine diff --git a/REUSE.toml b/REUSE.toml index 38d67ece007..b0a1fff7d57 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -43,6 +43,7 @@ path = [ "**/*.gitignore", "**/*.gitmodules", "**/*.gitattributes", + "**/*.dockerignore", # Configuration files ".editorconfig", ".vscode/**/*.json", diff --git a/docs/podman.md b/docs/podman.md index dea52131e92..ced4ffcde3e 100644 --- a/docs/podman.md +++ b/docs/podman.md @@ -1,3 +1,8 @@ + # Using Podman ## Requirements