Skip to content

Commit e98fe07

Browse files
committed
fix(docs): update license examples
Signed-off-by: Edward Ly <[email protected]>
1 parent 8d7f88a commit e98fe07

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/api/restapi.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -361,15 +361,15 @@ This route will return all releases to display inside Nextcloud's apps admin are
361361
"grep"
362362
],
363363
"phpVersionSpec": ">=5.6.0",
364-
"platformVersionSpec": ">=9.0.0 <9.2.0",
364+
"platformVersionSpec": ">=31.0.0 <33.0.0",
365365
"rawPhpVersionSpec": ">=5.6",
366-
"rawPlatformVersionSpec": ">=10 <=10",
366+
"rawPlatformVersionSpec": ">=31 <=32",
367367
"minIntSize": 64,
368368
"isNightly": false,
369369
"download": "https://github.com/owncloud/news/releases/download/8.8.0/news.tar.gz",
370370
"created": "2016-06-25T16:08:56.796646Z",
371371
"licenses": [
372-
"agpl"
372+
"AGPL-3.0-or-later"
373373
],
374374
"lastModified": "2016-06-25T16:49:25.319425Z",
375375
"signature": "909377e1a695bbaa415c10ae087ae1cc48e88066d20a5a7a8beed149e9fad3d5",
@@ -572,15 +572,15 @@ This route will return all releases to display inside Nextcloud's apps admin are
572572
"grep"
573573
],
574574
"phpVersionSpec": ">=5.6.0",
575-
"platformVersionSpec": ">=9.0.0 <9.2.0",
575+
"platformVersionSpec": ">=31.0.0 <33.0.0",
576576
"rawPhpVersionSpec": ">=5.6",
577-
"rawPlatformVersionSpec": ">=10 <=10",
577+
"rawPlatformVersionSpec": ">=31 <=32",
578578
"minIntSize": 64,
579579
"isNightly": false,
580580
"download": "https://github.com/owncloud/news/releases/download/8.8.0/news.tar.gz",
581581
"created": "2016-06-25T16:08:56.796646Z",
582582
"licenses": [
583-
"agpl"
583+
"AGPL-3.0-or-later"
584584
],
585585
"lastModified": "2016-06-25T16:49:25.319425Z",
586586
"signature": "909377e1a695bbaa415c10ae087ae1cc48e88066d20a5a7a8beed149e9fad3d5",

docs/developer.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ A minimum valid **info.xml** would look like this:
173173
<summary>An RSS/Atom feed reader</summary>
174174
<description>An RSS/Atom feed reader</description>
175175
<version>8.8.2</version>
176-
<licence>agpl</licence>
176+
<licence>AGPL-3.0-or-later</licence>
177177
<author>Bernhard Posselt</author>
178178
<category>multimedia</category>
179179
<bugs>https://github.com/nextcloud/news/issues</bugs>
180180
<dependencies>
181-
<nextcloud min-version="10"/>
181+
<nextcloud min-version="31"/>
182182
</dependencies>
183183
</info>
184184
@@ -196,7 +196,7 @@ A full blown example would look like this (needs to be utf-8 encoded):
196196
<description lang="en"># Description\nAn RSS/Atom feed reader</description>
197197
<description lang="de"><![CDATA[# Beschreibung\nEine Nachrichten App, welche mit [RSS/Atom](https://en.wikipedia.org/wiki/RSS) umgehen kann]]></description>
198198
<version>8.8.2</version>
199-
<licence>agpl</licence>
199+
<licence>AGPL-3.0-or-later</licence>
200200
<author mail="[email protected]" homepage="http://example.com">Bernhard Posselt</author>
201201
<author>Alessandro Cosentino</author>
202202
<author>Jan-Christoph Borchardt</author>
@@ -226,7 +226,7 @@ A full blown example would look like this (needs to be utf-8 encoded):
226226
<lib>curl</lib>
227227
<lib>SimpleXML</lib>
228228
<lib>iconv</lib>
229-
<nextcloud min-version="9" max-version="10"/>
229+
<nextcloud min-version="31" max-version="32"/>
230230
</dependencies>
231231
<background-jobs>
232232
<job>OCA\DAV\CardDAV\Sync\SyncJob</job>

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ usability.
77

88
The basic ideas that form the foundation of the store include:
99

10-
* Be free and open: The App Store is available under the AGPLv3 or later which offers a strong copyleft so developers can profit from changes made in other versions
10+
* Be free and open: The App Store is available under the AGPL-3.0-or-later license which offers strong copyleft so developers can profit from changes made in other versions
1111

1212
* Be easy to use: The App Store should be easy to use and be built in a way that users can quickly discover the most loved apps. Registration should be as easy as possible and connect users and developers by using e.g. GitHub or BitBucket logins
1313

0 commit comments

Comments
 (0)