Skip to content
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 licenses by SPDX identifier, mark shorthand aliases as deprecated #50085

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

AndyScherzinger
Copy link
Member

@AndyScherzinger AndyScherzinger commented Jan 8, 2025

matching the app store change at nextcloud/appstore#1560

What puzzles me a bit is that the app store has:

<xs:enumeration value="agpl"/>
<xs:enumeration value="mit"/>
<xs:enumeration value="mpl"/>
<xs:enumeration value="apache"/>
<xs:enumeration value="gpl3"/>

While the server has less values:

<xs:enumeration value="agpl"/>
<xs:enumeration value="mpl"/>
<xs:enumeration value="apache"/>

while the app store list is fine in terms of license compatibility

Summary

TODO

  • get feedback / review on the change

Checklist

…ecated.

matching the app store change at nextcloud/appstore#1560

Signed-off-by: Andy Scherzinger <[email protected]>
@blizzz blizzz mentioned this pull request Jan 8, 2025
@AndyScherzinger AndyScherzinger merged commit f9b062d into master Jan 8, 2025
120 checks passed
@AndyScherzinger AndyScherzinger deleted the feat/noid/info-xml-spdx-license-ids branch January 8, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More detailed licensing information
3 participants