summaryrefslogtreecommitdiffstats
path: root/core/src/OC
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/src/OC
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/src/OC')
-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
35 files changed, 35 insertions, 35 deletions
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