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
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/mixins
parent228aeb4dd17c89b6698b6d28aea91873147df55c (diff)
Fix license tag
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/mixins')
-rw-r--r--src/mixins/arrowNavigation.js2
-rw-r--r--src/mixins/browserCheck.js2
-rw-r--r--src/mixins/call.js2
-rw-r--r--src/mixins/isInCall.js2
-rw-r--r--src/mixins/isInLobby.js2
-rw-r--r--src/mixins/participant.js2
-rw-r--r--src/mixins/readableNumber.js2
-rw-r--r--src/mixins/sessionIssueHandler.js2
-rw-r--r--src/mixins/talkHashCheck.js2
-rw-r--r--src/mixins/userStatus.js2
-rw-r--r--src/mixins/video.js2
-rw-r--r--src/mixins/vueAtReparenter.js2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/mixins/arrowNavigation.js b/src/mixins/arrowNavigation.js
index b0fc4c5f0..e1ed38542 100644
--- a/src/mixins/arrowNavigation.js
+++ b/src/mixins/arrowNavigation.js
@@ -1,7 +1,7 @@
/**
* @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.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/mixins/browserCheck.js b/src/mixins/browserCheck.js
index c57b9a57f..e55ba14b4 100644
--- a/src/mixins/browserCheck.js
+++ b/src/mixins/browserCheck.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/mixins/call.js b/src/mixins/call.js
index 52bed3e25..e933e256a 100644
--- a/src/mixins/call.js
+++ b/src/mixins/call.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/mixins/isInCall.js b/src/mixins/isInCall.js
index 1cac7efc8..2ca7b8b0e 100644
--- a/src/mixins/isInCall.js
+++ b/src/mixins/isInCall.js
@@ -2,7 +2,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/mixins/isInLobby.js b/src/mixins/isInLobby.js
index b609d4d5c..ff5461c01 100644
--- a/src/mixins/isInLobby.js
+++ b/src/mixins/isInLobby.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez <danxuliu@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/mixins/participant.js b/src/mixins/participant.js
index 2a6ba3d42..92c21e8f8 100644
--- a/src/mixins/participant.js
+++ b/src/mixins/participant.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2020 Vincent Petry <vincent@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/mixins/readableNumber.js b/src/mixins/readableNumber.js
index 78057cecf..ccc538bfc 100644
--- a/src/mixins/readableNumber.js
+++ b/src/mixins/readableNumber.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/mixins/sessionIssueHandler.js b/src/mixins/sessionIssueHandler.js
index 2c14ccfa2..7e723b719 100644
--- a/src/mixins/sessionIssueHandler.js
+++ b/src/mixins/sessionIssueHandler.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/mixins/talkHashCheck.js b/src/mixins/talkHashCheck.js
index d2a9fcb3b..7b3c13ee7 100644
--- a/src/mixins/talkHashCheck.js
+++ b/src/mixins/talkHashCheck.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/mixins/userStatus.js b/src/mixins/userStatus.js
index 8782723fa..bfa91eba8 100644
--- a/src/mixins/userStatus.js
+++ b/src/mixins/userStatus.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/mixins/video.js b/src/mixins/video.js
index 80824f0ce..9161a8509 100644
--- a/src/mixins/video.js
+++ b/src/mixins/video.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/mixins/vueAtReparenter.js b/src/mixins/vueAtReparenter.js
index fab4cce35..b6a8dbaf0 100644
--- a/src/mixins/vueAtReparenter.js
+++ b/src/mixins/vueAtReparenter.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2020, Daniel Calviño Sánchez <danxuliu@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