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
parent228aeb4dd17c89b6698b6d28aea91873147df55c (diff)
Fix license tag
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--src/collections.js2
-rw-r--r--src/constants.js2
-rw-r--r--src/dashboard.js2
-rw-r--r--src/deck.js2
-rw-r--r--src/flow.js2
-rw-r--r--src/init.js2
-rw-r--r--src/main.js2
-rw-r--r--src/mainAdminSettings.js2
-rw-r--r--src/mainFilesSidebar.js2
-rw-r--r--src/mainFilesSidebarLoader.js2
-rw-r--r--src/mainPublicShareAuthSidebar.js2
-rw-r--r--src/mainPublicShareSidebar.js2
-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
-rw-r--r--src/router/router.js2
-rw-r--r--src/services/BrowserStorage.js2
-rw-r--r--src/services/DavClient.js2
-rw-r--r--src/services/EventBus.js2
-rw-r--r--src/services/SessionStorage.js2
-rw-r--r--src/services/callsService.js2
-rw-r--r--src/services/conversationsService.js2
-rw-r--r--src/services/filesIntegrationServices.js2
-rw-r--r--src/services/filesSharingServices.js2
-rw-r--r--src/services/matterbridgeService.js2
-rw-r--r--src/services/mentionsService.js2
-rw-r--r--src/services/messagesService.js2
-rw-r--r--src/services/participantsService.js2
-rw-r--r--src/services/publicShareAuthService.js2
-rw-r--r--src/services/settingsService.js2
-rw-r--r--src/services/signalingService.js2
-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
-rw-r--r--src/test-helpers.js2
-rw-r--r--src/test-setup.js2
-rw-r--r--src/utils/cancelableRequest.js2
-rw-r--r--src/utils/fileUpload.js2
-rw-r--r--src/utils/signaling.js2
-rw-r--r--src/utils/sounds.js2
-rw-r--r--src/utils/webrtc/MediaDevicesManager.js2
-rw-r--r--src/utils/webrtc/SentVideoQualityThrottler.js2
-rw-r--r--src/utils/webrtc/SpeakingWhileMutedWarner.js2
-rw-r--r--src/utils/webrtc/VideoConstrainer.js2
-rw-r--r--src/utils/webrtc/analyzers/AverageStatValue.js2
-rw-r--r--src/utils/webrtc/analyzers/CallAnalyzer.js2
-rw-r--r--src/utils/webrtc/analyzers/ParticipantAnalyzer.js2
-rw-r--r--src/utils/webrtc/analyzers/PeerConnectionAnalyzer.js2
-rw-r--r--src/utils/webrtc/index.js2
-rw-r--r--src/utils/webrtc/models/CallParticipantCollection.js2
-rw-r--r--src/utils/webrtc/models/CallParticipantModel.js2
-rw-r--r--src/utils/webrtc/models/LocalCallParticipantModel.js2
-rw-r--r--src/utils/webrtc/models/LocalMediaModel.js2
-rw-r--r--src/utils/webrtc/shims/MediaStream.js2
-rw-r--r--src/utils/webrtc/shims/MediaStreamTrack.js2
-rw-r--r--src/utils/webrtc/webrtc.js2
-rw-r--r--src/views/FilesSidebarCallView.js2
83 files changed, 83 insertions, 83 deletions
diff --git a/src/collections.js b/src/collections.js
index 77839fcfd..a07561a48 100644
--- a/src/collections.js
+++ b/src/collections.js
@@ -3,7 +3,7 @@
*
* @author Julius Härtl <jus@bitgrid.net>
*
- * @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/constants.js b/src/constants.js
index a1c384644..3feb2d125 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -1,7 +1,7 @@
/**
* @copyright Copyright (c) 2019 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/dashboard.js b/src/dashboard.js
index b516f8d26..5f147e0f6 100644
--- a/src/dashboard.js
+++ b/src/dashboard.js
@@ -3,7 +3,7 @@
*
* @author Julius Härtl <jus@bitgrid.net>
*
- * @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/deck.js b/src/deck.js
index d8d094689..fdd3226fe 100644
--- a/src/deck.js
+++ b/src/deck.js
@@ -3,7 +3,7 @@
*
* @author 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/flow.js b/src/flow.js
index a6c40895d..d399f23c5 100644
--- a/src/flow.js
+++ b/src/flow.js
@@ -3,7 +3,7 @@
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.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/init.js b/src/init.js
index 532008c54..708d7eb9d 100644
--- a/src/init.js
+++ b/src/init.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/main.js b/src/main.js
index 4aed820a3..46d51a9e3 100644
--- a/src/main.js
+++ b/src/main.js
@@ -7,7 +7,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/mainAdminSettings.js b/src/mainAdminSettings.js
index e1ebf6158..4e30adfba 100644
--- a/src/mainAdminSettings.js
+++ b/src/mainAdminSettings.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/mainFilesSidebar.js b/src/mainFilesSidebar.js
index 4e4dff746..1551ff23f 100644
--- a/src/mainFilesSidebar.js
+++ b/src/mainFilesSidebar.js
@@ -7,7 +7,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/mainFilesSidebarLoader.js b/src/mainFilesSidebarLoader.js
index 68266e785..83df390db 100644
--- a/src/mainFilesSidebarLoader.js
+++ b/src/mainFilesSidebarLoader.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/mainPublicShareAuthSidebar.js b/src/mainPublicShareAuthSidebar.js
index 4031a771e..7eac33361 100644
--- a/src/mainPublicShareAuthSidebar.js
+++ b/src/mainPublicShareAuthSidebar.js
@@ -1,7 +1,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/mainPublicShareSidebar.js b/src/mainPublicShareSidebar.js
index 3fd6f40a3..0cc846917 100644
--- a/src/mainPublicShareSidebar.js
+++ b/src/mainPublicShareSidebar.js
@@ -1,7 +1,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/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
diff --git a/src/router/router.js b/src/router/router.js
index 8bf321154..16ab7e9f9 100644
--- a/src/router/router.js
+++ b/src/router/router.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/services/BrowserStorage.js b/src/services/BrowserStorage.js
index 30abb2d5d..5e58b098d 100644
--- a/src/services/BrowserStorage.js
+++ b/src/services/BrowserStorage.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/services/DavClient.js b/src/services/DavClient.js
index 5f84f169c..20189b3d5 100644
--- a/src/services/DavClient.js
+++ b/src/services/DavClient.js
@@ -3,7 +3,7 @@
*
* @author 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/services/EventBus.js b/src/services/EventBus.js
index 4dc4f5579..0e1eb19af 100644
--- a/src/services/EventBus.js
+++ b/src/services/EventBus.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/services/SessionStorage.js b/src/services/SessionStorage.js
index 4f9c3f959..cc4d6230c 100644
--- a/src/services/SessionStorage.js
+++ b/src/services/SessionStorage.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/services/callsService.js b/src/services/callsService.js
index 565c9bfbb..53650ed60 100644
--- a/src/services/callsService.js
+++ b/src/services/callsService.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/services/conversationsService.js b/src/services/conversationsService.js
index 0427479dc..690490f1f 100644
--- a/src/services/conversationsService.js
+++ b/src/services/conversationsService.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/services/filesIntegrationServices.js b/src/services/filesIntegrationServices.js
index 49eb32dad..1f33bf1bc 100644
--- a/src/services/filesIntegrationServices.js
+++ b/src/services/filesIntegrationServices.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/services/filesSharingServices.js b/src/services/filesSharingServices.js
index c6d74b27a..13be694a3 100644
--- a/src/services/filesSharingServices.js
+++ b/src/services/filesSharingServices.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/services/matterbridgeService.js b/src/services/matterbridgeService.js
index 4bdf11d99..ee7dce453 100644
--- a/src/services/matterbridgeService.js
+++ b/src/services/matterbridgeService.js
@@ -3,7 +3,7 @@
*
* @author Julien Veyssier <eneiluj@posteo.net>
*
- * @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/services/mentionsService.js b/src/services/mentionsService.js
index 01bf38df1..19f9cb0bf 100644
--- a/src/services/mentionsService.js
+++ b/src/services/mentionsService.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/services/messagesService.js b/src/services/messagesService.js
index 05e7a4a25..da5ccd963 100644
--- a/src/services/messagesService.js
+++ b/src/services/messagesService.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/services/participantsService.js b/src/services/participantsService.js
index 35cdf4956..3e0f0c573 100644
--- a/src/services/participantsService.js
+++ b/src/services/participantsService.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/services/publicShareAuthService.js b/src/services/publicShareAuthService.js
index 98b7276c8..788a66acc 100644
--- a/src/services/publicShareAuthService.js
+++ b/src/services/publicShareAuthService.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/services/settingsService.js b/src/services/settingsService.js
index 2c4503c59..9cf273a8a 100644
--- a/src/services/settingsService.js
+++ b/src/services/settingsService.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/services/signalingService.js b/src/services/signalingService.js
index 4c3ae8017..ffed13bc3 100644
--- a/src/services/signalingService.js
+++ b/src/services/signalingService.js
@@ -1,7 +1,7 @@
/**
* @copyright Copyright (c) 2019 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/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
diff --git a/src/test-helpers.js b/src/test-helpers.js
index dbfafd185..0bf12a18c 100644
--- a/src/test-helpers.js
+++ b/src/test-helpers.js
@@ -3,7 +3,7 @@
*
* @author Julius Härtl <jus@bitgrid.net>
*
- * @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/test-setup.js b/src/test-setup.js
index 30775786b..c39f10b81 100644
--- a/src/test-setup.js
+++ b/src/test-setup.js
@@ -3,7 +3,7 @@
*
* @author Julius Härtl <jus@bitgrid.net>
*
- * @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/utils/cancelableRequest.js b/src/utils/cancelableRequest.js
index 007fdf1da..518db9f38 100644
--- a/src/utils/cancelableRequest.js
+++ b/src/utils/cancelableRequest.js
@@ -5,7 +5,7 @@
*
* @author 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/utils/fileUpload.js b/src/utils/fileUpload.js
index 4fa0ebe4e..db7a4858a 100644
--- a/src/utils/fileUpload.js
+++ b/src/utils/fileUpload.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/utils/signaling.js b/src/utils/signaling.js
index 412273dba..d44b0722d 100644
--- a/src/utils/signaling.js
+++ b/src/utils/signaling.js
@@ -15,7 +15,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/utils/sounds.js b/src/utils/sounds.js
index b1ca3f96d..2b595eddf 100644
--- a/src/utils/sounds.js
+++ b/src/utils/sounds.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/utils/webrtc/MediaDevicesManager.js b/src/utils/webrtc/MediaDevicesManager.js
index e9bfe7d7f..e94529753 100644
--- a/src/utils/webrtc/MediaDevicesManager.js
+++ b/src/utils/webrtc/MediaDevicesManager.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/utils/webrtc/SentVideoQualityThrottler.js b/src/utils/webrtc/SentVideoQualityThrottler.js
index 246869783..8822e5b2b 100644
--- a/src/utils/webrtc/SentVideoQualityThrottler.js
+++ b/src/utils/webrtc/SentVideoQualityThrottler.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/utils/webrtc/SpeakingWhileMutedWarner.js b/src/utils/webrtc/SpeakingWhileMutedWarner.js
index 8d15c69a8..75f4b2250 100644
--- a/src/utils/webrtc/SpeakingWhileMutedWarner.js
+++ b/src/utils/webrtc/SpeakingWhileMutedWarner.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2019, 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/utils/webrtc/VideoConstrainer.js b/src/utils/webrtc/VideoConstrainer.js
index 2578d38ed..381244fd3 100644
--- a/src/utils/webrtc/VideoConstrainer.js
+++ b/src/utils/webrtc/VideoConstrainer.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/utils/webrtc/analyzers/AverageStatValue.js b/src/utils/webrtc/analyzers/AverageStatValue.js
index f691b5165..8891f7515 100644
--- a/src/utils/webrtc/analyzers/AverageStatValue.js
+++ b/src/utils/webrtc/analyzers/AverageStatValue.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/utils/webrtc/analyzers/CallAnalyzer.js b/src/utils/webrtc/analyzers/CallAnalyzer.js
index b81483579..aff43ae0d 100644
--- a/src/utils/webrtc/analyzers/CallAnalyzer.js
+++ b/src/utils/webrtc/analyzers/CallAnalyzer.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/utils/webrtc/analyzers/ParticipantAnalyzer.js b/src/utils/webrtc/analyzers/ParticipantAnalyzer.js
index a1165ebf5..865fa26d4 100644
--- a/src/utils/webrtc/analyzers/ParticipantAnalyzer.js
+++ b/src/utils/webrtc/analyzers/ParticipantAnalyzer.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/utils/webrtc/analyzers/PeerConnectionAnalyzer.js b/src/utils/webrtc/analyzers/PeerConnectionAnalyzer.js
index a9d010713..cb1424a97 100644
--- a/src/utils/webrtc/analyzers/PeerConnectionAnalyzer.js
+++ b/src/utils/webrtc/analyzers/PeerConnectionAnalyzer.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/utils/webrtc/index.js b/src/utils/webrtc/index.js
index 28dbe0575..0e49f97a9 100644
--- a/src/utils/webrtc/index.js
+++ b/src/utils/webrtc/index.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2019, 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/utils/webrtc/models/CallParticipantCollection.js b/src/utils/webrtc/models/CallParticipantCollection.js
index 80a32bc97..879339a07 100644
--- a/src/utils/webrtc/models/CallParticipantCollection.js
+++ b/src/utils/webrtc/models/CallParticipantCollection.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2019, 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/utils/webrtc/models/CallParticipantModel.js b/src/utils/webrtc/models/CallParticipantModel.js
index 19863a7f9..3237bdb9c 100644
--- a/src/utils/webrtc/models/CallParticipantModel.js
+++ b/src/utils/webrtc/models/CallParticipantModel.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2019, 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/utils/webrtc/models/LocalCallParticipantModel.js b/src/utils/webrtc/models/LocalCallParticipantModel.js
index 1fa31602f..efabab337 100644
--- a/src/utils/webrtc/models/LocalCallParticipantModel.js
+++ b/src/utils/webrtc/models/LocalCallParticipantModel.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2019, 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/utils/webrtc/models/LocalMediaModel.js b/src/utils/webrtc/models/LocalMediaModel.js
index 9807a066d..962e80940 100644
--- a/src/utils/webrtc/models/LocalMediaModel.js
+++ b/src/utils/webrtc/models/LocalMediaModel.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2019, 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/utils/webrtc/shims/MediaStream.js b/src/utils/webrtc/shims/MediaStream.js
index 30bd7ff74..92e508899 100644
--- a/src/utils/webrtc/shims/MediaStream.js
+++ b/src/utils/webrtc/shims/MediaStream.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/utils/webrtc/shims/MediaStreamTrack.js b/src/utils/webrtc/shims/MediaStreamTrack.js
index 08884511b..1e9951f2a 100644
--- a/src/utils/webrtc/shims/MediaStreamTrack.js
+++ b/src/utils/webrtc/shims/MediaStreamTrack.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/utils/webrtc/webrtc.js b/src/utils/webrtc/webrtc.js
index 0d8999196..88af1971b 100644
--- a/src/utils/webrtc/webrtc.js
+++ b/src/utils/webrtc/webrtc.js
@@ -15,7 +15,7 @@
*
* @author Joas Schilling <coding@schilljs.com>
*
- * @license GNU AGPL version 3 or any later version
+ * @license GNU AGPL version 3 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/FilesSidebarCallView.js b/src/views/FilesSidebarCallView.js
index c12fd9df8..4297f3577 100644
--- a/src/views/FilesSidebarCallView.js
+++ b/src/views/FilesSidebarCallView.js
@@ -2,7 +2,7 @@
*
* @copyright Copyright (c) 2019, 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