-
Notifications
You must be signed in to change notification settings - Fork 136
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
More detailed licensing information #1274
Comments
I was about to create a similar issue, the license field currently does not allow distinguishing @bigcat88 What do you think about moving to SPDX identifiers only and keeping the old values for compatibility? I don't think there is a way to really deprecate an enum value, but it should be removed eventually. |
To make the transition simple, we can:
or
|
I think there is confusion about this: (BTW I would also love to see SPDX identifiers for license 😅 ) |
Exactly, this is about the appinfo.xml <license> element |
It would be helpful to include more detailed licensing information for all apps: E.g., AGPL-3.0-only or AGPL-3.0-or-later is a difference (I used spdx license codes, here).
See NixOS/nixpkgs@c317dce for an example where this creates problems. In NixOS, the purpose is to package the apps so that Nextcloud can be declaratively configured and automatically deployed with particular apps.
The text was updated successfully, but these errors were encountered: