From 81b6e5ff17311867475daa3062a786e6d2e8e5a8 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:17:43 -0500 Subject: [PATCH] chore: update license info --- public/REUSE.toml | 17 +++++++++++++---- public/images/REUSE.toml | 14 +------------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/public/REUSE.toml b/public/REUSE.toml index 55f54bf3a1d..3368bea452f 100644 --- a/public/REUSE.toml +++ b/public/REUSE.toml @@ -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" diff --git a/public/images/REUSE.toml b/public/images/REUSE.toml index ab94a60ab6e..f4c15b46357 100644 --- a/public/images/REUSE.toml +++ b/public/images/REUSE.toml @@ -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"] \ No newline at end of file