mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 06:53:27 +02:00
Add license info to new files added by docker PR
This commit is contained in:
parent
17a5cb9fef
commit
41be5a85a4
@ -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
|
||||
|
||||
|
@ -43,6 +43,7 @@ path = [
|
||||
"**/*.gitignore",
|
||||
"**/*.gitmodules",
|
||||
"**/*.gitattributes",
|
||||
"**/*.dockerignore",
|
||||
# Configuration files
|
||||
".editorconfig",
|
||||
".vscode/**/*.json",
|
||||
|
@ -1,3 +1,8 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2025 Pagefault Games
|
||||
|
||||
SPDX-License-Identifier: CC-BY-NC-SA-4.0
|
||||
-->
|
||||
# Using Podman
|
||||
|
||||
## Requirements
|
||||
|
Loading…
Reference in New Issue
Block a user