Lore Jam quest: Add SPDX license headers to dialogue files - #2624
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request addresses REUSE/SPDX lint failures by adding standard SPDX license headers to the dialogue assets for Lore Quest 004 (Mythical Meadows), unblocking the licensing-related work referenced in #2606.
Changes:
- Added
SPDX-FileCopyrightTextheaders to each affected.dialoguefile. - Added
SPDX-License-Identifier: MPL-2.0headers to each affected.dialoguefile. - Removed a now-redundant in-file TODO line from
noria.dialoguewhile adding the header.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scenes/quests/lore_quests/quest_004/03_the_fading_woman/willomena_3.dialogue | Adds SPDX license header. |
| scenes/quests/lore_quests/quest_004/03_the_fading_woman/willomena_2.dialogue | Adds SPDX license header. |
| scenes/quests/lore_quests/quest_004/03_the_fading_woman/willomena_1.dialogue | Adds SPDX license header. |
| scenes/quests/lore_quests/quest_004/03_the_fading_woman/page_1.dialogue | Adds SPDX license header. |
| scenes/quests/lore_quests/quest_004/02_caretaker_of_growth/sable_intro.dialogue | Adds SPDX license header. |
| scenes/quests/lore_quests/quest_004/02_caretaker_of_growth/sable_farewell.dialogue | Adds SPDX license header. |
| scenes/quests/lore_quests/quest_004/01_dream_threshold/noria.dialogue | Adds SPDX license header; removes redundant TODO line. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the missing SPDX-FileCopyrightText / SPDX-License-Identifier headers to the 7 .dialogue files in quest_004 (Mythical Meadows), resolving the reuse lint failures that were blocking #2606 .