From a83fef15f19b2727279797b430a13fda71d06739 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Mon, 21 Jan 2019 21:32:17 +0100 Subject: [PATCH] Copyright updated from 2018 to 2019 --- NOTICE | 2 +- 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 +- openvidu-browser/src/OpenViduInternal/Events/Event.ts | 2 +- openvidu-browser/src/OpenViduInternal/Events/FilterEvent.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 +- .../OpenViduInternal/Interfaces/Private/ConnectionOptions.ts | 2 +- .../OpenViduInternal/Interfaces/Private/InboundStreamOptions.ts | 2 +- .../src/OpenViduInternal/Interfaces/Private/ObjMap.ts | 2 +- .../Interfaces/Private/OutboundStreamOptions.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 +- .../src/OpenViduInternal/Interfaces/Public/EventDispatcher.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 +- .../src/main/java/io/openvidu/client/OpenViduClient.java | 2 +- .../src/main/java/io/openvidu/client/OpenViduException.java | 2 +- .../src/main/java/io/openvidu/client/ServerJsonRpcHandler.java | 2 +- .../main/java/io/openvidu/client/internal/IceCandidateInfo.java | 2 +- .../main/java/io/openvidu/client/internal/JsonRoomUtils.java | 2 +- .../main/java/io/openvidu/client/internal/MediaErrorInfo.java | 2 +- .../src/main/java/io/openvidu/client/internal/Notification.java | 2 +- .../io/openvidu/client/internal/ParticipantEvictedInfo.java | 2 +- .../java/io/openvidu/client/internal/ParticipantJoinedInfo.java | 2 +- .../java/io/openvidu/client/internal/ParticipantLeftInfo.java | 2 +- .../io/openvidu/client/internal/ParticipantPublishedInfo.java | 2 +- .../io/openvidu/client/internal/ParticipantUnpublishedInfo.java | 2 +- .../main/java/io/openvidu/client/internal/ProtocolElements.java | 2 +- .../main/java/io/openvidu/client/internal/RoomClosedInfo.java | 2 +- .../main/java/io/openvidu/client/internal/SendMessageInfo.java | 2 +- .../test/java/io/openvidu/client/test/OpenViduClientTest.java | 2 +- .../src/main/java/io/openvidu/java/client/Connection.java | 2 +- .../src/main/java/io/openvidu/java/client/KurentoOptions.java | 2 +- .../src/main/java/io/openvidu/java/client/MediaMode.java | 2 +- .../src/main/java/io/openvidu/java/client/OpenVidu.java | 2 +- .../java/io/openvidu/java/client/OpenViduHttpException.java | 2 +- .../io/openvidu/java/client/OpenViduJavaClientException.java | 2 +- .../src/main/java/io/openvidu/java/client/OpenViduRole.java | 2 +- .../src/main/java/io/openvidu/java/client/Publisher.java | 2 +- .../src/main/java/io/openvidu/java/client/Recording.java | 2 +- .../src/main/java/io/openvidu/java/client/RecordingLayout.java | 2 +- .../src/main/java/io/openvidu/java/client/RecordingMode.java | 2 +- .../main/java/io/openvidu/java/client/RecordingProperties.java | 2 +- .../src/main/java/io/openvidu/java/client/Session.java | 2 +- .../main/java/io/openvidu/java/client/SessionProperties.java | 2 +- .../src/main/java/io/openvidu/java/client/TokenOptions.java | 2 +- openvidu-node-client/src/Connection.ts | 2 +- openvidu-node-client/src/MediaMode.ts | 2 +- openvidu-node-client/src/OpenVidu.ts | 2 +- openvidu-node-client/src/OpenViduRole.ts | 2 +- openvidu-node-client/src/Publisher.ts | 2 +- openvidu-node-client/src/Recording.ts | 2 +- openvidu-node-client/src/RecordingLayout.ts | 2 +- openvidu-node-client/src/RecordingMode.ts | 2 +- openvidu-node-client/src/RecordingProperties.ts | 2 +- openvidu-node-client/src/Session.ts | 2 +- openvidu-node-client/src/SessionProperties.ts | 2 +- openvidu-node-client/src/TokenOptions.ts | 2 +- openvidu-server/NOTICE | 2 +- .../src/main/java/io/openvidu/server/OpenViduServer.java | 2 +- .../src/main/java/io/openvidu/server/cdr/CDREvent.java | 2 +- .../src/main/java/io/openvidu/server/cdr/CDREventName.java | 2 +- .../src/main/java/io/openvidu/server/cdr/CDRLogger.java | 2 +- .../src/main/java/io/openvidu/server/cdr/CDRLoggerFile.java | 2 +- .../src/main/java/io/openvidu/server/cdr/CallDetailRecord.java | 2 +- .../src/main/java/io/openvidu/server/config/InfoHandler.java | 2 +- .../main/java/io/openvidu/server/config/InfoSocketConfig.java | 2 +- .../src/main/java/io/openvidu/server/config/OpenviduConfig.java | 2 +- .../src/main/java/io/openvidu/server/config/SecurityConfig.java | 2 +- .../main/java/io/openvidu/server/config/ServletCustomizer.java | 2 +- .../src/main/java/io/openvidu/server/core/MediaOptions.java | 2 +- .../src/main/java/io/openvidu/server/core/Participant.java | 2 +- .../src/main/java/io/openvidu/server/core/ParticipantRole.java | 2 +- .../src/main/java/io/openvidu/server/core/Session.java | 2 +- .../main/java/io/openvidu/server/core/SessionEventsHandler.java | 2 +- .../src/main/java/io/openvidu/server/core/SessionManager.java | 2 +- .../src/main/java/io/openvidu/server/core/Token.java | 2 +- .../io/openvidu/server/coturn/BashCoturnCredentialsService.java | 2 +- .../io/openvidu/server/coturn/CoturnCredentialsService.java | 2 +- .../openvidu/server/coturn/CoturnCredentialsServiceFactory.java | 2 +- .../main/java/io/openvidu/server/coturn/TurnCredentials.java | 2 +- .../server/kurento/AutodiscoveryKurentoClientProvider.java | 2 +- .../java/io/openvidu/server/kurento/KurentoClientProvider.java | 2 +- .../io/openvidu/server/kurento/KurentoClientSessionInfo.java | 2 +- .../src/main/java/io/openvidu/server/kurento/KurentoFilter.java | 2 +- .../server/kurento/OpenViduKurentoClientSessionInfo.java | 2 +- .../src/main/java/io/openvidu/server/kurento/TrackType.java | 2 +- .../io/openvidu/server/kurento/core/KurentoMediaOptions.java | 2 +- .../io/openvidu/server/kurento/core/KurentoParticipant.java | 2 +- .../java/io/openvidu/server/kurento/core/KurentoSession.java | 2 +- .../server/kurento/core/KurentoSessionEventsHandler.java | 2 +- .../io/openvidu/server/kurento/core/KurentoSessionManager.java | 2 +- .../io/openvidu/server/kurento/core/KurentoTokenOptions.java | 2 +- .../main/java/io/openvidu/server/kurento/endpoint/KmsEvent.java | 2 +- .../java/io/openvidu/server/kurento/endpoint/KmsMediaEvent.java | 2 +- .../java/io/openvidu/server/kurento/endpoint/MediaEndpoint.java | 2 +- .../io/openvidu/server/kurento/endpoint/PublisherEndpoint.java | 2 +- .../main/java/io/openvidu/server/kurento/endpoint/SdpType.java | 2 +- .../io/openvidu/server/kurento/endpoint/SubscriberEndpoint.java | 2 +- .../java/io/openvidu/server/kurento/kms/FixedOneKmsManager.java | 2 +- .../src/main/java/io/openvidu/server/kurento/kms/Kms.java | 2 +- .../main/java/io/openvidu/server/kurento/kms/KmsManager.java | 2 +- .../main/java/io/openvidu/server/kurento/kms/LoadManager.java | 2 +- .../io/openvidu/server/kurento/kms/MaxWebRtcLoadManager.java | 2 +- .../java/io/openvidu/server/recording/LayoutsHttpHandler.java | 2 +- .../io/openvidu/server/recording/RecorderEndpointWrapper.java | 2 +- .../src/main/java/io/openvidu/server/recording/Recording.java | 2 +- .../java/io/openvidu/server/recording/RecordingInfoUtils.java | 2 +- .../io/openvidu/server/recording/RecordingsHttpHandler.java | 2 +- .../server/recording/service/ComposedRecordingService.java | 2 +- .../io/openvidu/server/recording/service/RecordingManager.java | 2 +- .../io/openvidu/server/recording/service/RecordingService.java | 2 +- .../server/recording/service/SingleStreamRecordingService.java | 2 +- .../recording/service/WaitForContainerStoppedCallback.java | 2 +- .../java/io/openvidu/server/rest/CertificateRestController.java | 2 +- .../main/java/io/openvidu/server/rest/ConfigRestController.java | 2 +- .../java/io/openvidu/server/rest/SessionRestController.java | 2 +- .../src/main/java/io/openvidu/server/rpc/RpcConnection.java | 2 +- .../src/main/java/io/openvidu/server/rpc/RpcHandler.java | 2 +- .../java/io/openvidu/server/rpc/RpcNotificationService.java | 2 +- .../src/main/java/io/openvidu/server/utils/CommandExecutor.java | 2 +- .../main/java/io/openvidu/server/utils/CustomFileWriter.java | 2 +- .../src/main/java/io/openvidu/server/utils/GeoLocationByIp.java | 2 +- .../src/main/java/io/openvidu/server/utils/JsonUtils.java | 2 +- .../java/io/openvidu/server/test/AutodiscoveryKmsUrlTest.java | 2 +- .../src/test/java/io/openvidu/server/test/RoomProtocolTest.java | 2 +- .../test/java/io/openvidu/server/test/core/RoomManagerTest.java | 2 +- .../test/java/io/openvidu/test/e2e/OpenViduEventManager.java | 2 +- .../test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java | 2 +- .../src/test/java/io/openvidu/test/e2e/browser/BrowserUser.java | 2 +- .../java/io/openvidu/test/e2e/browser/ChromeAndroidUser.java | 2 +- .../src/test/java/io/openvidu/test/e2e/browser/ChromeUser.java | 2 +- .../src/test/java/io/openvidu/test/e2e/browser/FirefoxUser.java | 2 +- .../main/java/io/openvidu/test/OpenViduClientBrowserTest.java | 2 +- .../src/main/java/io/openvidu/test/RoomClientFakeTest.java | 2 +- .../main/java/io/openvidu/test/RoomFunctionalBrowserTest.java | 2 +- .../src/main/java/io/openvidu/test/RoomFunctionalFakeTest.java | 2 +- .../src/main/java/io/openvidu/test/browser/AddRemoveUsers.java | 2 +- .../io/openvidu/test/browser/AddRemoveUsersNoSinkVerify.java | 2 +- .../main/java/io/openvidu/test/browser/NUsersEqualLifetime.java | 2 +- .../main/java/io/openvidu/test/browser/OneUserQuickReentry.java | 2 +- .../main/java/io/openvidu/test/browser/SeqAddRemoveUser.java | 2 +- .../java/io/openvidu/test/browser/SeqNUsersEqualLifetime.java | 2 +- .../java/io/openvidu/test/browser/TwoUsersEqualLifetime.java | 2 +- .../src/main/java/io/openvidu/test/browser/UnpublishMedia.java | 2 +- .../java/io/openvidu/test/browser/UnsubscribeFromMedia.java | 2 +- .../main/java/io/openvidu/test/browser/WebAppAvailability.java | 2 +- .../java/io/openvidu/test/config/RoomTestConfiguration.java | 2 +- .../src/main/java/io/openvidu/test/fake/ExtraKmsFakeUsers.java | 2 +- .../src/main/java/io/openvidu/test/fake/MixedUsers.java | 2 +- .../src/main/java/io/openvidu/test/fake/ParallelNFakeUsers.java | 2 +- .../main/java/io/openvidu/test/fake/util/AudioVideoFile.java | 2 +- .../main/java/io/openvidu/test/fake/util/FakeParticipant.java | 2 +- .../src/main/java/io/openvidu/test/fake/util/FakeSession.java | 2 +- .../src/main/java/io/openvidu/test/fake/util/TestPipeline.java | 2 +- 181 files changed, 181 insertions(+), 181 deletions(-) diff --git a/NOTICE b/NOTICE index 3d0e66b8..649b8ce3 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -(C) Copyright 2017-2018 OpenVidu (https://openvidu.io) +(C) Copyright 2017-2019 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/Connection.ts b/openvidu-browser/src/OpenVidu/Connection.ts index 83dc9f2b..a35a1f7f 100644 --- a/openvidu-browser/src/OpenVidu/Connection.ts +++ b/openvidu-browser/src/OpenVidu/Connection.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 0f50e6e4..c2861dcf 100644 --- a/openvidu-browser/src/OpenVidu/Filter.ts +++ b/openvidu-browser/src/OpenVidu/Filter.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 395ce91d..8ac8ff08 100644 --- a/openvidu-browser/src/OpenVidu/LocalRecorder.ts +++ b/openvidu-browser/src/OpenVidu/LocalRecorder.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 73678f1f..00ad4b52 100644 --- a/openvidu-browser/src/OpenVidu/OpenVidu.ts +++ b/openvidu-browser/src/OpenVidu/OpenVidu.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 eef770c8..e420f6ac 100644 --- a/openvidu-browser/src/OpenVidu/Publisher.ts +++ b/openvidu-browser/src/OpenVidu/Publisher.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 92e1c8cb..85e4e9c1 100644 --- a/openvidu-browser/src/OpenVidu/Session.ts +++ b/openvidu-browser/src/OpenVidu/Session.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 957e0341..14597d99 100644 --- a/openvidu-browser/src/OpenVidu/Stream.ts +++ b/openvidu-browser/src/OpenVidu/Stream.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 05bbf36b..4c0ef6b7 100644 --- a/openvidu-browser/src/OpenVidu/StreamManager.ts +++ b/openvidu-browser/src/OpenVidu/StreamManager.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 6fea3ded..597ffc6e 100644 --- a/openvidu-browser/src/OpenVidu/Subscriber.ts +++ b/openvidu-browser/src/OpenVidu/Subscriber.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 88ee884a..0cc1f375 100644 --- a/openvidu-browser/src/OpenViduInternal/Enums/LocalRecorderState.ts +++ b/openvidu-browser/src/OpenViduInternal/Enums/LocalRecorderState.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 8f1a3cf3..6d81c74b 100644 --- a/openvidu-browser/src/OpenViduInternal/Enums/OpenViduError.ts +++ b/openvidu-browser/src/OpenViduInternal/Enums/OpenViduError.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 0c17de56..f43193c8 100644 --- a/openvidu-browser/src/OpenViduInternal/Enums/VideoInsertMode.ts +++ b/openvidu-browser/src/OpenViduInternal/Enums/VideoInsertMode.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 4d1014f2..16eed41c 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/ConnectionEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/ConnectionEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 b51f975d..f4468af1 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/Event.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/Event.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 a05907aa..dc021245 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/FilterEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/FilterEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 9f0300b2..29ca0b12 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/PublisherSpeakingEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/PublisherSpeakingEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 1d88bb11..1e7dfa71 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/RecordingEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 0887f7ca..530f7f34 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/SessionDisconnectedEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/SessionDisconnectedEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 7b3d3f87..de8f469d 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/SignalEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/SignalEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 a0408aa6..c6ec48c4 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 567951ea..c5880968 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/StreamManagerEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/StreamManagerEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 fcffb93b..68c8a52a 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/StreamPropertyChangedEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/StreamPropertyChangedEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 fe0f6f03..8728b5a5 100644 --- a/openvidu-browser/src/OpenViduInternal/Events/VideoElementEvent.ts +++ b/openvidu-browser/src/OpenViduInternal/Events/VideoElementEvent.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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/ConnectionOptions.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/ConnectionOptions.ts index d05a7b3b..163d86f2 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/ConnectionOptions.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/ConnectionOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 6ebfaf0b..836eafcf 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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/ObjMap.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/ObjMap.ts index 5e339e0f..b1c2b71e 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Private/ObjMap.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Private/ObjMap.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 f392cd13..5630943a 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 5d8a2645..cfb0ce1e 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 09f690f0..33fbae45 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 28c4a848..bc7d0277 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 1112735e..d5286552 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 61a96449..60745889 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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/EventDispatcher.ts b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/EventDispatcher.ts index 96e9cc3b..2683f753 100644 --- a/openvidu-browser/src/OpenViduInternal/Interfaces/Public/EventDispatcher.ts +++ b/openvidu-browser/src/OpenViduInternal/Interfaces/Public/EventDispatcher.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 5ce456f7..f6eeee4d 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 b710c604..2f22eb16 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 0f6c1ac6..0530eefe 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 3e936471..1b4c5ab0 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 c86fe206..425fe168 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-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 9fb6e7d8..b416c596 100644 --- a/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts +++ b/openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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 fa3481dd..a49fe35b 100644 --- a/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts +++ b/openvidu-browser/src/OpenViduInternal/WebRtcStats/WebRtcStats.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/OpenViduClient.java b/openvidu-client/src/main/java/io/openvidu/client/OpenViduClient.java index b07e6b9c..a9042e85 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/OpenViduClient.java +++ b/openvidu-client/src/main/java/io/openvidu/client/OpenViduClient.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/OpenViduException.java b/openvidu-client/src/main/java/io/openvidu/client/OpenViduException.java index c18b06b1..01841680 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/OpenViduException.java +++ b/openvidu-client/src/main/java/io/openvidu/client/OpenViduException.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/ServerJsonRpcHandler.java b/openvidu-client/src/main/java/io/openvidu/client/ServerJsonRpcHandler.java index 1257d7d8..2801c0b5 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/ServerJsonRpcHandler.java +++ b/openvidu-client/src/main/java/io/openvidu/client/ServerJsonRpcHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/IceCandidateInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/IceCandidateInfo.java index abb81a15..b9a5a496 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/IceCandidateInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/IceCandidateInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/JsonRoomUtils.java b/openvidu-client/src/main/java/io/openvidu/client/internal/JsonRoomUtils.java index f98e7f63..90b61ad6 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/JsonRoomUtils.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/JsonRoomUtils.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/MediaErrorInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/MediaErrorInfo.java index ed4c6ce5..f36fe302 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/MediaErrorInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/MediaErrorInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/Notification.java b/openvidu-client/src/main/java/io/openvidu/client/internal/Notification.java index e9751be9..75b4c2dc 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/Notification.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/Notification.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/ParticipantEvictedInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantEvictedInfo.java index 7da59033..cfe05b71 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantEvictedInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantEvictedInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/ParticipantJoinedInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantJoinedInfo.java index 3f12143f..3179da96 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantJoinedInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantJoinedInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/ParticipantLeftInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantLeftInfo.java index 1be8a0b5..cea76f49 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantLeftInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantLeftInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/ParticipantPublishedInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantPublishedInfo.java index 6f650cff..8cec3224 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantPublishedInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantPublishedInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/ParticipantUnpublishedInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantUnpublishedInfo.java index 19ca09c7..86008f18 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantUnpublishedInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/ParticipantUnpublishedInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/ProtocolElements.java b/openvidu-client/src/main/java/io/openvidu/client/internal/ProtocolElements.java index f7d4ba44..3ceeb2dc 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/ProtocolElements.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/ProtocolElements.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/RoomClosedInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/RoomClosedInfo.java index 743c7f4c..d363eace 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/RoomClosedInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/RoomClosedInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/main/java/io/openvidu/client/internal/SendMessageInfo.java b/openvidu-client/src/main/java/io/openvidu/client/internal/SendMessageInfo.java index 063ed397..2c5372e7 100644 --- a/openvidu-client/src/main/java/io/openvidu/client/internal/SendMessageInfo.java +++ b/openvidu-client/src/main/java/io/openvidu/client/internal/SendMessageInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-client/src/test/java/io/openvidu/client/test/OpenViduClientTest.java b/openvidu-client/src/test/java/io/openvidu/client/test/OpenViduClientTest.java index 62ed36a9..c57ed951 100644 --- a/openvidu-client/src/test/java/io/openvidu/client/test/OpenViduClientTest.java +++ b/openvidu-client/src/test/java/io/openvidu/client/test/OpenViduClientTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/Connection.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/Connection.java index bd83936a..660d7d7d 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/Connection.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/Connection.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/KurentoOptions.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/KurentoOptions.java index 0e54ae92..d8fec7ac 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/KurentoOptions.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/KurentoOptions.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/MediaMode.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/MediaMode.java index 5924ff4e..f451b0e4 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/MediaMode.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/MediaMode.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/OpenVidu.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenVidu.java index a9e41581..876b72f6 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenVidu.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenVidu.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/OpenViduHttpException.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduHttpException.java index 0b362269..91973a75 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduHttpException.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduHttpException.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/OpenViduJavaClientException.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduJavaClientException.java index 3af6604c..adad04eb 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduJavaClientException.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduJavaClientException.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/OpenViduRole.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduRole.java index 295ff9a7..01f224d0 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduRole.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduRole.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/Publisher.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/Publisher.java index 3c73b9dc..ef4a3a5e 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/Publisher.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/Publisher.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/Recording.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/Recording.java index 503cec79..ed803b6d 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/Recording.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/Recording.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/RecordingLayout.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingLayout.java index b3f4cd88..be66cbde 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingLayout.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingLayout.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/RecordingMode.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingMode.java index fa8dc12e..0e33976c 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingMode.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingMode.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/RecordingProperties.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingProperties.java index 77af078e..1224775d 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingProperties.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/RecordingProperties.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/Session.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/Session.java index 52afa4c9..9f55cf0c 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/Session.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/Session.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/SessionProperties.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/SessionProperties.java index 89e97586..06dde347 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/SessionProperties.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/SessionProperties.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-java-client/src/main/java/io/openvidu/java/client/TokenOptions.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/TokenOptions.java index be8d681d..8e9cde1a 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/TokenOptions.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/TokenOptions.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/Connection.ts b/openvidu-node-client/src/Connection.ts index 8f250a7e..368e1302 100644 --- a/openvidu-node-client/src/Connection.ts +++ b/openvidu-node-client/src/Connection.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/MediaMode.ts b/openvidu-node-client/src/MediaMode.ts index 319fc57d..75dd40ce 100644 --- a/openvidu-node-client/src/MediaMode.ts +++ b/openvidu-node-client/src/MediaMode.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/OpenVidu.ts b/openvidu-node-client/src/OpenVidu.ts index 8178b653..24bc56ac 100644 --- a/openvidu-node-client/src/OpenVidu.ts +++ b/openvidu-node-client/src/OpenVidu.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/OpenViduRole.ts b/openvidu-node-client/src/OpenViduRole.ts index 8b821d11..e8f0c01d 100644 --- a/openvidu-node-client/src/OpenViduRole.ts +++ b/openvidu-node-client/src/OpenViduRole.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/Publisher.ts b/openvidu-node-client/src/Publisher.ts index 8602918b..55af5ea8 100644 --- a/openvidu-node-client/src/Publisher.ts +++ b/openvidu-node-client/src/Publisher.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/Recording.ts b/openvidu-node-client/src/Recording.ts index 4abbcabc..3c2d0659 100644 --- a/openvidu-node-client/src/Recording.ts +++ b/openvidu-node-client/src/Recording.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/RecordingLayout.ts b/openvidu-node-client/src/RecordingLayout.ts index d62801ca..80793c93 100644 --- a/openvidu-node-client/src/RecordingLayout.ts +++ b/openvidu-node-client/src/RecordingLayout.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/RecordingMode.ts b/openvidu-node-client/src/RecordingMode.ts index 178188f9..e987db28 100644 --- a/openvidu-node-client/src/RecordingMode.ts +++ b/openvidu-node-client/src/RecordingMode.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/RecordingProperties.ts b/openvidu-node-client/src/RecordingProperties.ts index b35116a6..8379a2a3 100644 --- a/openvidu-node-client/src/RecordingProperties.ts +++ b/openvidu-node-client/src/RecordingProperties.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/Session.ts b/openvidu-node-client/src/Session.ts index 5ac5d6e1..965eb091 100644 --- a/openvidu-node-client/src/Session.ts +++ b/openvidu-node-client/src/Session.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/SessionProperties.ts b/openvidu-node-client/src/SessionProperties.ts index efb1a0e4..903b323b 100644 --- a/openvidu-node-client/src/SessionProperties.ts +++ b/openvidu-node-client/src/SessionProperties.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-node-client/src/TokenOptions.ts b/openvidu-node-client/src/TokenOptions.ts index d1455017..bc9f878d 100644 --- a/openvidu-node-client/src/TokenOptions.ts +++ b/openvidu-node-client/src/TokenOptions.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/NOTICE b/openvidu-server/NOTICE index c1ca596d..03192876 100644 --- a/openvidu-server/NOTICE +++ b/openvidu-server/NOTICE @@ -1,4 +1,4 @@ -(C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) +(C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/OpenViduServer.java b/openvidu-server/src/main/java/io/openvidu/server/OpenViduServer.java index 3b0bd110..6e9faba7 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/OpenViduServer.java +++ b/openvidu-server/src/main/java/io/openvidu/server/OpenViduServer.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/cdr/CDREvent.java b/openvidu-server/src/main/java/io/openvidu/server/cdr/CDREvent.java index 95c3fa8e..7a83ad36 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/cdr/CDREvent.java +++ b/openvidu-server/src/main/java/io/openvidu/server/cdr/CDREvent.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/cdr/CDREventName.java b/openvidu-server/src/main/java/io/openvidu/server/cdr/CDREventName.java index 7653309b..a8d849f0 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/cdr/CDREventName.java +++ b/openvidu-server/src/main/java/io/openvidu/server/cdr/CDREventName.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/cdr/CDRLogger.java b/openvidu-server/src/main/java/io/openvidu/server/cdr/CDRLogger.java index 6e3d62a8..a83c28b4 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/cdr/CDRLogger.java +++ b/openvidu-server/src/main/java/io/openvidu/server/cdr/CDRLogger.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/cdr/CDRLoggerFile.java b/openvidu-server/src/main/java/io/openvidu/server/cdr/CDRLoggerFile.java index fd734e31..a0f41a66 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/cdr/CDRLoggerFile.java +++ b/openvidu-server/src/main/java/io/openvidu/server/cdr/CDRLoggerFile.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/cdr/CallDetailRecord.java b/openvidu-server/src/main/java/io/openvidu/server/cdr/CallDetailRecord.java index 9edb581a..a94e06a5 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/cdr/CallDetailRecord.java +++ b/openvidu-server/src/main/java/io/openvidu/server/cdr/CallDetailRecord.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/config/InfoHandler.java b/openvidu-server/src/main/java/io/openvidu/server/config/InfoHandler.java index a0b04d73..f71bca45 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/config/InfoHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/config/InfoHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/config/InfoSocketConfig.java b/openvidu-server/src/main/java/io/openvidu/server/config/InfoSocketConfig.java index 3395ac5f..f3572a53 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/config/InfoSocketConfig.java +++ b/openvidu-server/src/main/java/io/openvidu/server/config/InfoSocketConfig.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/config/OpenviduConfig.java b/openvidu-server/src/main/java/io/openvidu/server/config/OpenviduConfig.java index f92058f3..b5d9917b 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/config/OpenviduConfig.java +++ b/openvidu-server/src/main/java/io/openvidu/server/config/OpenviduConfig.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/config/SecurityConfig.java b/openvidu-server/src/main/java/io/openvidu/server/config/SecurityConfig.java index 3c89b2b7..a71ec24f 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/config/SecurityConfig.java +++ b/openvidu-server/src/main/java/io/openvidu/server/config/SecurityConfig.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/config/ServletCustomizer.java b/openvidu-server/src/main/java/io/openvidu/server/config/ServletCustomizer.java index 593d4e4b..e4e133d1 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/config/ServletCustomizer.java +++ b/openvidu-server/src/main/java/io/openvidu/server/config/ServletCustomizer.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/core/MediaOptions.java b/openvidu-server/src/main/java/io/openvidu/server/core/MediaOptions.java index c953bfea..57bf2e9a 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/MediaOptions.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/MediaOptions.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/core/Participant.java b/openvidu-server/src/main/java/io/openvidu/server/core/Participant.java index 65c8e817..22e64c08 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/Participant.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/Participant.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/core/ParticipantRole.java b/openvidu-server/src/main/java/io/openvidu/server/core/ParticipantRole.java index 677f9cb2..d8104305 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/ParticipantRole.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/ParticipantRole.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/core/Session.java b/openvidu-server/src/main/java/io/openvidu/server/core/Session.java index 84dd7233..d0c3b36f 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/Session.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/Session.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/core/SessionEventsHandler.java b/openvidu-server/src/main/java/io/openvidu/server/core/SessionEventsHandler.java index 6e53f44e..f07e841d 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/SessionEventsHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/SessionEventsHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/core/SessionManager.java b/openvidu-server/src/main/java/io/openvidu/server/core/SessionManager.java index 6dcb60e9..9ac58c83 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/SessionManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/SessionManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/core/Token.java b/openvidu-server/src/main/java/io/openvidu/server/core/Token.java index ad550648..75d380f1 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/Token.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/Token.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/coturn/BashCoturnCredentialsService.java b/openvidu-server/src/main/java/io/openvidu/server/coturn/BashCoturnCredentialsService.java index 7ad8de53..76e9e9fc 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/coturn/BashCoturnCredentialsService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/coturn/BashCoturnCredentialsService.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsService.java b/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsService.java index 84983228..d4078bb5 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsService.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsServiceFactory.java b/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsServiceFactory.java index 6ef6927d..f8b6a839 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsServiceFactory.java +++ b/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsServiceFactory.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/coturn/TurnCredentials.java b/openvidu-server/src/main/java/io/openvidu/server/coturn/TurnCredentials.java index 037d806f..02601f3f 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/coturn/TurnCredentials.java +++ b/openvidu-server/src/main/java/io/openvidu/server/coturn/TurnCredentials.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/AutodiscoveryKurentoClientProvider.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/AutodiscoveryKurentoClientProvider.java index 1a3430e8..ee38a314 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/AutodiscoveryKurentoClientProvider.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/AutodiscoveryKurentoClientProvider.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/KurentoClientProvider.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoClientProvider.java index add7f781..2172fe87 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoClientProvider.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoClientProvider.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/KurentoClientSessionInfo.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoClientSessionInfo.java index 60b5eeab..d818041c 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoClientSessionInfo.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoClientSessionInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/KurentoFilter.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoFilter.java index 404f553a..6370bcc5 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoFilter.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/KurentoFilter.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/OpenViduKurentoClientSessionInfo.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/OpenViduKurentoClientSessionInfo.java index ca6afb58..a5ca9b66 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/OpenViduKurentoClientSessionInfo.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/OpenViduKurentoClientSessionInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/TrackType.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/TrackType.java index f39648b2..38be72bd 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/TrackType.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/TrackType.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/core/KurentoMediaOptions.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoMediaOptions.java index 48b424f5..13abb43f 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoMediaOptions.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoMediaOptions.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/core/KurentoParticipant.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoParticipant.java index b2d59e1b..93b7a378 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoParticipant.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoParticipant.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/core/KurentoSession.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSession.java index 8e2750cc..e40bc90c 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSession.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSession.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/core/KurentoSessionEventsHandler.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSessionEventsHandler.java index 23c3075b..2a996d3e 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSessionEventsHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSessionEventsHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/core/KurentoSessionManager.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSessionManager.java index 547c3c2f..663cc8c6 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSessionManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoSessionManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/core/KurentoTokenOptions.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoTokenOptions.java index 190b124e..1d3ba098 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoTokenOptions.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/core/KurentoTokenOptions.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/endpoint/KmsEvent.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/KmsEvent.java index 499d16e3..46825844 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/KmsEvent.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/KmsEvent.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/endpoint/KmsMediaEvent.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/KmsMediaEvent.java index 3a328bb5..1b855483 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/KmsMediaEvent.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/KmsMediaEvent.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/endpoint/MediaEndpoint.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/MediaEndpoint.java index 84a3603f..0b28484b 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/MediaEndpoint.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/MediaEndpoint.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/endpoint/PublisherEndpoint.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/PublisherEndpoint.java index c45b011d..b4ebba76 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/PublisherEndpoint.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/PublisherEndpoint.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/endpoint/SdpType.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/SdpType.java index 55e61dd0..5a972c6a 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/SdpType.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/SdpType.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/endpoint/SubscriberEndpoint.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/SubscriberEndpoint.java index d5b07da3..771b1c34 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/SubscriberEndpoint.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/SubscriberEndpoint.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/kms/FixedOneKmsManager.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/FixedOneKmsManager.java index b49bfc92..5090110e 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/FixedOneKmsManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/FixedOneKmsManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/kms/Kms.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/Kms.java index 3d9d022d..77363477 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/Kms.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/Kms.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/kms/KmsManager.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/KmsManager.java index f9192205..f2a79dbf 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/KmsManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/KmsManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/kms/LoadManager.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/LoadManager.java index 6a1bd46e..570499cd 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/LoadManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/LoadManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/kurento/kms/MaxWebRtcLoadManager.java b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/MaxWebRtcLoadManager.java index 5e38b483..b6623f28 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/MaxWebRtcLoadManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kurento/kms/MaxWebRtcLoadManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/LayoutsHttpHandler.java b/openvidu-server/src/main/java/io/openvidu/server/recording/LayoutsHttpHandler.java index 4bff4f9e..8e914282 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/LayoutsHttpHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/LayoutsHttpHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/RecorderEndpointWrapper.java b/openvidu-server/src/main/java/io/openvidu/server/recording/RecorderEndpointWrapper.java index a9ae8a77..63e46863 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/RecorderEndpointWrapper.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/RecorderEndpointWrapper.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/Recording.java b/openvidu-server/src/main/java/io/openvidu/server/recording/Recording.java index 8383f644..392a693c 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/Recording.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/Recording.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/RecordingInfoUtils.java b/openvidu-server/src/main/java/io/openvidu/server/recording/RecordingInfoUtils.java index e1288376..5fd58231 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/RecordingInfoUtils.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/RecordingInfoUtils.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/RecordingsHttpHandler.java b/openvidu-server/src/main/java/io/openvidu/server/recording/RecordingsHttpHandler.java index 973b91a0..b2a1b00f 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/RecordingsHttpHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/RecordingsHttpHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/service/ComposedRecordingService.java b/openvidu-server/src/main/java/io/openvidu/server/recording/service/ComposedRecordingService.java index ad1bf031..d673b02f 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/service/ComposedRecordingService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/service/ComposedRecordingService.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/service/RecordingManager.java b/openvidu-server/src/main/java/io/openvidu/server/recording/service/RecordingManager.java index 479bd56e..982a1669 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/service/RecordingManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/service/RecordingManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/service/RecordingService.java b/openvidu-server/src/main/java/io/openvidu/server/recording/service/RecordingService.java index 8ac87d94..6c07d119 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/service/RecordingService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/service/RecordingService.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/service/SingleStreamRecordingService.java b/openvidu-server/src/main/java/io/openvidu/server/recording/service/SingleStreamRecordingService.java index 07d10c85..730c0ff0 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/service/SingleStreamRecordingService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/service/SingleStreamRecordingService.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/recording/service/WaitForContainerStoppedCallback.java b/openvidu-server/src/main/java/io/openvidu/server/recording/service/WaitForContainerStoppedCallback.java index e9a520c0..9d9a9772 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/service/WaitForContainerStoppedCallback.java +++ b/openvidu-server/src/main/java/io/openvidu/server/recording/service/WaitForContainerStoppedCallback.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/rest/CertificateRestController.java b/openvidu-server/src/main/java/io/openvidu/server/rest/CertificateRestController.java index c694793e..80b6a2b4 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rest/CertificateRestController.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rest/CertificateRestController.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/rest/ConfigRestController.java b/openvidu-server/src/main/java/io/openvidu/server/rest/ConfigRestController.java index 1316302f..812164c9 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rest/ConfigRestController.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rest/ConfigRestController.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/rest/SessionRestController.java b/openvidu-server/src/main/java/io/openvidu/server/rest/SessionRestController.java index 315c1eb9..b5646831 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rest/SessionRestController.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rest/SessionRestController.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/rpc/RpcConnection.java b/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcConnection.java index 853a2ed3..605a2f75 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcConnection.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcConnection.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/rpc/RpcHandler.java b/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcHandler.java index ab0bd7b9..ded85842 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/rpc/RpcNotificationService.java b/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcNotificationService.java index db19a138..a897c40c 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcNotificationService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rpc/RpcNotificationService.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/utils/CommandExecutor.java b/openvidu-server/src/main/java/io/openvidu/server/utils/CommandExecutor.java index 49f5db90..14a24760 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/utils/CommandExecutor.java +++ b/openvidu-server/src/main/java/io/openvidu/server/utils/CommandExecutor.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/utils/CustomFileWriter.java b/openvidu-server/src/main/java/io/openvidu/server/utils/CustomFileWriter.java index e3a4f794..004692b2 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/utils/CustomFileWriter.java +++ b/openvidu-server/src/main/java/io/openvidu/server/utils/CustomFileWriter.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/utils/GeoLocationByIp.java b/openvidu-server/src/main/java/io/openvidu/server/utils/GeoLocationByIp.java index 422e55ce..b2a26694 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/utils/GeoLocationByIp.java +++ b/openvidu-server/src/main/java/io/openvidu/server/utils/GeoLocationByIp.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/main/java/io/openvidu/server/utils/JsonUtils.java b/openvidu-server/src/main/java/io/openvidu/server/utils/JsonUtils.java index a5f51c73..48bc3361 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/utils/JsonUtils.java +++ b/openvidu-server/src/main/java/io/openvidu/server/utils/JsonUtils.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/test/java/io/openvidu/server/test/AutodiscoveryKmsUrlTest.java b/openvidu-server/src/test/java/io/openvidu/server/test/AutodiscoveryKmsUrlTest.java index 4586632e..a5b880a6 100644 --- a/openvidu-server/src/test/java/io/openvidu/server/test/AutodiscoveryKmsUrlTest.java +++ b/openvidu-server/src/test/java/io/openvidu/server/test/AutodiscoveryKmsUrlTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/test/java/io/openvidu/server/test/RoomProtocolTest.java b/openvidu-server/src/test/java/io/openvidu/server/test/RoomProtocolTest.java index f8eecb64..788b43bc 100644 --- a/openvidu-server/src/test/java/io/openvidu/server/test/RoomProtocolTest.java +++ b/openvidu-server/src/test/java/io/openvidu/server/test/RoomProtocolTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-server/src/test/java/io/openvidu/server/test/core/RoomManagerTest.java b/openvidu-server/src/test/java/io/openvidu/server/test/core/RoomManagerTest.java index f3b5474c..f9644622 100644 --- a/openvidu-server/src/test/java/io/openvidu/server/test/core/RoomManagerTest.java +++ b/openvidu-server/src/test/java/io/openvidu/server/test/core/RoomManagerTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduEventManager.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduEventManager.java index 04b004fc..a6fa5329 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduEventManager.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduEventManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java index 49d18686..c245f280 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test-e2e/src/test/java/io/openvidu/test/e2e/browser/BrowserUser.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/BrowserUser.java index 180f102e..126eac1b 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/BrowserUser.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/BrowserUser.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test-e2e/src/test/java/io/openvidu/test/e2e/browser/ChromeAndroidUser.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/ChromeAndroidUser.java index 4f46fc3f..d03e7b9e 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/ChromeAndroidUser.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/ChromeAndroidUser.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test-e2e/src/test/java/io/openvidu/test/e2e/browser/ChromeUser.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/ChromeUser.java index 043ec072..6f1641b9 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/ChromeUser.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/ChromeUser.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test-e2e/src/test/java/io/openvidu/test/e2e/browser/FirefoxUser.java b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/FirefoxUser.java index 3c8fffe9..5bc6155c 100644 --- a/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/FirefoxUser.java +++ b/openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/browser/FirefoxUser.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/OpenViduClientBrowserTest.java b/openvidu-test/src/main/java/io/openvidu/test/OpenViduClientBrowserTest.java index b294a1a1..ca903a70 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/OpenViduClientBrowserTest.java +++ b/openvidu-test/src/main/java/io/openvidu/test/OpenViduClientBrowserTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/RoomClientFakeTest.java b/openvidu-test/src/main/java/io/openvidu/test/RoomClientFakeTest.java index 29981eae..0d91b724 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/RoomClientFakeTest.java +++ b/openvidu-test/src/main/java/io/openvidu/test/RoomClientFakeTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/RoomFunctionalBrowserTest.java b/openvidu-test/src/main/java/io/openvidu/test/RoomFunctionalBrowserTest.java index f3b1d39e..83d6f55b 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/RoomFunctionalBrowserTest.java +++ b/openvidu-test/src/main/java/io/openvidu/test/RoomFunctionalBrowserTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/RoomFunctionalFakeTest.java b/openvidu-test/src/main/java/io/openvidu/test/RoomFunctionalFakeTest.java index 7232d2ca..2116a69e 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/RoomFunctionalFakeTest.java +++ b/openvidu-test/src/main/java/io/openvidu/test/RoomFunctionalFakeTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/AddRemoveUsers.java b/openvidu-test/src/main/java/io/openvidu/test/browser/AddRemoveUsers.java index 2539ca6c..3afb9aeb 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/AddRemoveUsers.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/AddRemoveUsers.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/AddRemoveUsersNoSinkVerify.java b/openvidu-test/src/main/java/io/openvidu/test/browser/AddRemoveUsersNoSinkVerify.java index 20a190ff..9ae143c5 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/AddRemoveUsersNoSinkVerify.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/AddRemoveUsersNoSinkVerify.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/NUsersEqualLifetime.java b/openvidu-test/src/main/java/io/openvidu/test/browser/NUsersEqualLifetime.java index 1b3833a2..868937e0 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/NUsersEqualLifetime.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/NUsersEqualLifetime.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/OneUserQuickReentry.java b/openvidu-test/src/main/java/io/openvidu/test/browser/OneUserQuickReentry.java index cf523df5..53f65733 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/OneUserQuickReentry.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/OneUserQuickReentry.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/SeqAddRemoveUser.java b/openvidu-test/src/main/java/io/openvidu/test/browser/SeqAddRemoveUser.java index 466084ce..8defaf02 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/SeqAddRemoveUser.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/SeqAddRemoveUser.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/SeqNUsersEqualLifetime.java b/openvidu-test/src/main/java/io/openvidu/test/browser/SeqNUsersEqualLifetime.java index 14a36c76..a47c88f4 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/SeqNUsersEqualLifetime.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/SeqNUsersEqualLifetime.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/TwoUsersEqualLifetime.java b/openvidu-test/src/main/java/io/openvidu/test/browser/TwoUsersEqualLifetime.java index a9e2149b..29ba9a17 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/TwoUsersEqualLifetime.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/TwoUsersEqualLifetime.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/UnpublishMedia.java b/openvidu-test/src/main/java/io/openvidu/test/browser/UnpublishMedia.java index 68745490..657581f0 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/UnpublishMedia.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/UnpublishMedia.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/UnsubscribeFromMedia.java b/openvidu-test/src/main/java/io/openvidu/test/browser/UnsubscribeFromMedia.java index feb021ed..47838d63 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/UnsubscribeFromMedia.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/UnsubscribeFromMedia.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/browser/WebAppAvailability.java b/openvidu-test/src/main/java/io/openvidu/test/browser/WebAppAvailability.java index 495c8c9b..dc924c9f 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/browser/WebAppAvailability.java +++ b/openvidu-test/src/main/java/io/openvidu/test/browser/WebAppAvailability.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/config/RoomTestConfiguration.java b/openvidu-test/src/main/java/io/openvidu/test/config/RoomTestConfiguration.java index f4e3af80..b39d3aac 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/config/RoomTestConfiguration.java +++ b/openvidu-test/src/main/java/io/openvidu/test/config/RoomTestConfiguration.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/fake/ExtraKmsFakeUsers.java b/openvidu-test/src/main/java/io/openvidu/test/fake/ExtraKmsFakeUsers.java index 4977ae42..798c79dd 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/fake/ExtraKmsFakeUsers.java +++ b/openvidu-test/src/main/java/io/openvidu/test/fake/ExtraKmsFakeUsers.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/fake/MixedUsers.java b/openvidu-test/src/main/java/io/openvidu/test/fake/MixedUsers.java index 31306516..064a6ff2 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/fake/MixedUsers.java +++ b/openvidu-test/src/main/java/io/openvidu/test/fake/MixedUsers.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/fake/ParallelNFakeUsers.java b/openvidu-test/src/main/java/io/openvidu/test/fake/ParallelNFakeUsers.java index be8779f4..e332ea0e 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/fake/ParallelNFakeUsers.java +++ b/openvidu-test/src/main/java/io/openvidu/test/fake/ParallelNFakeUsers.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/fake/util/AudioVideoFile.java b/openvidu-test/src/main/java/io/openvidu/test/fake/util/AudioVideoFile.java index 378db91d..2f73ff88 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/fake/util/AudioVideoFile.java +++ b/openvidu-test/src/main/java/io/openvidu/test/fake/util/AudioVideoFile.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/fake/util/FakeParticipant.java b/openvidu-test/src/main/java/io/openvidu/test/fake/util/FakeParticipant.java index 297705ee..52d78dad 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/fake/util/FakeParticipant.java +++ b/openvidu-test/src/main/java/io/openvidu/test/fake/util/FakeParticipant.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/fake/util/FakeSession.java b/openvidu-test/src/main/java/io/openvidu/test/fake/util/FakeSession.java index acdaa358..0bd21838 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/fake/util/FakeSession.java +++ b/openvidu-test/src/main/java/io/openvidu/test/fake/util/FakeSession.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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-test/src/main/java/io/openvidu/test/fake/util/TestPipeline.java b/openvidu-test/src/main/java/io/openvidu/test/fake/util/TestPipeline.java index fd8f7ce1..465cec59 100644 --- a/openvidu-test/src/main/java/io/openvidu/test/fake/util/TestPipeline.java +++ b/openvidu-test/src/main/java/io/openvidu/test/fake/util/TestPipeline.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) + * (C) Copyright 2017-2019 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.