Add license info to new files added by docker PR

This commit is contained in:
Sirz Benjie 2025-09-15 14:30:15 -05:00
parent 17a5cb9fef
commit 41be5a85a4
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
3 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,8 @@
# syntax=docker/dockerfile:1 # 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 NODE_VERSION=22.14
ARG OS=alpine ARG OS=alpine

View File

@ -43,6 +43,7 @@ path = [
"**/*.gitignore", "**/*.gitignore",
"**/*.gitmodules", "**/*.gitmodules",
"**/*.gitattributes", "**/*.gitattributes",
"**/*.dockerignore",
# Configuration files # Configuration files
".editorconfig", ".editorconfig",
".vscode/**/*.json", ".vscode/**/*.json",

View File

@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: 2025 Pagefault Games
SPDX-License-Identifier: CC-BY-NC-SA-4.0
-->
# Using Podman # Using Podman
## Requirements ## Requirements