From 17a5cb9fef5ded8be4eac93c22b73fb8ea003f6e Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:11:08 -0500 Subject: [PATCH] Remove licenses used only by public before linting with reuse --- .github/workflows/linting.yml | 3 ++- LICENSES/LicenseRef-NO-REUSE.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4b7c7fbe276..9365c6d72af 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -68,6 +68,7 @@ jobs: # NOTE: This step *must* run last, as it deletes files in `public/` # Files in public/ do not yet have full licensing information, so remove them before checking for reuse compliance - name: Prepare for reuse compliance - run: rm -rf public/* + run: rm -rf public/* LICENSES/LicenseRef-* + - name: Check for reuse compliance uses: fsfe/reuse-action@v5 diff --git a/LICENSES/LicenseRef-NO-REUSE.txt b/LICENSES/LicenseRef-NO-REUSE.txt index 60a0a261958..7acbac98a9f 100644 --- a/LICENSES/LicenseRef-NO-REUSE.txt +++ b/LICENSES/LicenseRef-NO-REUSE.txt @@ -1 +1 @@ -All rights reserved. No reuse, modification, or redistribution is permitted without explicit permission, excluding uses to access or provide access to PokéRogue. \ No newline at end of file +All rights reserved. No reuse, modification, or redistribution is permitted without explicit permission, excluding uses to access, provide access to, or directly refer to PokéRogue. \ No newline at end of file