aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/service
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 /apps/settings/src/service
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 'apps/settings/src/service')
-rw-r--r--apps/settings/src/service/PersonalInfo/EmailService.js2
-rw-r--r--apps/settings/src/service/PersonalInfo/PersonalInfoService.js2
-rw-r--r--apps/settings/src/service/ProfileService.js2
-rw-r--r--apps/settings/src/service/WebAuthnRegistrationSerice.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/settings/src/service/PersonalInfo/EmailService.js b/apps/settings/src/service/PersonalInfo/EmailService.js
index 477fff7fa62..017c0518f60 100644
--- a/apps/settings/src/service/PersonalInfo/EmailService.js
+++ b/apps/settings/src/service/PersonalInfo/EmailService.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/apps/settings/src/service/PersonalInfo/PersonalInfoService.js b/apps/settings/src/service/PersonalInfo/PersonalInfoService.js
index 31124c15987..da86414da00 100644
--- a/apps/settings/src/service/PersonalInfo/PersonalInfoService.js
+++ b/apps/settings/src/service/PersonalInfo/PersonalInfoService.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/apps/settings/src/service/ProfileService.js b/apps/settings/src/service/ProfileService.js
index 15300155bbc..ca84316c655 100644
--- a/apps/settings/src/service/ProfileService.js
+++ b/apps/settings/src/service/ProfileService.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/apps/settings/src/service/WebAuthnRegistrationSerice.js b/apps/settings/src/service/WebAuthnRegistrationSerice.js
index d009c5eac67..185dbd8cf28 100644
--- a/apps/settings/src/service/WebAuthnRegistrationSerice.js
+++ b/apps/settings/src/service/WebAuthnRegistrationSerice.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