summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-11 17:18:11 +0100
committerLouis Chemineau <louis@chmn.me>2022-01-11 17:26:40 +0100
commit14e57bf70a612c16eccdd733b3562d46053419c5 (patch)
treedf8365dd8ef8991668fb9428b019e50e02507685 /core
parentbc47234e6be441c5b525448c088ac57bcc1fe4ae (diff)
downloadnextcloud-server-14e57bf70a612c16eccdd733b3562d46053419c5.tar.gz
nextcloud-server-14e57bf70a612c16eccdd733b3562d46053419c5.zip
Replace license information to SPDX expression
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'core')
-rw-r--r--core/js/public/publicpage.js2
-rw-r--r--core/js/tests/specs/contactsmenuSpec.js2
-rw-r--r--core/src/OC/admin.js2
-rw-r--r--core/src/OC/appconfig.js2
-rw-r--r--core/src/OC/apps.js2
-rw-r--r--core/src/OC/appsettings.js2
-rw-r--r--core/src/OC/appswebroots.js2
-rw-r--r--core/src/OC/backbone-webdav.js2
-rw-r--r--core/src/OC/backbone.js2
-rw-r--r--core/src/OC/capabilities.js2
-rw-r--r--core/src/OC/config.js2
-rw-r--r--core/src/OC/constants.js2
-rw-r--r--core/src/OC/contactsmenu.js2
-rw-r--r--core/src/OC/currentuser.js2
-rw-r--r--core/src/OC/debug.js2
-rw-r--r--core/src/OC/dialogs.js2
-rw-r--r--core/src/OC/eventsource.js2
-rw-r--r--core/src/OC/get_set.js2
-rw-r--r--core/src/OC/host.js2
-rw-r--r--core/src/OC/index.js2
-rw-r--r--core/src/OC/l10n-registry.js2
-rw-r--r--core/src/OC/l10n.js2
-rw-r--r--core/src/OC/legacy-loader.js2
-rw-r--r--core/src/OC/menu.js2
-rw-r--r--core/src/OC/msg.js2
-rw-r--r--core/src/OC/navigation.js2
-rw-r--r--core/src/OC/notification.js2
-rw-r--r--core/src/OC/password-confirmation.js2
-rw-r--r--core/src/OC/plugins.js2
-rw-r--r--core/src/OC/query-string.js2
-rw-r--r--core/src/OC/requesttoken.js2
-rw-r--r--core/src/OC/routing.js2
-rw-r--r--core/src/OC/theme.js2
-rw-r--r--core/src/OC/util-history.js2
-rw-r--r--core/src/OC/util.js2
-rw-r--r--core/src/OC/webroot.js2
-rw-r--r--core/src/OC/xhr-error.js2
-rw-r--r--core/src/OCA/index.js2
-rw-r--r--core/src/OCA/search.js2
-rw-r--r--core/src/OCP/appconfig.js2
-rw-r--r--core/src/OCP/collaboration.js2
-rw-r--r--core/src/OCP/comments.js2
-rw-r--r--core/src/OCP/index.js2
-rw-r--r--core/src/OCP/loader.js2
-rw-r--r--core/src/OCP/toast.js2
-rw-r--r--core/src/OCP/whatsnew.js2
-rw-r--r--core/src/Polyfill/closest.js2
-rw-r--r--core/src/Polyfill/console.js2
-rw-r--r--core/src/Polyfill/index.js2
-rw-r--r--core/src/Polyfill/tooltip.js2
-rw-r--r--core/src/Polyfill/windows-phone.js2
-rw-r--r--core/src/Util/get-url-parameter.js2
-rw-r--r--core/src/components/ContactsMenu.js2
-rw-r--r--core/src/components/MainMenu.js2
-rw-r--r--core/src/components/UserMenu.js2
-rw-r--r--core/src/files/client.js2
-rw-r--r--core/src/files/fileinfo.js2
-rw-r--r--core/src/globals.js2
-rw-r--r--core/src/init.js2
-rw-r--r--core/src/install.js2
-rw-r--r--core/src/jquery/avatar.js2
-rw-r--r--core/src/jquery/contactsmenu.js2
-rw-r--r--core/src/jquery/exists.js2
-rw-r--r--core/src/jquery/filterattr.js2
-rw-r--r--core/src/jquery/index.js2
-rw-r--r--core/src/jquery/ocdialog.js2
-rw-r--r--core/src/jquery/octemplate.js2
-rw-r--r--core/src/jquery/placeholder.js2
-rw-r--r--core/src/jquery/requesttoken.js2
-rw-r--r--core/src/jquery/selectrange.js2
-rw-r--r--core/src/jquery/showpassword.js2
-rw-r--r--core/src/jquery/ui-fixes.js2
-rw-r--r--core/src/logger.js2
-rw-r--r--core/src/login.js2
-rw-r--r--core/src/main.js2
-rw-r--r--core/src/maintenance.js2
-rw-r--r--core/src/mixins/Nextcloud.js2
-rw-r--r--core/src/profile.js2
-rw-r--r--core/src/recommendedapps.js2
-rw-r--r--core/src/services/UnifiedSearchService.js2
-rw-r--r--core/src/services/WebAuthnAuthenticationService.js2
-rw-r--r--core/src/session-heartbeat.js2
-rw-r--r--core/src/systemtags/merged-systemtags.js2
-rw-r--r--core/src/systemtags/systemtagmodel.js2
-rw-r--r--core/src/systemtags/systemtags.js2
-rw-r--r--core/src/systemtags/systemtagscollection.js2
-rw-r--r--core/src/systemtags/systemtagsinputfield.js2
-rw-r--r--core/src/systemtags/systemtagsmappingcollection.js2
-rw-r--r--core/src/tests/.eslintrc.js2
-rw-r--r--core/src/tests/OC/requesttoken.spec.js2
-rw-r--r--core/src/unified-search.js2
91 files changed, 91 insertions, 91 deletions
diff --git a/core/js/public/publicpage.js b/core/js/public/publicpage.js
index 7cca96e1d01..adb1c4dd2fc 100644
--- a/core/js/public/publicpage.js
+++ b/core/js/public/publicpage.js
@@ -3,7 +3,7 @@
*
* @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/js/tests/specs/contactsmenuSpec.js b/core/js/tests/specs/contactsmenuSpec.js
index 7eaf2660799..dba8a5580d0 100644
--- a/core/js/tests/specs/contactsmenuSpec.js
+++ b/core/js/tests/specs/contactsmenuSpec.js
@@ -5,7 +5,7 @@
*
* @author 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/admin.js b/core/src/OC/admin.js
index 3472cb2184a..5c939415266 100644
--- a/core/src/OC/admin.js
+++ b/core/src/OC/admin.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/appconfig.js b/core/src/OC/appconfig.js
index cf70d7b1262..4b03f8db5fb 100644
--- a/core/src/OC/appconfig.js
+++ b/core/src/OC/appconfig.js
@@ -8,7 +8,7 @@
* @author Robin Appelman <robin@icewind.nl>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/apps.js b/core/src/OC/apps.js
index 89b7b10247e..bbda177409e 100644
--- a/core/src/OC/apps.js
+++ b/core/src/OC/apps.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/appsettings.js b/core/src/OC/appsettings.js
index f8e419cb15b..a81708ca461 100644
--- a/core/src/OC/appsettings.js
+++ b/core/src/OC/appsettings.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/appswebroots.js b/core/src/OC/appswebroots.js
index 9a7a24c2aa3..ec2420eeed5 100644
--- a/core/src/OC/appswebroots.js
+++ b/core/src/OC/appswebroots.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/backbone-webdav.js b/core/src/OC/backbone-webdav.js
index d7d5c5bf434..ab234e22005 100644
--- a/core/src/OC/backbone-webdav.js
+++ b/core/src/OC/backbone-webdav.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/backbone.js b/core/src/OC/backbone.js
index 23dca847a44..17ef1c87109 100644
--- a/core/src/OC/backbone.js
+++ b/core/src/OC/backbone.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/capabilities.js b/core/src/OC/capabilities.js
index 38d1e4eb72a..c7df9b4f3d1 100644
--- a/core/src/OC/capabilities.js
+++ b/core/src/OC/capabilities.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/config.js b/core/src/OC/config.js
index 46188e5dea3..702105a4836 100644
--- a/core/src/OC/config.js
+++ b/core/src/OC/config.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/constants.js b/core/src/OC/constants.js
index 300380ce90f..f2ba7bf7a97 100644
--- a/core/src/OC/constants.js
+++ b/core/src/OC/constants.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/contactsmenu.js b/core/src/OC/contactsmenu.js
index 8cb8e808417..7e1586aeead 100644
--- a/core/src/OC/contactsmenu.js
+++ b/core/src/OC/contactsmenu.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/currentuser.js b/core/src/OC/currentuser.js
index b6dc900b6f3..c6e8a8ee62c 100644
--- a/core/src/OC/currentuser.js
+++ b/core/src/OC/currentuser.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/debug.js b/core/src/OC/debug.js
index ec52e470ef4..25a6eae9597 100644
--- a/core/src/OC/debug.js
+++ b/core/src/OC/debug.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/dialogs.js b/core/src/OC/dialogs.js
index 8423677e832..b1d0e24c076 100644
--- a/core/src/OC/dialogs.js
+++ b/core/src/OC/dialogs.js
@@ -26,7 +26,7 @@
* @author Thomas Tanghus <thomas@tanghus.net>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/eventsource.js b/core/src/OC/eventsource.js
index b4b719d0dd4..0a0a150cd78 100644
--- a/core/src/OC/eventsource.js
+++ b/core/src/OC/eventsource.js
@@ -9,7 +9,7 @@
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/get_set.js b/core/src/OC/get_set.js
index 082cef67ca8..32f202ad35b 100644
--- a/core/src/OC/get_set.js
+++ b/core/src/OC/get_set.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/host.js b/core/src/OC/host.js
index e4c43f5014e..31f13d01a7f 100644
--- a/core/src/OC/host.js
+++ b/core/src/OC/host.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/index.js b/core/src/OC/index.js
index ed0f6ce185b..5267e2491f4 100644
--- a/core/src/OC/index.js
+++ b/core/src/OC/index.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/l10n-registry.js b/core/src/OC/l10n-registry.js
index b2579fd67cf..9e542b1aa8c 100644
--- a/core/src/OC/l10n-registry.js
+++ b/core/src/OC/l10n-registry.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/l10n.js b/core/src/OC/l10n.js
index 9cbad9a7d44..38dcf7f765e 100644
--- a/core/src/OC/l10n.js
+++ b/core/src/OC/l10n.js
@@ -11,7 +11,7 @@
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/legacy-loader.js b/core/src/OC/legacy-loader.js
index 66687cf4de9..e5bbac8f3a0 100644
--- a/core/src/OC/legacy-loader.js
+++ b/core/src/OC/legacy-loader.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/menu.js b/core/src/OC/menu.js
index 74d1b179ea8..93de943b37e 100644
--- a/core/src/OC/menu.js
+++ b/core/src/OC/menu.js
@@ -5,7 +5,7 @@
* @author Daniel Calviño Sánchez <danxuliu@gmail.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/msg.js b/core/src/OC/msg.js
index 861fe2b9086..ef6f9ec0f09 100644
--- a/core/src/OC/msg.js
+++ b/core/src/OC/msg.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author rakekniven <mark.ziegler@rakekniven.de>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/navigation.js b/core/src/OC/navigation.js
index 4c72e9e71db..2102c37b3f5 100644
--- a/core/src/OC/navigation.js
+++ b/core/src/OC/navigation.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/notification.js b/core/src/OC/notification.js
index f8c8feccd3c..949df6a519c 100644
--- a/core/src/OC/notification.js
+++ b/core/src/OC/notification.js
@@ -8,7 +8,7 @@
* @author Julius Härtl <jus@bitgrid.net>
* @author npmbuildbot[bot] "npmbuildbot[bot]@users.noreply.github.com"
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/password-confirmation.js b/core/src/OC/password-confirmation.js
index e387de74ae3..4aa643c19fb 100644
--- a/core/src/OC/password-confirmation.js
+++ b/core/src/OC/password-confirmation.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/plugins.js b/core/src/OC/plugins.js
index b9221481aa5..4425c118589 100644
--- a/core/src/OC/plugins.js
+++ b/core/src/OC/plugins.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/query-string.js b/core/src/OC/query-string.js
index b61f84c7a6b..8d56eb70705 100644
--- a/core/src/OC/query-string.js
+++ b/core/src/OC/query-string.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/requesttoken.js b/core/src/OC/requesttoken.js
index f532b6f19d6..eba15e88e08 100644
--- a/core/src/OC/requesttoken.js
+++ b/core/src/OC/requesttoken.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/routing.js b/core/src/OC/routing.js
index b978d92c500..8752aa3883e 100644
--- a/core/src/OC/routing.js
+++ b/core/src/OC/routing.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/theme.js b/core/src/OC/theme.js
index 1af0f721475..b7fcfd8ce4d 100644
--- a/core/src/OC/theme.js
+++ b/core/src/OC/theme.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/util-history.js b/core/src/OC/util-history.js
index 64d15997ecc..a7398b4a2fc 100644
--- a/core/src/OC/util-history.js
+++ b/core/src/OC/util-history.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/util.js b/core/src/OC/util.js
index e93b1aca615..e1a2f8f0687 100644
--- a/core/src/OC/util.js
+++ b/core/src/OC/util.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/webroot.js b/core/src/OC/webroot.js
index 41752bc0c78..f5d063d6b50 100644
--- a/core/src/OC/webroot.js
+++ b/core/src/OC/webroot.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OC/xhr-error.js b/core/src/OC/xhr-error.js
index 3bf31e649e8..990340a1fda 100644
--- a/core/src/OC/xhr-error.js
+++ b/core/src/OC/xhr-error.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCA/index.js b/core/src/OCA/index.js
index 1db47ba0d31..1fde0dc5918 100644
--- a/core/src/OCA/index.js
+++ b/core/src/OCA/index.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCA/search.js b/core/src/OCA/search.js
index 909ec28480f..10b629a0cf3 100644
--- a/core/src/OCA/search.js
+++ b/core/src/OCA/search.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCP/appconfig.js b/core/src/OCP/appconfig.js
index 600f63581d3..57e13048fe0 100644
--- a/core/src/OCP/appconfig.js
+++ b/core/src/OCP/appconfig.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCP/collaboration.js b/core/src/OCP/collaboration.js
index aae0c943f37..2e49cebe9f1 100644
--- a/core/src/OCP/collaboration.js
+++ b/core/src/OCP/collaboration.js
@@ -4,7 +4,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCP/comments.js b/core/src/OCP/comments.js
index dadc9531235..ed7ac67a073 100644
--- a/core/src/OCP/comments.js
+++ b/core/src/OCP/comments.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCP/index.js b/core/src/OCP/index.js
index cb524a2be70..a6a5fe3e127 100644
--- a/core/src/OCP/index.js
+++ b/core/src/OCP/index.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCP/loader.js b/core/src/OCP/loader.js
index 354475b7fc1..6e58208a849 100644
--- a/core/src/OCP/loader.js
+++ b/core/src/OCP/loader.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCP/toast.js b/core/src/OCP/toast.js
index ad1c572e0a1..40c46aa8f51 100644
--- a/core/src/OCP/toast.js
+++ b/core/src/OCP/toast.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/OCP/whatsnew.js b/core/src/OCP/whatsnew.js
index 043951c3a1e..aafe1740e0d 100644
--- a/core/src/OCP/whatsnew.js
+++ b/core/src/OCP/whatsnew.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/Polyfill/closest.js b/core/src/Polyfill/closest.js
index 059f981e973..68751fad38c 100644
--- a/core/src/Polyfill/closest.js
+++ b/core/src/Polyfill/closest.js
@@ -3,7 +3,7 @@
*
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/Polyfill/console.js b/core/src/Polyfill/console.js
index 0659cd6dc42..be3aca1a9b3 100644
--- a/core/src/Polyfill/console.js
+++ b/core/src/Polyfill/console.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/Polyfill/index.js b/core/src/Polyfill/index.js
index 57a1f516695..34af68ef262 100644
--- a/core/src/Polyfill/index.js
+++ b/core/src/Polyfill/index.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/Polyfill/tooltip.js b/core/src/Polyfill/tooltip.js
index a5a1416521b..452cb30305b 100644
--- a/core/src/Polyfill/tooltip.js
+++ b/core/src/Polyfill/tooltip.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/Polyfill/windows-phone.js b/core/src/Polyfill/windows-phone.js
index 6bb01888c43..27b45d701c6 100644
--- a/core/src/Polyfill/windows-phone.js
+++ b/core/src/Polyfill/windows-phone.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/Util/get-url-parameter.js b/core/src/Util/get-url-parameter.js
index ebe4f9d78e3..00fa66a9eb3 100644
--- a/core/src/Util/get-url-parameter.js
+++ b/core/src/Util/get-url-parameter.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/components/ContactsMenu.js b/core/src/components/ContactsMenu.js
index a2e09341067..cf031331a50 100644
--- a/core/src/components/ContactsMenu.js
+++ b/core/src/components/ContactsMenu.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/components/MainMenu.js b/core/src/components/MainMenu.js
index 3b5aa19245e..3b7fef6afca 100644
--- a/core/src/components/MainMenu.js
+++ b/core/src/components/MainMenu.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/components/UserMenu.js b/core/src/components/UserMenu.js
index aaecec546b9..ef80eb1e338 100644
--- a/core/src/components/UserMenu.js
+++ b/core/src/components/UserMenu.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/files/client.js b/core/src/files/client.js
index 9c39096ac69..630e9fb98ad 100644
--- a/core/src/files/client.js
+++ b/core/src/files/client.js
@@ -13,7 +13,7 @@
* @author Vincent Petry <vincent@nextcloud.com>
* @author Vinicius Cubas Brand <vinicius@eita.org.br>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/files/fileinfo.js b/core/src/files/fileinfo.js
index 936c3c0331b..ea49e8c1447 100644
--- a/core/src/files/fileinfo.js
+++ b/core/src/files/fileinfo.js
@@ -6,7 +6,7 @@
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/globals.js b/core/src/globals.js
index 9c8f305f39a..59343511bee 100644
--- a/core/src/globals.js
+++ b/core/src/globals.js
@@ -6,7 +6,7 @@
* @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/init.js b/core/src/init.js
index 077d18efd27..07cc5c87542 100644
--- a/core/src/init.js
+++ b/core/src/init.js
@@ -7,7 +7,7 @@
* @author nacho <nacho@ownyourbits.com>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/install.js b/core/src/install.js
index a8d3ed7afc0..51358e6f70d 100644
--- a/core/src/install.js
+++ b/core/src/install.js
@@ -5,7 +5,7 @@
* @author Julius Härtl <jus@bitgrid.net>
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/avatar.js b/core/src/jquery/avatar.js
index 3849af3b359..12fcc7264ae 100644
--- a/core/src/jquery/avatar.js
+++ b/core/src/jquery/avatar.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/contactsmenu.js b/core/src/jquery/contactsmenu.js
index ed05d4602a7..85a5c280d34 100644
--- a/core/src/jquery/contactsmenu.js
+++ b/core/src/jquery/contactsmenu.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/exists.js b/core/src/jquery/exists.js
index 0cd0cb0053c..0f545cc8107 100644
--- a/core/src/jquery/exists.js
+++ b/core/src/jquery/exists.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/filterattr.js b/core/src/jquery/filterattr.js
index f6b4d8063d3..44aad5b8ea2 100644
--- a/core/src/jquery/filterattr.js
+++ b/core/src/jquery/filterattr.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/index.js b/core/src/jquery/index.js
index c8ab1a7f673..305b038ce37 100644
--- a/core/src/jquery/index.js
+++ b/core/src/jquery/index.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/ocdialog.js b/core/src/jquery/ocdialog.js
index 14abd5aa666..4148c16e92b 100644
--- a/core/src/jquery/ocdialog.js
+++ b/core/src/jquery/ocdialog.js
@@ -6,7 +6,7 @@
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/octemplate.js b/core/src/jquery/octemplate.js
index fb818f5ac7c..7bf9f8dcb19 100644
--- a/core/src/jquery/octemplate.js
+++ b/core/src/jquery/octemplate.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/placeholder.js b/core/src/jquery/placeholder.js
index 001e71f102c..03647059131 100644
--- a/core/src/jquery/placeholder.js
+++ b/core/src/jquery/placeholder.js
@@ -7,7 +7,7 @@
* @author Julius Härtl <jus@bitgrid.net>
* @author Sergey Shliakhov <husband.sergey@gmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/requesttoken.js b/core/src/jquery/requesttoken.js
index 65d4ac01a48..07524966994 100644
--- a/core/src/jquery/requesttoken.js
+++ b/core/src/jquery/requesttoken.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/selectrange.js b/core/src/jquery/selectrange.js
index e35ca85b497..713fd1edf8d 100644
--- a/core/src/jquery/selectrange.js
+++ b/core/src/jquery/selectrange.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/showpassword.js b/core/src/jquery/showpassword.js
index 2681619efad..a00a57cc867 100644
--- a/core/src/jquery/showpassword.js
+++ b/core/src/jquery/showpassword.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/jquery/ui-fixes.js b/core/src/jquery/ui-fixes.js
index 39da7084e44..ab4235d9b53 100644
--- a/core/src/jquery/ui-fixes.js
+++ b/core/src/jquery/ui-fixes.js
@@ -4,7 +4,7 @@
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/logger.js b/core/src/logger.js
index edf2e35e2b7..593cc071850 100644
--- a/core/src/logger.js
+++ b/core/src/logger.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/login.js b/core/src/login.js
index 13f6bfb86c9..6757c5e7bdd 100644
--- a/core/src/login.js
+++ b/core/src/login.js
@@ -6,7 +6,7 @@
* @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/main.js b/core/src/main.js
index 25316952866..f9d89327a6a 100644
--- a/core/src/main.js
+++ b/core/src/main.js
@@ -6,7 +6,7 @@
* @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/maintenance.js b/core/src/maintenance.js
index b49fcd8d83c..3c13a45894c 100644
--- a/core/src/maintenance.js
+++ b/core/src/maintenance.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/mixins/Nextcloud.js b/core/src/mixins/Nextcloud.js
index d1307f90e8e..7fda65d3d9d 100644
--- a/core/src/mixins/Nextcloud.js
+++ b/core/src/mixins/Nextcloud.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/profile.js b/core/src/profile.js
index 4e99a11b0e2..b1e58a2b467 100644
--- a/core/src/profile.js
+++ b/core/src/profile.js
@@ -3,7 +3,7 @@
*
* @author Christopher Ng <chrng8@gmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/recommendedapps.js b/core/src/recommendedapps.js
index 31d0e5c932c..89e8b930827 100644
--- a/core/src/recommendedapps.js
+++ b/core/src/recommendedapps.js
@@ -3,7 +3,7 @@
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/services/UnifiedSearchService.js b/core/src/services/UnifiedSearchService.js
index 32567ba6377..85526adffa2 100644
--- a/core/src/services/UnifiedSearchService.js
+++ b/core/src/services/UnifiedSearchService.js
@@ -6,7 +6,7 @@
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/services/WebAuthnAuthenticationService.js b/core/src/services/WebAuthnAuthenticationService.js
index 7773aa7dad1..3eabceef5e4 100644
--- a/core/src/services/WebAuthnAuthenticationService.js
+++ b/core/src/services/WebAuthnAuthenticationService.js
@@ -3,7 +3,7 @@
*
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/session-heartbeat.js b/core/src/session-heartbeat.js
index 3dc6792f522..4a15d7d2de9 100644
--- a/core/src/session-heartbeat.js
+++ b/core/src/session-heartbeat.js
@@ -6,7 +6,7 @@
* @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/systemtags/merged-systemtags.js b/core/src/systemtags/merged-systemtags.js
index 1dc8be0ae62..87b0a7da378 100644
--- a/core/src/systemtags/merged-systemtags.js
+++ b/core/src/systemtags/merged-systemtags.js
@@ -3,7 +3,7 @@
*
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/systemtags/systemtagmodel.js b/core/src/systemtags/systemtagmodel.js
index 588d6a26fc2..72f2d6f0915 100644
--- a/core/src/systemtags/systemtagmodel.js
+++ b/core/src/systemtags/systemtagmodel.js
@@ -6,7 +6,7 @@
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/systemtags/systemtags.js b/core/src/systemtags/systemtags.js
index 6254941296c..91ace6b3425 100644
--- a/core/src/systemtags/systemtags.js
+++ b/core/src/systemtags/systemtags.js
@@ -7,7 +7,7 @@
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/systemtags/systemtagscollection.js b/core/src/systemtags/systemtagscollection.js
index 74517cf43ec..685eb65182a 100644
--- a/core/src/systemtags/systemtagscollection.js
+++ b/core/src/systemtags/systemtagscollection.js
@@ -4,7 +4,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/systemtags/systemtagsinputfield.js b/core/src/systemtags/systemtagsinputfield.js
index f9470c0e54e..e1bbf5a34c6 100644
--- a/core/src/systemtags/systemtagsinputfield.js
+++ b/core/src/systemtags/systemtagsinputfield.js
@@ -6,7 +6,7 @@
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/systemtags/systemtagsmappingcollection.js b/core/src/systemtags/systemtagsmappingcollection.js
index 61186ec0c4d..f7e9e9cfe40 100644
--- a/core/src/systemtags/systemtagsmappingcollection.js
+++ b/core/src/systemtags/systemtagsmappingcollection.js
@@ -5,7 +5,7 @@
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Petry <vincent@nextcloud.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/tests/.eslintrc.js b/core/src/tests/.eslintrc.js
index 1559824cbcd..b44ea2c697d 100644
--- a/core/src/tests/.eslintrc.js
+++ b/core/src/tests/.eslintrc.js
@@ -3,7 +3,7 @@
*
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/tests/OC/requesttoken.spec.js b/core/src/tests/OC/requesttoken.spec.js
index fb550a93ebe..741dc65746b 100644
--- a/core/src/tests/OC/requesttoken.spec.js
+++ b/core/src/tests/OC/requesttoken.spec.js
@@ -5,7 +5,7 @@
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author François Freitag <mail@franek.fr>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/core/src/unified-search.js b/core/src/unified-search.js
index 91db8b34dd0..cc390c0d6e7 100644
--- a/core/src/unified-search.js
+++ b/core/src/unified-search.js
@@ -3,7 +3,7 @@
*
* @author John Molakvoæ <skjnldsv@protonmail.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as