Skip to content

Commit

Permalink
feat: add licenses by SPDX identifier, mark shorthand aliases as depr…
Browse files Browse the repository at this point in the history
…ecated.

matching the app store change at nextcloud/appstore#1560

Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Jan 8, 2025
1 parent c28fceb commit 4d3fbc6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/app-info-shipped.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
9 changes: 9 additions & 0 deletions resources/app-info.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 4d3fbc6

Please sign in to comment.