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