Merge pull request #50085 from nextcloud/feat/noid/info-xml-spdx-license-ids

Add licenses by SPDX identifier, mark shorthand aliases as deprecated
This commit is contained in:
Andy Scherzinger 2025-01-08 19:02:21 +01:00 committed by GitHub
commit f9b062d4e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View file

@ -374,6 +374,15 @@
<xs:simpleType name="licence">
<xs:restriction base="xs:string">
<xs:enumeration value="AGPL-3.0-only"/>
<xs:enumeration value="AGPL-3.0-or-later"/>
<xs:enumeration value="Apache-2.0"/>
<xs:enumeration value="GPL-3.0-only"/>
<xs:enumeration value="GPL-3.0-or-later"/>
<xs:enumeration value="MIT"/>
<xs:enumeration value="MPL-2.0"/>
<!-- Deprecated -->
<xs:enumeration value="agpl"/>
<xs:enumeration value="mpl"/>
<xs:enumeration value="apache"/>

View file

@ -370,6 +370,15 @@
<xs:simpleType name="licence">
<xs:restriction base="xs:string">
<xs:enumeration value="AGPL-3.0-only"/>
<xs:enumeration value="AGPL-3.0-or-later"/>
<xs:enumeration value="Apache-2.0"/>
<xs:enumeration value="GPL-3.0-only"/>
<xs:enumeration value="GPL-3.0-or-later"/>
<xs:enumeration value="MIT"/>
<xs:enumeration value="MPL-2.0"/>
<!-- Deprecated -->
<xs:enumeration value="agpl"/>
<xs:enumeration value="mpl"/>
<xs:enumeration value="apache"/>