-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update Skyland gba rom #30
Open
evanbowman
wants to merge
1
commit into
gbadev-org:master
Choose a base branch
from
evanbowman:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised this passes the schema validator, to be honest :/
Anyway, if I understood correctly now the game is basically "source-available" but not open source anymore so we can simply remove the "license field"? Or maybe ad a "source-available" option for it..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I unfortunately had to change the license after dealing with issues with pirated bootleg cartridges, and licensing complaints from Steam, who do not like open source licenses that much. The MIT license, which applied to the jam version of the game, was later superseded by the GPL license, which I used until valve rejected my game submission. I would be fine with either removing the license field or labeling it as source available, let me know which you'd prefer and I'll fix my PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shit, that sucks. I'd say, for the sake of keeping this PR in scope, removing the
Open Source
tag and thelicense
field should be okay and we can merge it quickly. I can in parallel open an issue regarding changing the Schema to accomodate and expose "source-available" entries faithfully.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While it's no longer open source, the current license allows modification and redistribution, the only limitation is on selling copies of the ROM. The license is still compatible with publishing on homebrew hub :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, sure! But the entry shouldn't be listed there as "Open Source" anymore, no ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah correct! I tried to update the checksums, the license field, and the other stuff in the game.json, please let me know if there's anything I can do to fix my PR, I am happy to make any changes that you suggest!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe by github ui is glitched? I see the license field still there (which we can remove) and the "Open Source" tag still in the tags?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I'd love to have "source available" / "custom" as possible values in "license" but the schema is not ready for it and pushing the entry as "custom" license would break the frontends, which atm expect SPDX identifiers..)