chore: update license info

This commit is contained in:
Sirz Benjie 2025-09-09 12:17:43 -05:00
parent e24ff391cc
commit 81b6e5ff17
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
2 changed files with 14 additions and 17 deletions

View File

@ -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"

View File

@ -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"]