Skip to content

Commit b25e976

Browse files
committed
fix(docs): add version info regarding license ID support
Matches the change made by @AndyScherzinger in nextcloud/documentation#12490 Signed-off-by: Edward Ly <[email protected]>
1 parent 3560d00 commit b25e976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ version
336336
licence
337337
* required
338338
* can occur multiple times with different licenses
339-
* must contain one of the following licenses (see the `SPDX License List <https://spdx.org/licenses/>`_ for details):
339+
* must contain one of the following licenses (for apps targeting v31 or higher, see the `SPDX License List <https://spdx.org/licenses/>`_ for details):
340340

341341
* **AGPL-3.0-only**
342342
* **AGPL-3.0-or-later**
@@ -346,7 +346,7 @@ licence
346346
* **MIT**
347347
* **MPL-2.0**
348348

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

351351
* **agpl** (AGPL-3.0)
352352
* **apache** (Apache-2.0)

0 commit comments

Comments
 (0)