diff --git a/appinfo/info.xml b/appinfo/info.xml index 1f5781a1..e0b67dd2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ Allow your users to temporary lock their files to avoid conflicts while working ]]> 35.0.0-dev.0 - agpl + AGPL-3.0-or-later Maxence Lange FilesLock diff --git a/composer.json b/composer.json index 876aedca..5472857e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "nextcloud/files_lock", - "license": "AGPL", + "license": "AGPL-3.0-or-later", "require-dev": { "phpunit/phpunit": "^9.5", "nextcloud/coding-standard": "^1.2"