Skip to content

Commit

Permalink
fix(docs): add version info regarding license ID support
Browse files Browse the repository at this point in the history
Matches the change made by @AndyScherzinger in nextcloud/documentation#12490

Signed-off-by: Edward Ly <[email protected]>
  • Loading branch information
edward-ly committed Jan 22, 2025
1 parent 3560d00 commit b25e976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ version
licence
* required
* can occur multiple times with different licenses
* must contain one of the following licenses (see the `SPDX License List <https://spdx.org/licenses/>`_ for details):
* must contain one of the following licenses (for apps targeting v31 or higher, see the `SPDX License List <https://spdx.org/licenses/>`_ for details):

* **AGPL-3.0-only**
* **AGPL-3.0-or-later**
Expand All @@ -346,7 +346,7 @@ licence
* **MIT**
* **MPL-2.0**

* (deprecated) the following shorthand aliases are also used:
* (deprecated, for apps targeting v30 or lower) the following shorthand aliases are also used:

* **agpl** (AGPL-3.0)
* **apache** (Apache-2.0)
Expand Down

0 comments on commit b25e976

Please sign in to comment.