Remove licenses used only by public before linting with reuse

This commit is contained in:
Sirz Benjie 2025-09-15 14:11:08 -05:00
parent 16efa0e886
commit 17a5cb9fef
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
2 changed files with 3 additions and 2 deletions

View File

@ -68,6 +68,7 @@ jobs:
# NOTE: This step *must* run last, as it deletes files in `public/` # 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 # Files in public/ do not yet have full licensing information, so remove them before checking for reuse compliance
- name: Prepare for reuse compliance - name: Prepare for reuse compliance
run: rm -rf public/* run: rm -rf public/* LICENSES/LicenseRef-*
- name: Check for reuse compliance - name: Check for reuse compliance
uses: fsfe/reuse-action@v5 uses: fsfe/reuse-action@v5

View File

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