feat: add licenses by SPDX identifier, mark shorthand aliases as deprecated.

matching the app store change at https://github.com/nextcloud/appstore/pull/1560

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
pull/50085/head
Andy Scherzinger 4 months ago
parent c28fceb5d5
commit 4d3fbc6091
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
  1. 9
      resources/app-info-shipped.xsd
  2. 9
      resources/app-info.xsd

@ -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"/>

@ -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"/>

Loading…
Cancel
Save