Skip to content

Commit 3e13493

Browse files
Merge pull request #520 from nextcloud/docs/noid/license-identifier
Use SPDX license identifier
2 parents 88cfdbd + 7edbcc5 commit 3e13493

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<summary>Request your data from the admins</summary>
1111
<description><![CDATA[Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrators will be notified by email about the request.]]></description>
1212
<version>5.2.0-dev.0</version>
13-
<licence>agpl</licence>
13+
<licence>AGPL-3.0-or-later</licence>
1414
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
1515
<namespace>DataRequest</namespace>
1616
<category>tools</category>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextcloud/data_request",
3-
"license": "AGPL",
3+
"license": "AGPL-3.0-or-later",
44
"config": {
55
"optimize-autoloader": true,
66
"classmap-authoritative": true,

0 commit comments

Comments
 (0)