Replies: 1 comment 1 reply
-
@akauppi right now we just believe whatever GitHub says, we don't have any plans to do something more advanced than that. However you're not the first person to ask so I've filed an issue for us to eventually add the ability to have a human review the license and override our API check: #222 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really like the way Dev Library uses the GitHub APIs for enquiring a project's license.
However, sometimes one has licenses that don't quite fit the model. A repo I'm going to file is MIT licensed, except its graphic art which I expect people to replace with their own.
How would you file this?
I already use Git submodules in the repo, so am thinking of making a submodule just for the artwork. That submodule has its own LICENSE but this allows me to declare the repo itself as a generic MIT text, and boom - GitHub and Dev Library should be pleased.
Beta Was this translation helpful? Give feedback.
All reactions