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
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors')
-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
9 files changed, 9 insertions, 9 deletions
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