mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +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
|
# 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
|
||||||
|
|
||||||
|
@ -43,6 +43,7 @@ path = [
|
|||||||
"**/*.gitignore",
|
"**/*.gitignore",
|
||||||
"**/*.gitmodules",
|
"**/*.gitmodules",
|
||||||
"**/*.gitattributes",
|
"**/*.gitattributes",
|
||||||
|
"**/*.dockerignore",
|
||||||
# Configuration files
|
# Configuration files
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".vscode/**/*.json",
|
".vscode/**/*.json",
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2025 Pagefault Games
|
||||||
|
|
||||||
|
SPDX-License-Identifier: CC-BY-NC-SA-4.0
|
||||||
|
-->
|
||||||
# Using Podman
|
# Using Podman
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user