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
Add proprietary-license URL type? #107
Comments
|
I think the idea here was to use LicenseRef-free=http://some-url.com -- does that work in gnome-software? |
|
Ok, I see that should work for Free Software, but what about Proprietary Software? The GNOME Software solution is nice, but maybe this should really be done officially in appstream itself. If there's enough of a demand for custom Free licenses, then maybe my proposed URL type could be |
|
I think providing yet another way to specify a license is going to make it confusing for free software. I'd certainly accept a patch to add support for |
|
@hughsie Looks like SPDX doesn't have an explicit solution for this... But Including the license text directly or having some kind of directive to include an external |
|
For what it's worth, we're using the |
I wrote an appstream file for Steam. I added
<project_license>LicenseRef-proprietary</project_license>but I'd like to point to the actual license too.What do you think about adding a
proprietary-licenseURL type? GNOME Software could then use that URL to override the defaultLicense Proprietary > More informationpopup link.On the other hand, it doesn't have to be a URL if there was a way I could include the license text directly.
The text was updated successfully, but these errors were encountered: