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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-08-23 16:57:51 +0300
committerJoas Schilling <coding@schilljs.com>2021-08-23 16:57:51 +0300
commita58d76c3ae7489cd4dec063d2bd36ca0eb69c3cc (patch)
treefb4ed8be4d0594526cf3d3aa31279f020f0954c4 /src/store
parent228aeb4dd17c89b6698b6d28aea91873147df55c (diff)
Fix license tag
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/actorStore.js2
-rw-r--r--src/store/audioRecorderStore.js2
-rw-r--r--src/store/callViewStore.js2
-rw-r--r--src/store/conversationsStore.js2
-rw-r--r--src/store/fileUploadStore.js2
-rw-r--r--src/store/guestNameStore.js2
-rw-r--r--src/store/helper.js2
-rw-r--r--src/store/index.js2
-rw-r--r--src/store/messageActionsStore.js2
-rw-r--r--src/store/messagesStore.js2
-rw-r--r--src/store/newGroupConversationStore.js2
-rw-r--r--src/store/participantsStore.js2
-rw-r--r--src/store/quoteReplyStore.js2
-rw-r--r--src/store/settingsStore.js2
-rw-r--r--src/store/sidebarStore.js2
-rw-r--r--src/store/soundsStore.js2
-rw-r--r--src/store/storeConfig.js2
-rw-r--r--src/store/talkHashStore.js2
-rw-r--r--src/store/tokenStore.js2
-rw-r--r--src/store/windowVisibilityStore.js2
20 files changed, 20 insertions, 20 deletions
diff --git a/src/store/actorStore.js b/src/store/actorStore.js
index a4e72f72f..2295c458a 100644
--- a/src/store/actorStore.js
+++ b/src/store/actorStore.js
@@ -3,7 +3,7 @@
*
* @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/src/store/audioRecorderStore.js b/src/store/audioRecorderStore.js
index e62f9c2c1..71a67deb1 100644
--- a/src/store/audioRecorderStore.js
+++ b/src/store/audioRecorderStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/callViewStore.js b/src/store/callViewStore.js
index 68b670f8d..4805d068d 100644
--- a/src/store/callViewStore.js
+++ b/src/store/callViewStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/conversationsStore.js b/src/store/conversationsStore.js
index ae59dcc20..4bef78e5c 100644
--- a/src/store/conversationsStore.js
+++ b/src/store/conversationsStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/fileUploadStore.js b/src/store/fileUploadStore.js
index ca11d271e..b7fd08214 100644
--- a/src/store/fileUploadStore.js
+++ b/src/store/fileUploadStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/guestNameStore.js b/src/store/guestNameStore.js
index 759568649..88675e903 100644
--- a/src/store/guestNameStore.js
+++ b/src/store/guestNameStore.js
@@ -3,7 +3,7 @@
*
* @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/src/store/helper.js b/src/store/helper.js
index 0976201f1..4844990e8 100644
--- a/src/store/helper.js
+++ b/src/store/helper.js
@@ -1,7 +1,7 @@
/**
* @copyright Copyright (c) 2021 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/src/store/index.js b/src/store/index.js
index c434aa026..c7d4cfb74 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/messageActionsStore.js b/src/store/messageActionsStore.js
index 52177e58f..02698431b 100644
--- a/src/store/messageActionsStore.js
+++ b/src/store/messageActionsStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/messagesStore.js b/src/store/messagesStore.js
index c00736c7c..b7b4ff2d2 100644
--- a/src/store/messagesStore.js
+++ b/src/store/messagesStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/newGroupConversationStore.js b/src/store/newGroupConversationStore.js
index 7029939bf..63257d2e1 100644
--- a/src/store/newGroupConversationStore.js
+++ b/src/store/newGroupConversationStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/participantsStore.js b/src/store/participantsStore.js
index 4539dd379..fe6822522 100644
--- a/src/store/participantsStore.js
+++ b/src/store/participantsStore.js
@@ -3,7 +3,7 @@
*
* @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/src/store/quoteReplyStore.js b/src/store/quoteReplyStore.js
index 334bf8293..54167fa07 100644
--- a/src/store/quoteReplyStore.js
+++ b/src/store/quoteReplyStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/settingsStore.js b/src/store/settingsStore.js
index 3364a4ac0..72d34e64a 100644
--- a/src/store/settingsStore.js
+++ b/src/store/settingsStore.js
@@ -1,7 +1,7 @@
/**
* @copyright Copyright (c) 2020 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/src/store/sidebarStore.js b/src/store/sidebarStore.js
index 4a75b0510..1ff007677 100644
--- a/src/store/sidebarStore.js
+++ b/src/store/sidebarStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/soundsStore.js b/src/store/soundsStore.js
index baff79a8c..52856197d 100644
--- a/src/store/soundsStore.js
+++ b/src/store/soundsStore.js
@@ -3,7 +3,7 @@
*
* @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/src/store/storeConfig.js b/src/store/storeConfig.js
index aeeeb19e2..49967ba71 100644
--- a/src/store/storeConfig.js
+++ b/src/store/storeConfig.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/talkHashStore.js b/src/store/talkHashStore.js
index 59301031e..efa0c0d47 100644
--- a/src/store/talkHashStore.js
+++ b/src/store/talkHashStore.js
@@ -3,7 +3,7 @@
*
* @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/src/store/tokenStore.js b/src/store/tokenStore.js
index 2eccd7342..2dcb7164b 100644
--- a/src/store/tokenStore.js
+++ b/src/store/tokenStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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/windowVisibilityStore.js b/src/store/windowVisibilityStore.js
index 7a3d935bb..7d568ad6b 100644
--- a/src/store/windowVisibilityStore.js
+++ b/src/store/windowVisibilityStore.js
@@ -3,7 +3,7 @@
*
* @author Marco Ambrosini <marcoambrosini@pm.me>
*
- * @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