mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
chore: update license info
This commit is contained in:
parent
e24ff391cc
commit
81b6e5ff17
@ -4,8 +4,7 @@
|
||||
|
||||
version = 1
|
||||
|
||||
# Considered code
|
||||
[[annotations]]
|
||||
[[annotations]] # Considered code
|
||||
path = [
|
||||
"manifest.webmanifest",
|
||||
"battle-anims/*.json", # Auto generated through our own tooling
|
||||
@ -16,9 +15,19 @@ path = [
|
||||
SPDX-FileCopyrightText = "2024-2025 Pagefault Games"
|
||||
SPDX-License-Identifier = "AGPL-3.0-only"
|
||||
|
||||
[[annotations]] # Pagefault logo should not be reused without permission as it would imply endorsement
|
||||
path = [
|
||||
"logo128.png",
|
||||
"logo512.png",
|
||||
"images/logo.png",
|
||||
"images/logo_fake.png",
|
||||
"images/intro_dark.mp4", # Note: created by Spectremint
|
||||
]
|
||||
SPDX-FileCopyrightText = "2024-2025 Pagefault Games"
|
||||
SPDX-License-Identifier = "LicenseRef-NO-REUSE"
|
||||
|
||||
# Of insigificant orignality
|
||||
[[annotations]]
|
||||
|
||||
[[annotations]] # Insigificant orignality
|
||||
path = ["exp-sprites.json", ".gitkeep"]
|
||||
SPDX-FileCopyrightText = "NONE"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
@ -2969,16 +2969,4 @@ SPDX-FileCopyrightText = "2024-2025 Pagefault Games"
|
||||
SPDX-License-Identifier = "AGPL-3.0-only"
|
||||
|
||||
[[annotations]] # CC0 for files of insignificant originality
|
||||
path = ["variant/_exp_masterlist.json", "variant/_masterlist.json"]
|
||||
|
||||
|
||||
[[annotations]] # Pagefault logo should not be reused without permission as it would imply endorsement
|
||||
path = [
|
||||
"logo128.png",
|
||||
"logo512.png",
|
||||
"images/logo.png",
|
||||
"images/logo_fake.png",
|
||||
"images/intro_dark.mp4", # Note: created by Spectremint
|
||||
]
|
||||
SPDX-FileCopyrightText = "2024-2025 Pagefault Games"
|
||||
SPDX-License-Identifier = "LicenseRef-NO-REUSE"
|
||||
path = ["variant/_exp_masterlist.json", "variant/_masterlist.json"]
|
Loading…
Reference in New Issue
Block a user