Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-07-08 11:17:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-07-08 11:17:21 +0300
commita3a52a14e59b4da2466ae7cf980a26adfab44ca6 (patch)
tree015b3ddbf8572494d30af7a15561d5b1fe6570b3 /src
parent870f10a7367790bef8ef7004e51309dc4e15bf48 (diff)
Migrate js license headers to SPDX license
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
-rw-r--r--src/ReplyBuilder.js2
-rw-r--r--src/autoredirect.js2
-rw-r--r--src/ckeditor/quote/QuotePlugin.js2
-rw-r--r--src/components/AccountDefaultsSettings.vue2
-rw-r--r--src/components/AccountSettings.vue2
-rw-r--r--src/components/AliasForm.vue2
-rw-r--r--src/components/AliasSettings.vue2
-rw-r--r--src/components/Avatar.vue2
-rw-r--r--src/components/ComposerAttachments.vue2
-rw-r--r--src/components/Dashboard.vue2
-rw-r--r--src/components/EditorSettings.vue2
-rw-r--r--src/components/Error.vue2
-rw-r--r--src/components/Mailbox.vue2
-rw-r--r--src/components/MailvelopeEditor.vue2
-rw-r--r--src/components/Message.vue2
-rw-r--r--src/components/MessageAttachment.vue2
-rw-r--r--src/components/MessageAttachments.vue2
-rw-r--r--src/components/Navigation.vue2
-rw-r--r--src/components/NavigationAccount.vue2
-rw-r--r--src/components/NavigationAccountExpandCollapse.vue2
-rw-r--r--src/components/NavigationMailbox.vue2
-rw-r--r--src/components/NavigationOutbox.vue2
-rw-r--r--src/components/NoMessageSelected.vue2
-rw-r--r--src/components/Outbox.vue2
-rw-r--r--src/components/OutboxMessageListItem.vue2
-rw-r--r--src/components/RecipientBubble.vue2
-rw-r--r--src/components/SectionTitle.vue2
-rw-r--r--src/components/SignatureSettings.vue2
-rw-r--r--src/components/TagModal.vue2
-rw-r--r--src/components/TextEditor.vue2
-rw-r--r--src/components/ThreadEnvelope.vue2
-rw-r--r--src/components/TrustedSenders.vue2
-rw-r--r--src/components/itinerary/CalendarImport.vue2
-rw-r--r--src/components/itinerary/EventReservation.vue2
-rw-r--r--src/components/settings/AdminSettings.vue2
-rw-r--r--src/components/settings/AntiSpamSettings.vue2
-rw-r--r--src/components/settings/ProvisionPreview.vue2
-rw-r--r--src/components/settings/ProvisioningSettings.vue2
-rw-r--r--src/crypto/mailvelope.js2
-rw-r--r--src/crypto/pgp.js2
-rw-r--r--src/dav/client.js2
-rw-r--r--src/errors/MailboxLockedError.js2
-rw-r--r--src/errors/MailboxNotCachedError.js2
-rw-r--r--src/errors/ManyRecipientsError.js2
-rw-r--r--src/errors/NoDraftsMailboxConfiguredError.js2
-rw-r--r--src/errors/NoSentMailboxConfiguredError.js2
-rw-r--r--src/errors/NoTrashMailboxConfiguredError.js2
-rw-r--r--src/errors/SyncIncompleteError.js2
-rw-r--r--src/errors/convert.js2
-rw-r--r--src/errors/match.js2
-rw-r--r--src/html-response.js2
-rw-r--r--src/http/ErrorResponseParser.js2
-rw-r--r--src/i18n/MailboxTranslator.js2
-rw-r--r--src/imap/MailboxSorter.js2
-rw-r--r--src/logger.js2
-rw-r--r--src/main-dashboard.js2
-rw-r--r--src/main-settings.js2
-rw-r--r--src/main.js2
-rw-r--r--src/mixins/Nextcloud.js2
-rw-r--r--src/service/AttachmentService.js2
-rw-r--r--src/service/AutoConfigService.js2
-rw-r--r--src/service/AutocompleteService.js2
-rw-r--r--src/service/AvatarService.js2
-rw-r--r--src/service/ContactIntegrationService.js2
-rw-r--r--src/service/FileService.js6
-rw-r--r--src/service/FileSharingService.js2
-rw-r--r--src/service/NotificationService.js2
-rw-r--r--src/service/PreferenceService.js2
-rw-r--r--src/service/SettingsService.js2
-rw-r--r--src/store/actions.js2
-rw-r--r--src/store/constants.js2
-rw-r--r--src/store/getters.js2
-rw-r--r--src/store/index.js2
-rw-r--r--src/store/mutations.js2
-rw-r--r--src/store/normalization.js2
-rw-r--r--src/tests/setup.js2
-rw-r--r--src/tests/unit/ReplyBuilder.spec.js2
-rw-r--r--src/tests/unit/components/AccountForm.vue.spec.js2
-rw-r--r--src/tests/unit/components/Composer.vue.spec.js2
-rw-r--r--src/tests/unit/components/TextEditor.spec.js2
-rw-r--r--src/tests/unit/crypto/mailvelope.spec.js2
-rw-r--r--src/tests/unit/crypto/pgp.spec.js2
-rw-r--r--src/tests/unit/errors/convert.spec.js2
-rw-r--r--src/tests/unit/errors/match.spec.js2
-rw-r--r--src/tests/unit/i18n/MailboxTranslator.spec.js2
-rw-r--r--src/tests/unit/imap/MailboxSorter.spec.js2
-rw-r--r--src/tests/unit/store/actions.spec.js2
-rw-r--r--src/tests/unit/store/getters.spec.js2
-rw-r--r--src/tests/unit/store/mutations.spec.js2
-rw-r--r--src/tests/unit/util/text.spec.js2
-rw-r--r--src/tests/unit/util/wait.spec.js2
-rw-r--r--src/util/AccountColor.js2
-rw-r--r--src/util/CrashReport.js2
-rw-r--r--src/util/calendarColor.js2
-rw-r--r--src/util/text.js2
-rw-r--r--src/util/wait.js2
-rw-r--r--src/views/DashboardImportant.vue2
-rw-r--r--src/views/DashboardUnread.vue2
99 files changed, 101 insertions, 101 deletions
diff --git a/src/App.vue b/src/App.vue
index 896ffdba4..8e71565bd 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -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/src/ReplyBuilder.js b/src/ReplyBuilder.js
index 3efba5522..289ef3ccc 100644
--- a/src/ReplyBuilder.js
+++ b/src/ReplyBuilder.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/autoredirect.js b/src/autoredirect.js
index 8e6a57e6e..7f8c48bca 100644
--- a/src/autoredirect.js
+++ b/src/autoredirect.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/src/ckeditor/quote/QuotePlugin.js b/src/ckeditor/quote/QuotePlugin.js
index 74a2f213d..90157cbb2 100644
--- a/src/ckeditor/quote/QuotePlugin.js
+++ b/src/ckeditor/quote/QuotePlugin.js
@@ -3,7 +3,7 @@
*
* @author 2021 Silvio Zimmer <silvio.zimmer@die-kinderwelt.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
diff --git a/src/components/AccountDefaultsSettings.vue b/src/components/AccountDefaultsSettings.vue
index 79e47b3e1..be5b74281 100644
--- a/src/components/AccountDefaultsSettings.vue
+++ b/src/components/AccountDefaultsSettings.vue
@@ -3,7 +3,7 @@
-
- @author 2020 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/src/components/AccountSettings.vue b/src/components/AccountSettings.vue
index 358e08574..383df01fd 100644
--- a/src/components/AccountSettings.vue
+++ b/src/components/AccountSettings.vue
@@ -6,7 +6,7 @@
- @author 2020 Greta Doci <gretadoci@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/src/components/AliasForm.vue b/src/components/AliasForm.vue
index a88df8803..3d675fb72 100644
--- a/src/components/AliasForm.vue
+++ b/src/components/AliasForm.vue
@@ -3,7 +3,7 @@
-
- @author 2021 Daniel Kesselberg <mail@danielkesselberg.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/src/components/AliasSettings.vue b/src/components/AliasSettings.vue
index 52349ccbd..ec919ccc7 100644
--- a/src/components/AliasSettings.vue
+++ b/src/components/AliasSettings.vue
@@ -1,7 +1,7 @@
<!--
- @copyright 2020 Patrick Bender <patrick@bender-it-services.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/src/components/Avatar.vue b/src/components/Avatar.vue
index 381c7f852..2b62fa925 100644
--- a/src/components/Avatar.vue
+++ b/src/components/Avatar.vue
@@ -4,7 +4,7 @@
- @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
- @author 2021 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/src/components/ComposerAttachments.vue b/src/components/ComposerAttachments.vue
index a8c5899a1..696247cb4 100644
--- a/src/components/ComposerAttachments.vue
+++ b/src/components/ComposerAttachments.vue
@@ -4,7 +4,7 @@
-
- @author 2018 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/src/components/Dashboard.vue b/src/components/Dashboard.vue
index a5de56db0..17c6b9d28 100644
--- a/src/components/Dashboard.vue
+++ b/src/components/Dashboard.vue
@@ -4,7 +4,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/src/components/EditorSettings.vue b/src/components/EditorSettings.vue
index bc7523059..8318553ee 100644
--- a/src/components/EditorSettings.vue
+++ b/src/components/EditorSettings.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/Error.vue b/src/components/Error.vue
index 799b9ff4c..6b2fbf6aa 100644
--- a/src/components/Error.vue
+++ b/src/components/Error.vue
@@ -3,7 +3,7 @@
-
- @author 2018 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/src/components/Mailbox.vue b/src/components/Mailbox.vue
index 7873b7d3f..23a377edc 100644
--- a/src/components/Mailbox.vue
+++ b/src/components/Mailbox.vue
@@ -3,7 +3,7 @@
-
- @author 2020 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/src/components/MailvelopeEditor.vue b/src/components/MailvelopeEditor.vue
index 010586b5b..4b914ce61 100644
--- a/src/components/MailvelopeEditor.vue
+++ b/src/components/MailvelopeEditor.vue
@@ -3,7 +3,7 @@
-
- @author 2020 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/src/components/Message.vue b/src/components/Message.vue
index d059296d0..f20a17477 100644
--- a/src/components/Message.vue
+++ b/src/components/Message.vue
@@ -4,7 +4,7 @@
- @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
- @author 2021 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/src/components/MessageAttachment.vue b/src/components/MessageAttachment.vue
index a96ef9e3a..18164c29b 100644
--- a/src/components/MessageAttachment.vue
+++ b/src/components/MessageAttachment.vue
@@ -3,7 +3,7 @@
-
- @author 2018 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/src/components/MessageAttachments.vue b/src/components/MessageAttachments.vue
index f68f3e9cf..6060af681 100644
--- a/src/components/MessageAttachments.vue
+++ b/src/components/MessageAttachments.vue
@@ -3,7 +3,7 @@
-
- @author 2018 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/src/components/Navigation.vue b/src/components/Navigation.vue
index fd821f0bd..9ad9a5706 100644
--- a/src/components/Navigation.vue
+++ b/src/components/Navigation.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/NavigationAccount.vue b/src/components/NavigationAccount.vue
index 995c490ba..c49e36de3 100644
--- a/src/components/NavigationAccount.vue
+++ b/src/components/NavigationAccount.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/NavigationAccountExpandCollapse.vue b/src/components/NavigationAccountExpandCollapse.vue
index 912b8cb58..b512193eb 100644
--- a/src/components/NavigationAccountExpandCollapse.vue
+++ b/src/components/NavigationAccountExpandCollapse.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/NavigationMailbox.vue b/src/components/NavigationMailbox.vue
index b9899fab2..c1d943bc2 100644
--- a/src/components/NavigationMailbox.vue
+++ b/src/components/NavigationMailbox.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/NavigationOutbox.vue b/src/components/NavigationOutbox.vue
index bd47e0693..03ea4dca7 100644
--- a/src/components/NavigationOutbox.vue
+++ b/src/components/NavigationOutbox.vue
@@ -3,7 +3,7 @@
-
- @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/src/components/NoMessageSelected.vue b/src/components/NoMessageSelected.vue
index 7d4689b01..22311dea5 100644
--- a/src/components/NoMessageSelected.vue
+++ b/src/components/NoMessageSelected.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/Outbox.vue b/src/components/Outbox.vue
index cf7dcf591..18e603656 100644
--- a/src/components/Outbox.vue
+++ b/src/components/Outbox.vue
@@ -3,7 +3,7 @@
-
- @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/src/components/OutboxMessageListItem.vue b/src/components/OutboxMessageListItem.vue
index 045f1e0b6..a44c4236c 100644
--- a/src/components/OutboxMessageListItem.vue
+++ b/src/components/OutboxMessageListItem.vue
@@ -3,7 +3,7 @@
-
- @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/src/components/RecipientBubble.vue b/src/components/RecipientBubble.vue
index 95703299d..439d4e974 100644
--- a/src/components/RecipientBubble.vue
+++ b/src/components/RecipientBubble.vue
@@ -3,7 +3,7 @@
-
- @author 2020 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/src/components/SectionTitle.vue b/src/components/SectionTitle.vue
index 2c577dcfa..78a086d44 100644
--- a/src/components/SectionTitle.vue
+++ b/src/components/SectionTitle.vue
@@ -3,7 +3,7 @@
-
- @author 2020 Greta Doçi <gretadoci@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/src/components/SignatureSettings.vue b/src/components/SignatureSettings.vue
index 44c348681..38ec2ff4e 100644
--- a/src/components/SignatureSettings.vue
+++ b/src/components/SignatureSettings.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/TagModal.vue b/src/components/TagModal.vue
index 3e546d866..491ef45c1 100644
--- a/src/components/TagModal.vue
+++ b/src/components/TagModal.vue
@@ -3,7 +3,7 @@
-
- @author 2021 Greta Doci <gretadoci@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/src/components/TextEditor.vue b/src/components/TextEditor.vue
index 20f913a32..eca5a9b61 100644
--- a/src/components/TextEditor.vue
+++ b/src/components/TextEditor.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/ThreadEnvelope.vue b/src/components/ThreadEnvelope.vue
index 7b230cc85..18c12efcd 100644
--- a/src/components/ThreadEnvelope.vue
+++ b/src/components/ThreadEnvelope.vue
@@ -4,7 +4,7 @@
- @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at>
- @author 2021 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/src/components/TrustedSenders.vue b/src/components/TrustedSenders.vue
index c92a3973f..200da66d2 100644
--- a/src/components/TrustedSenders.vue
+++ b/src/components/TrustedSenders.vue
@@ -3,7 +3,7 @@
-
- @author 2020 Greta Doci <gretadoci@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/src/components/itinerary/CalendarImport.vue b/src/components/itinerary/CalendarImport.vue
index a3083001e..2479b08c1 100644
--- a/src/components/itinerary/CalendarImport.vue
+++ b/src/components/itinerary/CalendarImport.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/itinerary/EventReservation.vue b/src/components/itinerary/EventReservation.vue
index 729ed3a28..dfd69ba97 100644
--- a/src/components/itinerary/EventReservation.vue
+++ b/src/components/itinerary/EventReservation.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/settings/AdminSettings.vue b/src/components/settings/AdminSettings.vue
index 73cc5a171..32d3d945f 100644
--- a/src/components/settings/AdminSettings.vue
+++ b/src/components/settings/AdminSettings.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/settings/AntiSpamSettings.vue b/src/components/settings/AntiSpamSettings.vue
index ca323479a..d32ebc1a7 100644
--- a/src/components/settings/AntiSpamSettings.vue
+++ b/src/components/settings/AntiSpamSettings.vue
@@ -3,7 +3,7 @@
-
- @author Anna Larch <anna@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/src/components/settings/ProvisionPreview.vue b/src/components/settings/ProvisionPreview.vue
index 1c75be12b..29c950ea0 100644
--- a/src/components/settings/ProvisionPreview.vue
+++ b/src/components/settings/ProvisionPreview.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/components/settings/ProvisioningSettings.vue b/src/components/settings/ProvisioningSettings.vue
index b38c216c2..a414701e8 100644
--- a/src/components/settings/ProvisioningSettings.vue
+++ b/src/components/settings/ProvisioningSettings.vue
@@ -3,7 +3,7 @@
-
- @author 2019 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/src/crypto/mailvelope.js b/src/crypto/mailvelope.js
index 9ce8d434f..53636c59d 100644
--- a/src/crypto/mailvelope.js
+++ b/src/crypto/mailvelope.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/crypto/pgp.js b/src/crypto/pgp.js
index 87efce323..a3cd71bbd 100644
--- a/src/crypto/pgp.js
+++ b/src/crypto/pgp.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/dav/client.js b/src/dav/client.js
index cd521ad80..ff858e049 100644
--- a/src/dav/client.js
+++ b/src/dav/client.js
@@ -3,7 +3,7 @@
*
* @author 2021 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/src/errors/MailboxLockedError.js b/src/errors/MailboxLockedError.js
index f3005fe95..aeb8cf4ec 100644
--- a/src/errors/MailboxLockedError.js
+++ b/src/errors/MailboxLockedError.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/errors/MailboxNotCachedError.js b/src/errors/MailboxNotCachedError.js
index c74633f22..e17f11949 100644
--- a/src/errors/MailboxNotCachedError.js
+++ b/src/errors/MailboxNotCachedError.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/errors/ManyRecipientsError.js b/src/errors/ManyRecipientsError.js
index bb31a96ce..f98b2d454 100644
--- a/src/errors/ManyRecipientsError.js
+++ b/src/errors/ManyRecipientsError.js
@@ -1,7 +1,7 @@
/**
* @author 2021 Matthias Rella <mrella@pisys.eu>
*
- * @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/src/errors/NoDraftsMailboxConfiguredError.js b/src/errors/NoDraftsMailboxConfiguredError.js
index 97e99a2eb..3393734db 100644
--- a/src/errors/NoDraftsMailboxConfiguredError.js
+++ b/src/errors/NoDraftsMailboxConfiguredError.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/errors/NoSentMailboxConfiguredError.js b/src/errors/NoSentMailboxConfiguredError.js
index c6d1cc38b..c77f6f034 100644
--- a/src/errors/NoSentMailboxConfiguredError.js
+++ b/src/errors/NoSentMailboxConfiguredError.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/errors/NoTrashMailboxConfiguredError.js b/src/errors/NoTrashMailboxConfiguredError.js
index fd81c23cb..696d5cd8d 100644
--- a/src/errors/NoTrashMailboxConfiguredError.js
+++ b/src/errors/NoTrashMailboxConfiguredError.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/errors/SyncIncompleteError.js b/src/errors/SyncIncompleteError.js
index 2dcee4d81..cd3d9c2bf 100644
--- a/src/errors/SyncIncompleteError.js
+++ b/src/errors/SyncIncompleteError.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/errors/convert.js b/src/errors/convert.js
index bbd7c9c62..3c122d4fc 100644
--- a/src/errors/convert.js
+++ b/src/errors/convert.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/errors/match.js b/src/errors/match.js
index 6e9ff3e8c..53e655f11 100644
--- a/src/errors/match.js
+++ b/src/errors/match.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/html-response.js b/src/html-response.js
index 1b9459101..e0b85b0d4 100644
--- a/src/html-response.js
+++ b/src/html-response.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/http/ErrorResponseParser.js b/src/http/ErrorResponseParser.js
index cd5c0284b..d64433060 100644
--- a/src/http/ErrorResponseParser.js
+++ b/src/http/ErrorResponseParser.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/i18n/MailboxTranslator.js b/src/i18n/MailboxTranslator.js
index b5ada8457..3ea5429a9 100644
--- a/src/i18n/MailboxTranslator.js
+++ b/src/i18n/MailboxTranslator.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/imap/MailboxSorter.js b/src/imap/MailboxSorter.js
index cd601e141..b26862a83 100644
--- a/src/imap/MailboxSorter.js
+++ b/src/imap/MailboxSorter.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/logger.js b/src/logger.js
index 6bf740608..a8ca311b6 100644
--- a/src/logger.js
+++ b/src/logger.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/main-dashboard.js b/src/main-dashboard.js
index 8a5461ba1..321fc7f1c 100644
--- a/src/main-dashboard.js
+++ b/src/main-dashboard.js
@@ -4,7 +4,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/src/main-settings.js b/src/main-settings.js
index 998474ac5..c325c26d1 100644
--- a/src/main-settings.js
+++ b/src/main-settings.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/main.js b/src/main.js
index 69f96a575..f6effe13a 100644
--- a/src/main.js
+++ b/src/main.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/src/mixins/Nextcloud.js b/src/mixins/Nextcloud.js
index 956988558..ced110f5a 100644
--- a/src/mixins/Nextcloud.js
+++ b/src/mixins/Nextcloud.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/service/AttachmentService.js b/src/service/AttachmentService.js
index 7f6ed1a9e..ef3e13051 100644
--- a/src/service/AttachmentService.js
+++ b/src/service/AttachmentService.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/service/AutoConfigService.js b/src/service/AutoConfigService.js
index c5e315494..c24176ffe 100644
--- a/src/service/AutoConfigService.js
+++ b/src/service/AutoConfigService.js
@@ -3,7 +3,7 @@
*
* @author 2022 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/src/service/AutocompleteService.js b/src/service/AutocompleteService.js
index e85e51b45..33a75497d 100644
--- a/src/service/AutocompleteService.js
+++ b/src/service/AutocompleteService.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/service/AvatarService.js b/src/service/AvatarService.js
index 50496b44c..182910f0c 100644
--- a/src/service/AvatarService.js
+++ b/src/service/AvatarService.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/service/ContactIntegrationService.js b/src/service/ContactIntegrationService.js
index fdd43f3a6..2318078d1 100644
--- a/src/service/ContactIntegrationService.js
+++ b/src/service/ContactIntegrationService.js
@@ -3,7 +3,7 @@
*
* @author 2021 Kristian Lebold <kristian@lebold.info>
*
- * @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/src/service/FileService.js b/src/service/FileService.js
index d646c9b7b..eb8415a0f 100644
--- a/src/service/FileService.js
+++ b/src/service/FileService.js
@@ -3,7 +3,7 @@
*
* @author 2020 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
@@ -39,9 +39,9 @@ export async function getFileSize(path) {
export async function getFileData(path) {
const response = await getClient('files').stat(path, {
data: `<?xml version="1.0"?>
- <d:propfind
+ <d:propfind
xmlns:d="DAV:"
- xmlns:oc="http://owncloud.org/ns"
+ xmlns:oc="http://owncloud.org/ns"
xmlns:nc="http://nextcloud.org/ns">
<d:prop>
<oc:size />
diff --git a/src/service/FileSharingService.js b/src/service/FileSharingService.js
index fd2533bc1..38df40907 100644
--- a/src/service/FileSharingService.js
+++ b/src/service/FileSharingService.js
@@ -5,7 +5,7 @@
* @author Marco Ambrosini <marcoambrosini@pm.me>
* @author Gary Kim <gary@garykim.dev>
*
- * @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/src/service/NotificationService.js b/src/service/NotificationService.js
index 7a2ef5d8d..890ba5faf 100644
--- a/src/service/NotificationService.js
+++ b/src/service/NotificationService.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/service/PreferenceService.js b/src/service/PreferenceService.js
index d2118bf9b..410033bb6 100644
--- a/src/service/PreferenceService.js
+++ b/src/service/PreferenceService.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/service/SettingsService.js b/src/service/SettingsService.js
index 7a6509dcb..fe68b677f 100644
--- a/src/service/SettingsService.js
+++ b/src/service/SettingsService.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/store/actions.js b/src/store/actions.js
index 9d310db9f..03986753d 100644
--- a/src/store/actions.js
+++ b/src/store/actions.js
@@ -4,7 +4,7 @@
* @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author 2021 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/src/store/constants.js b/src/store/constants.js
index 639b18455..6a7601089 100644
--- a/src/store/constants.js
+++ b/src/store/constants.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/store/getters.js b/src/store/getters.js
index 6d5204fd6..27516bc41 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/store/index.js b/src/store/index.js
index 9fd687b77..7640b585d 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/store/mutations.js b/src/store/mutations.js
index 9c7e2d897..3c63a15cd 100644
--- a/src/store/mutations.js
+++ b/src/store/mutations.js
@@ -4,7 +4,7 @@
* @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
* @author 2021 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/src/store/normalization.js b/src/store/normalization.js
index 6a5ab0439..cf5ae6437 100644
--- a/src/store/normalization.js
+++ b/src/store/normalization.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/tests/setup.js b/src/tests/setup.js
index 4b73bbc0c..b15ada56e 100644
--- a/src/tests/setup.js
+++ b/src/tests/setup.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/tests/unit/ReplyBuilder.spec.js b/src/tests/unit/ReplyBuilder.spec.js
index 1b533331f..e24958abc 100644
--- a/src/tests/unit/ReplyBuilder.spec.js
+++ b/src/tests/unit/ReplyBuilder.spec.js
@@ -3,7 +3,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/src/tests/unit/components/AccountForm.vue.spec.js b/src/tests/unit/components/AccountForm.vue.spec.js
index dfc090086..9c9a4d1bd 100644
--- a/src/tests/unit/components/AccountForm.vue.spec.js
+++ b/src/tests/unit/components/AccountForm.vue.spec.js
@@ -3,7 +3,7 @@
*
* @author 2022 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/src/tests/unit/components/Composer.vue.spec.js b/src/tests/unit/components/Composer.vue.spec.js
index db84fea51..eecdc5009 100644
--- a/src/tests/unit/components/Composer.vue.spec.js
+++ b/src/tests/unit/components/Composer.vue.spec.js
@@ -3,7 +3,7 @@
*
* @author 2022 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/src/tests/unit/components/TextEditor.spec.js b/src/tests/unit/components/TextEditor.spec.js
index 2d550b6cb..0291480b4 100644
--- a/src/tests/unit/components/TextEditor.spec.js
+++ b/src/tests/unit/components/TextEditor.spec.js
@@ -3,7 +3,7 @@
*
* @author 2022 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/src/tests/unit/crypto/mailvelope.spec.js b/src/tests/unit/crypto/mailvelope.spec.js
index e37c8550c..18394b796 100644
--- a/src/tests/unit/crypto/mailvelope.spec.js
+++ b/src/tests/unit/crypto/mailvelope.spec.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/tests/unit/crypto/pgp.spec.js b/src/tests/unit/crypto/pgp.spec.js
index 2db052f0e..26069dc0a 100644
--- a/src/tests/unit/crypto/pgp.spec.js
+++ b/src/tests/unit/crypto/pgp.spec.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/tests/unit/errors/convert.spec.js b/src/tests/unit/errors/convert.spec.js
index 54cd132d4..a710d67a8 100644
--- a/src/tests/unit/errors/convert.spec.js
+++ b/src/tests/unit/errors/convert.spec.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/tests/unit/errors/match.spec.js b/src/tests/unit/errors/match.spec.js
index 481214313..79f686e09 100644
--- a/src/tests/unit/errors/match.spec.js
+++ b/src/tests/unit/errors/match.spec.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/tests/unit/i18n/MailboxTranslator.spec.js b/src/tests/unit/i18n/MailboxTranslator.spec.js
index 4b47095df..590fff41c 100644
--- a/src/tests/unit/i18n/MailboxTranslator.spec.js
+++ b/src/tests/unit/i18n/MailboxTranslator.spec.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/tests/unit/imap/MailboxSorter.spec.js b/src/tests/unit/imap/MailboxSorter.spec.js
index 1be9e3cf7..5520b7e35 100644
--- a/src/tests/unit/imap/MailboxSorter.spec.js
+++ b/src/tests/unit/imap/MailboxSorter.spec.js
@@ -3,7 +3,7 @@
*
* @author 2019 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/src/tests/unit/store/actions.spec.js b/src/tests/unit/store/actions.spec.js
index 45ec355fc..6a60c2af9 100644
--- a/src/tests/unit/store/actions.spec.js
+++ b/src/tests/unit/store/actions.spec.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/tests/unit/store/getters.spec.js b/src/tests/unit/store/getters.spec.js
index b578834c7..75e86d6e0 100644
--- a/src/tests/unit/store/getters.spec.js
+++ b/src/tests/unit/store/getters.spec.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/tests/unit/store/mutations.spec.js b/src/tests/unit/store/mutations.spec.js
index 7118251ef..0eeafde6f 100644
--- a/src/tests/unit/store/mutations.spec.js
+++ b/src/tests/unit/store/mutations.spec.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/tests/unit/util/text.spec.js b/src/tests/unit/util/text.spec.js
index 20cf216e0..3abef0a8c 100644
--- a/src/tests/unit/util/text.spec.js
+++ b/src/tests/unit/util/text.spec.js
@@ -3,7 +3,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/src/tests/unit/util/wait.spec.js b/src/tests/unit/util/wait.spec.js
index df6cc6117..4be7630b6 100644
--- a/src/tests/unit/util/wait.spec.js
+++ b/src/tests/unit/util/wait.spec.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/util/AccountColor.js b/src/util/AccountColor.js
index 587e48d62..60c3a0bed 100644
--- a/src/util/AccountColor.js
+++ b/src/util/AccountColor.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/util/CrashReport.js b/src/util/CrashReport.js
index 53cb0e0bc..bf8025ef8 100644
--- a/src/util/CrashReport.js
+++ b/src/util/CrashReport.js
@@ -3,7 +3,7 @@
*
* @author 2018 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/src/util/calendarColor.js b/src/util/calendarColor.js
index d45932fb8..5c759e74f 100644
--- a/src/util/calendarColor.js
+++ b/src/util/calendarColor.js
@@ -3,7 +3,7 @@
*
* @author Georg Ehrke <oc.list@georgehrke.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/src/util/text.js b/src/util/text.js
index f5794c01a..fa9380447 100644
--- a/src/util/text.js
+++ b/src/util/text.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/util/wait.js b/src/util/wait.js
index 746593cb5..665daf841 100644
--- a/src/util/wait.js
+++ b/src/util/wait.js
@@ -3,7 +3,7 @@
*
* @author 2020 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/src/views/DashboardImportant.vue b/src/views/DashboardImportant.vue
index 2cbbe7a20..c11ee944e 100644
--- a/src/views/DashboardImportant.vue
+++ b/src/views/DashboardImportant.vue
@@ -3,7 +3,7 @@
-
- @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/src/views/DashboardUnread.vue b/src/views/DashboardUnread.vue
index b874a3a1c..daa53c4ff 100644
--- a/src/views/DashboardUnread.vue
+++ b/src/views/DashboardUnread.vue
@@ -3,7 +3,7 @@
-
- @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