diff --git a/package-lock.json b/package-lock.json index 4d368b157e..89ed98fd5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@nextcloud/vue", "version": "9.0.0-alpha.3", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "dependencies": { "@ckpack/vue-color": "^1.5.0", "@floating-ui/dom": "^1.6.5", diff --git a/package.json b/package.json index 754242a3be..641de403ea 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "homepage": "https://github.com/nextcloud-libraries/nextcloud-vue", "bugs": "https://github.com/nextcloud-libraries/nextcloud-vue/issues", "author": "John Molakvoæ (skjnldsv) ", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "type": "module", "scripts": { "build": "vite build --mode production ",