Browse Source

Fix license tag

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/6113/head
Joas Schilling 4 years ago
parent
commit
a58d76c3ae
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      src/collections.js
  2. 2
      src/constants.js
  3. 2
      src/dashboard.js
  4. 2
      src/deck.js
  5. 2
      src/flow.js
  6. 2
      src/init.js
  7. 2
      src/main.js
  8. 2
      src/mainAdminSettings.js
  9. 2
      src/mainFilesSidebar.js
  10. 2
      src/mainFilesSidebarLoader.js
  11. 2
      src/mainPublicShareAuthSidebar.js
  12. 2
      src/mainPublicShareSidebar.js
  13. 2
      src/mixins/arrowNavigation.js
  14. 2
      src/mixins/browserCheck.js
  15. 2
      src/mixins/call.js
  16. 2
      src/mixins/isInCall.js
  17. 2
      src/mixins/isInLobby.js
  18. 2
      src/mixins/participant.js
  19. 2
      src/mixins/readableNumber.js
  20. 2
      src/mixins/sessionIssueHandler.js
  21. 2
      src/mixins/talkHashCheck.js
  22. 2
      src/mixins/userStatus.js
  23. 2
      src/mixins/video.js
  24. 2
      src/mixins/vueAtReparenter.js
  25. 2
      src/router/router.js
  26. 2
      src/services/BrowserStorage.js
  27. 2
      src/services/DavClient.js
  28. 2
      src/services/EventBus.js
  29. 2
      src/services/SessionStorage.js
  30. 2
      src/services/callsService.js
  31. 2
      src/services/conversationsService.js
  32. 2
      src/services/filesIntegrationServices.js
  33. 2
      src/services/filesSharingServices.js
  34. 2
      src/services/matterbridgeService.js
  35. 2
      src/services/mentionsService.js
  36. 2
      src/services/messagesService.js
  37. 2
      src/services/participantsService.js
  38. 2
      src/services/publicShareAuthService.js
  39. 2
      src/services/settingsService.js
  40. 2
      src/services/signalingService.js
  41. 2
      src/store/actorStore.js
  42. 2
      src/store/audioRecorderStore.js
  43. 2
      src/store/callViewStore.js
  44. 2
      src/store/conversationsStore.js
  45. 2
      src/store/fileUploadStore.js
  46. 2
      src/store/guestNameStore.js
  47. 2
      src/store/helper.js
  48. 2
      src/store/index.js
  49. 2
      src/store/messageActionsStore.js
  50. 2
      src/store/messagesStore.js
  51. 2
      src/store/newGroupConversationStore.js
  52. 2
      src/store/participantsStore.js
  53. 2
      src/store/quoteReplyStore.js
  54. 2
      src/store/settingsStore.js
  55. 2
      src/store/sidebarStore.js
  56. 2
      src/store/soundsStore.js
  57. 2
      src/store/storeConfig.js
  58. 2
      src/store/talkHashStore.js
  59. 2
      src/store/tokenStore.js
  60. 2
      src/store/windowVisibilityStore.js
  61. 2
      src/test-helpers.js
  62. 2
      src/test-setup.js
  63. 2
      src/utils/cancelableRequest.js
  64. 2
      src/utils/fileUpload.js
  65. 2
      src/utils/signaling.js
  66. 2
      src/utils/sounds.js
  67. 2
      src/utils/webrtc/MediaDevicesManager.js
  68. 2
      src/utils/webrtc/SentVideoQualityThrottler.js
  69. 2
      src/utils/webrtc/SpeakingWhileMutedWarner.js
  70. 2
      src/utils/webrtc/VideoConstrainer.js
  71. 2
      src/utils/webrtc/analyzers/AverageStatValue.js
  72. 2
      src/utils/webrtc/analyzers/CallAnalyzer.js
  73. 2
      src/utils/webrtc/analyzers/ParticipantAnalyzer.js
  74. 2
      src/utils/webrtc/analyzers/PeerConnectionAnalyzer.js
  75. 2
      src/utils/webrtc/index.js
  76. 2
      src/utils/webrtc/models/CallParticipantCollection.js
  77. 2
      src/utils/webrtc/models/CallParticipantModel.js
  78. 2
      src/utils/webrtc/models/LocalCallParticipantModel.js
  79. 2
      src/utils/webrtc/models/LocalMediaModel.js
  80. 2
      src/utils/webrtc/shims/MediaStream.js
  81. 2
      src/utils/webrtc/shims/MediaStreamTrack.js
  82. 2
      src/utils/webrtc/webrtc.js
  83. 2
      src/views/FilesSidebarCallView.js

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

2
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

Loading…
Cancel
Save