mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-24 18:49:16 +01:00
25 lines
557 B
TOML
25 lines
557 B
TOML
# SPDX-FileCopyrightText: 2024-2025 Pagefault Games
|
|
# SPDX-FileContributor: SirzBenjie
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
version = 1
|
|
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"workflows/**/*.yml",
|
|
"actions/**/*.yml",
|
|
"ISSUE_TEMPLATE/**/*.yml",
|
|
"FUNDING.yml",
|
|
"CODEOWNERS",
|
|
]
|
|
SPDX-FileCopyrightText = "2024-2025 Pagefault Games"
|
|
SPDX-License-Identifier = "AGPL-3.0-only"
|
|
|
|
# All markdown files are CC-BY-NC-SA-4.0
|
|
[[annotations]]
|
|
path = "**/*.md"
|
|
SPDX-FileCopyrightText = "2024-2025 Pagefault Games"
|
|
SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
|