Skip to content

Commit 3d06720

Browse files
docs: Use SPDX license identifier
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 64e49f1 commit 3d06720

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
@@ -14,7 +14,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
1414
]]>
1515
</description>
1616
<version>35.0.0-dev.0</version>
17-
<licence>agpl</licence>
17+
<licence>AGPL-3.0-or-later</licence>
1818
<author>Maxence Lange</author>
1919
<namespace>FilesLock</namespace>
2020
<types>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextcloud/files_lock",
3-
"license": "AGPL",
3+
"license": "AGPL-3.0-or-later",
44
"require-dev": {
55
"phpunit/phpunit": "^9.5",
66
"nextcloud/coding-standard": "^1.2"

0 commit comments

Comments
 (0)