From 9f20cc248529bf91dae047eeeed8f829ca35b528 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 13 Jan 2022 11:18:47 +0100 Subject: [PATCH] openvidu-browser: update Copyright date --- openvidu-browser/src/OpenVidu/Connection.ts | 2 +- openvidu-browser/src/OpenVidu/Filter.ts | 2 +- openvidu-browser/src/OpenVidu/LocalRecorder.ts | 2 +- openvidu-browser/src/OpenVidu/OpenVidu.ts | 2 +- openvidu-browser/src/OpenVidu/Publisher.ts | 2 +- openvidu-browser/src/OpenVidu/Session.ts | 2 +- openvidu-browser/src/OpenVidu/Stream.ts | 2 +- openvidu-browser/src/OpenVidu/StreamManager.ts | 2 +- openvidu-browser/src/OpenVidu/Subscriber.ts | 2 +- .../src/OpenViduInternal/Enums/LocalRecorderState.ts | 2 +- openvidu-browser/src/OpenViduInternal/Enums/OpenViduError.ts | 2 +- openvidu-browser/src/OpenViduInternal/Enums/VideoInsertMode.ts | 2 +- openvidu-browser/src/OpenViduInternal/Events/ConnectionEvent.ts | 2 +- .../OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts | 2 +- openvidu-browser/src/OpenViduInternal/Events/Event.ts | 2 +- openvidu-browser/src/OpenViduInternal/Events/ExceptionEvent.ts | 2 +- openvidu-browser/src/OpenViduInternal/Events/FilterEvent.ts | 2 +- .../OpenViduInternal/Events/NetworkQualityLevelChangedEvent.ts | 2 +- .../src/OpenViduInternal/Events/PublisherSpeakingEvent.ts | 2 +- openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts | 2 +- .../src/OpenViduInternal/Events/SessionDisconnectedEvent.ts | 2 +- openvidu-browser/src/OpenViduInternal/Events/SignalEvent.ts | 2 +- openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts | 2 +- .../src/OpenViduInternal/Events/StreamManagerEvent.ts | 2 +- .../src/OpenViduInternal/Events/StreamPropertyChangedEvent.ts | 2 +- .../src/OpenViduInternal/Events/VideoElementEvent.ts | 2 +- .../Interfaces/Private/CustomMediaStreamConstraints.ts | 2 +- .../OpenViduInternal/Interfaces/Private/InboundStreamOptions.ts | 2 +- .../Interfaces/Private/LocalConnectionOptions.ts | 2 +- .../Interfaces/Private/OutboundStreamOptions.ts | 2 +- .../Interfaces/Private/RemoteConnectionOptions.ts | 2 +- .../src/OpenViduInternal/Interfaces/Private/SessionOptions.ts | 2 +- .../src/OpenViduInternal/Interfaces/Private/SignalOptions.ts | 2 +- .../OpenViduInternal/Interfaces/Private/StreamOptionsServer.ts | 2 +- .../src/OpenViduInternal/Interfaces/Public/Capabilities.ts | 2 +- .../src/OpenViduInternal/Interfaces/Public/Device.ts | 2 +- .../Interfaces/Public/OpenViduAdvancedConfiguration.ts | 2 +- .../OpenViduInternal/Interfaces/Public/PublisherProperties.ts | 2 +- .../src/OpenViduInternal/Interfaces/Public/SignalOptions.ts | 2 +- .../OpenViduInternal/Interfaces/Public/StreamManagerVideo.ts | 2 +- .../OpenViduInternal/Interfaces/Public/SubscriberProperties.ts | 2 +- openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts | 2 +- .../src/OpenViduInternal/WebRtcStats/WebRtcStats.ts | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/openvidu-browser/src/OpenVidu/Connection.ts b/openvidu-browser/src/OpenVidu/Connection.ts index a22045c94..3f1a9fe9f 100644 --- a/openvidu-browser/src/OpenVidu/Connection.ts +++ b/openvidu-browser/src/OpenVidu/Connection.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenVidu/Filter.ts b/openvidu-browser/src/OpenVidu/Filter.ts index da92e7839..ac22958d0 100644 --- a/openvidu-browser/src/OpenVidu/Filter.ts +++ b/openvidu-browser/src/OpenVidu/Filter.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenVidu/LocalRecorder.ts b/openvidu-browser/src/OpenVidu/LocalRecorder.ts index d5212cc12..4beb0e837 100644 --- a/openvidu-browser/src/OpenVidu/LocalRecorder.ts +++ b/openvidu-browser/src/OpenVidu/LocalRecorder.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenVidu/OpenVidu.ts b/openvidu-browser/src/OpenVidu/OpenVidu.ts index 2b635660f..0b6a1ed3c 100644 --- a/openvidu-browser/src/OpenVidu/OpenVidu.ts +++ b/openvidu-browser/src/OpenVidu/OpenVidu.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenVidu/Publisher.ts b/openvidu-browser/src/OpenVidu/Publisher.ts index 9dcb3f869..08072d454 100644 --- a/openvidu-browser/src/OpenVidu/Publisher.ts +++ b/openvidu-browser/src/OpenVidu/Publisher.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenVidu/Session.ts b/openvidu-browser/src/OpenVidu/Session.ts index 24865a1fc..dc738a1a8 100644 --- a/openvidu-browser/src/OpenVidu/Session.ts +++ b/openvidu-browser/src/OpenVidu/Session.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenVidu/Stream.ts b/openvidu-browser/src/OpenVidu/Stream.ts index ae5cf7959..fbf511650 100644 --- a/openvidu-browser/src/OpenVidu/Stream.ts +++ b/openvidu-browser/src/OpenVidu/Stream.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenVidu/StreamManager.ts b/openvidu-browser/src/OpenVidu/StreamManager.ts index 7f3ea9127..2770ef83d 100644 --- a/openvidu-browser/src/OpenVidu/StreamManager.ts +++ b/openvidu-browser/src/OpenVidu/StreamManager.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenVidu/Subscriber.ts b/openvidu-browser/src/OpenVidu/Subscriber.ts index 115604bba..4a5b9e034 100644 --- a/openvidu-browser/src/OpenVidu/Subscriber.ts +++ b/openvidu-browser/src/OpenVidu/Subscriber.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Enums/LocalRecorderState.ts b/openvidu-browser/src/OpenViduInternal/Enums/LocalRecorderState.ts index 15dc1702b..1900b8b58 100644 --- a/openvidu-browser/src/OpenViduInternal/Enums/LocalRecorderState.ts +++ b/openvidu-browser/src/OpenViduInternal/Enums/LocalRecorderState.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Enums/OpenViduError.ts b/openvidu-browser/src/OpenViduInternal/Enums/OpenViduError.ts index 468afc012..cf9ae97ee 100644 --- a/openvidu-browser/src/OpenViduInternal/Enums/OpenViduError.ts +++ b/openvidu-browser/src/OpenViduInternal/Enums/OpenViduError.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Enums/VideoInsertMode.ts b/openvidu-browser/src/OpenViduInternal/Enums/VideoInsertMode.ts index 137e4d363..982a9ddd8 100644 --- a/openvidu-browser/src/OpenViduInternal/Enums/VideoInsertMode.ts +++ b/openvidu-browser/src/OpenViduInternal/Enums/VideoInsertMode.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/ConnectionEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/ConnectionEvent.ts index 05fc02dc1..67e33e222 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/ConnectionEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/ConnectionEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts index 661315d05..7548e6dee 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/Event.ts b/openvidu-browser/src/OpenViduInternal/Events/Event.ts index 61c743a35..85ea76409 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/Event.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/Event.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/ExceptionEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/ExceptionEvent.ts index aeb51dd3d..0f8d3ad5e 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/ExceptionEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/ExceptionEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/FilterEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/FilterEvent.ts index ab327f177..b3eb203a3 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/FilterEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/FilterEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/NetworkQualityLevelChangedEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/NetworkQualityLevelChangedEvent.ts index 592e62a7f..39ca1cc38 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/NetworkQualityLevelChangedEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/NetworkQualityLevelChangedEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/PublisherSpeakingEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/PublisherSpeakingEvent.ts index ccaae71a9..01ba4d3ea 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/PublisherSpeakingEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/PublisherSpeakingEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts index 2d26554be..4e8d2d41d 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/SessionDisconnectedEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/SessionDisconnectedEvent.ts index d60470c90..b5f70d726 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/SessionDisconnectedEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/SessionDisconnectedEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/SignalEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/SignalEvent.ts index a80e3e697..52ff02fb8 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/SignalEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/SignalEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts index 7e76ec29d..17857ea24 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/StreamManagerEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/StreamManagerEvent.ts index ddfe9e778..13a3f2016 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/StreamManagerEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/StreamManagerEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/StreamPropertyChangedEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/StreamPropertyChangedEvent.ts index 657454231..a3f29d9d6 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/StreamPropertyChangedEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/StreamPropertyChangedEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Events/VideoElementEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/VideoElementEvent.ts index d1d12ea87..33c004cae 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/VideoElementEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/VideoElementEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/CustomMediaStreamConstraints.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/CustomMediaStreamConstraints.ts index 121181bb2..a371dc930 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/CustomMediaStreamConstraints.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/CustomMediaStreamConstraints.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/InboundStreamOptions.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/InboundStreamOptions.ts index 13a666d7c..146001ea4 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/InboundStreamOptions.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/InboundStreamOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/LocalConnectionOptions.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/LocalConnectionOptions.ts index 8520aad12..ad057f422 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/LocalConnectionOptions.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/LocalConnectionOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/OutboundStreamOptions.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/OutboundStreamOptions.ts index 2108c4bd9..b392f54ae 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/OutboundStreamOptions.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/OutboundStreamOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/RemoteConnectionOptions.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/RemoteConnectionOptions.ts index 250d406d5..33f0bb7a5 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/RemoteConnectionOptions.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/RemoteConnectionOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/SessionOptions.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/SessionOptions.ts index 5835782b1..b863a67bd 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/SessionOptions.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/SessionOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/SignalOptions.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/SignalOptions.ts index 806b92148..bb7faf49f 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/SignalOptions.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/SignalOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/StreamOptionsServer.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/StreamOptionsServer.ts index 82f57a061..9b947419d 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/StreamOptionsServer.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/StreamOptionsServer.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/Capabilities.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/Capabilities.ts index 3c81dd15c..b48241f8f 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/Capabilities.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/Capabilities.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/Device.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/Device.ts index f55040abf..d2538ed07 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/Device.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/Device.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/OpenViduAdvancedConfiguration.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/OpenViduAdvancedConfiguration.ts index 7327b3c2c..feb6fa949 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/OpenViduAdvancedConfiguration.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/OpenViduAdvancedConfiguration.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/PublisherProperties.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/PublisherProperties.ts index dbe0c715e..85a0e963a 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/PublisherProperties.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/PublisherProperties.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/SignalOptions.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/SignalOptions.ts index 432b74093..436975ffe 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/SignalOptions.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/SignalOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/StreamManagerVideo.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/StreamManagerVideo.ts index cb875c3ff..1a6e1939f 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/StreamManagerVideo.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/StreamManagerVideo.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/SubscriberProperties.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/SubscriberProperties.ts index e8476af35..0baed6bfd 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/SubscriberProperties.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/SubscriberProperties.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts b/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts index 11c547b4e..eaf6e0238 100644 --- a/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts +++ b/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts b/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts index 4dc22dc50..56f68307f 100644 --- a/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts +++ b/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.