diff --git a/NOTICE b/NOTICE index b7393e6f7..6d92d204e 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -(C) Copyright 2016 Kurento (http://kurento.org) +(C) Copyright 2017 OpenVidu (http://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 e5a5f99ae..7d695a963 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 6bcd8da15..bd38288a6 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 d6e74ba1b..98d2470a3 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 9c2e738ab..0b841dff7 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 de821d898..d8e254cc2 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 64ceb1f0d..dd6ac40c3 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 ed7deebc7..d2b3a57f5 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 57d558d30..b34882b37 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 ad3f5e3f0..92a75176f 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 fa0998108..49969846f 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 922f42bc0..b6ca9a165 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 502c41c8e..75c86c68d 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 4755d82a3..824363406 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 757fbc96d..3a47d596d 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 c856fd5b7..cabbb2566 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/OpenViduException.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduException.java index efb962ee0..0b3e7d6e9 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduException.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/OpenViduException.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/NotificationRoomManager.java b/openvidu-server/src/main/java/io/openvidu/server/core/NotificationRoomManager.java index 42d7566b1..ab38a490b 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/NotificationRoomManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/NotificationRoomManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/RoomManager.java b/openvidu-server/src/main/java/io/openvidu/server/core/RoomManager.java index 8699817ba..0d6f69ded 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/RoomManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/RoomManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/api/KurentoClientProvider.java b/openvidu-server/src/main/java/io/openvidu/server/core/api/KurentoClientProvider.java index af54d49e3..9e10fd355 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/api/KurentoClientProvider.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/api/KurentoClientProvider.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/api/KurentoClientSessionInfo.java b/openvidu-server/src/main/java/io/openvidu/server/core/api/KurentoClientSessionInfo.java index fddc8aabd..f8d41e6f9 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/api/KurentoClientSessionInfo.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/api/KurentoClientSessionInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/api/MutedMediaType.java b/openvidu-server/src/main/java/io/openvidu/server/core/api/MutedMediaType.java index c286168e3..157767d14 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/api/MutedMediaType.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/api/MutedMediaType.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/api/NotificationRoomHandler.java b/openvidu-server/src/main/java/io/openvidu/server/core/api/NotificationRoomHandler.java index f788eb3bb..f56de54a4 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/api/NotificationRoomHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/api/NotificationRoomHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/api/RoomHandler.java b/openvidu-server/src/main/java/io/openvidu/server/core/api/RoomHandler.java index aa35248d2..589fbd9ad 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/api/RoomHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/api/RoomHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/api/UserNotificationService.java b/openvidu-server/src/main/java/io/openvidu/server/core/api/UserNotificationService.java index 0ddf1f700..22d6fd393 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/api/UserNotificationService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/api/UserNotificationService.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/api/pojo/ParticipantRequest.java b/openvidu-server/src/main/java/io/openvidu/server/core/api/pojo/ParticipantRequest.java index 409c53ba6..378d7e84b 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/api/pojo/ParticipantRequest.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/api/pojo/ParticipantRequest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/api/pojo/UserParticipant.java b/openvidu-server/src/main/java/io/openvidu/server/core/api/pojo/UserParticipant.java index aaa9c6578..5653f0b3a 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/api/pojo/UserParticipant.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/api/pojo/UserParticipant.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/endpoint/MediaEndpoint.java b/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/MediaEndpoint.java index 142d1cc84..65df06ee9 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/MediaEndpoint.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/MediaEndpoint.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2013 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/endpoint/PublisherEndpoint.java b/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/PublisherEndpoint.java index 6803fdbfd..e267330d7 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/PublisherEndpoint.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/PublisherEndpoint.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2013 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/endpoint/SdpType.java b/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/SdpType.java index fcc45f995..d05d73be2 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/SdpType.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/SdpType.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/endpoint/SubscriberEndpoint.java b/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/SubscriberEndpoint.java index c169400e8..5727c37e6 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/SubscriberEndpoint.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/endpoint/SubscriberEndpoint.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2013 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/internal/DefaultKurentoClientSessionInfo.java b/openvidu-server/src/main/java/io/openvidu/server/core/internal/DefaultKurentoClientSessionInfo.java index 03ea64784..38fad7577 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/internal/DefaultKurentoClientSessionInfo.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/internal/DefaultKurentoClientSessionInfo.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/internal/DefaultNotificationRoomHandler.java b/openvidu-server/src/main/java/io/openvidu/server/core/internal/DefaultNotificationRoomHandler.java index 24680375c..96a3a1291 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/internal/DefaultNotificationRoomHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/internal/DefaultNotificationRoomHandler.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/internal/Participant.java b/openvidu-server/src/main/java/io/openvidu/server/core/internal/Participant.java index 7e4d1eec2..07601e03c 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/internal/Participant.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/internal/Participant.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2014 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/internal/Room.java b/openvidu-server/src/main/java/io/openvidu/server/core/internal/Room.java index 6f298a8c0..d5a1b807a 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/core/internal/Room.java +++ b/openvidu-server/src/main/java/io/openvidu/server/core/internal/Room.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2014 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/kms/FixedOneKmsManager.java b/openvidu-server/src/main/java/io/openvidu/server/kms/FixedOneKmsManager.java index 71c768446..f2923fb73 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kms/FixedOneKmsManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kms/FixedOneKmsManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/kms/Kms.java b/openvidu-server/src/main/java/io/openvidu/server/kms/Kms.java index cfae42537..1dd558354 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kms/Kms.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kms/Kms.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/kms/KmsManager.java b/openvidu-server/src/main/java/io/openvidu/server/kms/KmsManager.java index a5b3de2a7..674502f58 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kms/KmsManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kms/KmsManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/kms/LoadManager.java b/openvidu-server/src/main/java/io/openvidu/server/kms/LoadManager.java index 997f4b312..827f5e7f4 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kms/LoadManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kms/LoadManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/kms/MaxWebRtcLoadManager.java b/openvidu-server/src/main/java/io/openvidu/server/kms/MaxWebRtcLoadManager.java index 8d9b0b02d..7c695ada4 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/kms/MaxWebRtcLoadManager.java +++ b/openvidu-server/src/main/java/io/openvidu/server/kms/MaxWebRtcLoadManager.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/JsonRpcNotificationService.java b/openvidu-server/src/main/java/io/openvidu/server/rpc/JsonRpcNotificationService.java index 78a2847ca..672b29611 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rpc/JsonRpcNotificationService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rpc/JsonRpcNotificationService.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/JsonRpcUserControl.java b/openvidu-server/src/main/java/io/openvidu/server/rpc/JsonRpcUserControl.java index b734cf4d2..d2d89c8cf 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rpc/JsonRpcUserControl.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rpc/JsonRpcUserControl.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/ParticipantSession.java b/openvidu-server/src/main/java/io/openvidu/server/rpc/ParticipantSession.java index a4393745f..ee090bc79 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rpc/ParticipantSession.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rpc/ParticipantSession.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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/SessionWrapper.java b/openvidu-server/src/main/java/io/openvidu/server/rpc/SessionWrapper.java index ddeb9a417..845df6f56 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rpc/SessionWrapper.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rpc/SessionWrapper.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 faca0e6b9..6514eda54 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 54e43afda..f53766507 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 c2510f9d7..689951966 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 c97ec52d5..054eb5313 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 d19ae6a42..902cf36c8 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 33c41d740..df9d21582 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 938b9938d..3be0107c0 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 94176c616..8a5a5cf00 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 314232178..e8a4c08d7 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 b4ca29a84..84865a231 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 d836887c9..6304b87c5 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 63629fa1a..ff78b85aa 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 f5536d4b9..4f506cc0a 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 b8385887a..daa7ad45d 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 0d80fa558..fae11dcbd 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 73e8dc763..c0c5df254 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 ba5a4e385..69541891a 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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 f1f58cb64..bf82249e6 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 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/AddRemoveUsersBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/AddRemoveUsersBasicTest.java index 62e660890..c3020e9bc 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/AddRemoveUsersBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/AddRemoveUsersBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/AddRemoveUsersNoSinkVerifyBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/AddRemoveUsersNoSinkVerifyBasicTest.java index 9e8e724fc..7bcaaabd2 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/AddRemoveUsersNoSinkVerifyBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/AddRemoveUsersNoSinkVerifyBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/NUsersEqualLifetimeBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/NUsersEqualLifetimeBasicTest.java index e412afed1..79be4ed67 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/NUsersEqualLifetimeBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/NUsersEqualLifetimeBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/OneUserQuickReentryBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/OneUserQuickReentryBasicTest.java index 1f9500c96..c42cdf73c 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/OneUserQuickReentryBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/OneUserQuickReentryBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/SeqAddRemoveUserBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/SeqAddRemoveUserBasicTest.java index 651db1bea..6d4019a2e 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/SeqAddRemoveUserBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/SeqAddRemoveUserBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/SeqNUsersEqualLifetimeBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/SeqNUsersEqualLifetimeBasicTest.java index 82ae24d73..12571f73e 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/SeqNUsersEqualLifetimeBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/SeqNUsersEqualLifetimeBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/TwoUsersEqualLifetimeBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/TwoUsersEqualLifetimeBasicTest.java index 65e9de20e..0ae1094a1 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/TwoUsersEqualLifetimeBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/TwoUsersEqualLifetimeBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/WebAppAvailabilityBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/WebAppAvailabilityBasicTest.java index 2b58d66c5..2e58c3f71 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/WebAppAvailabilityBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/WebAppAvailabilityBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/fake/ExtraKmsFakeUsersBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/fake/ExtraKmsFakeUsersBasicTest.java index 0c5882520..0c6beb35a 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/fake/ExtraKmsFakeUsersBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/fake/ExtraKmsFakeUsersBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://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-testapp/src/test/java/io/openvidu/testapp/test/fake/ParallelNFakeUsersBasicTest.java b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/fake/ParallelNFakeUsersBasicTest.java index ebfe95d8a..78c99c8b1 100644 --- a/openvidu-testapp/src/test/java/io/openvidu/testapp/test/fake/ParallelNFakeUsersBasicTest.java +++ b/openvidu-testapp/src/test/java/io/openvidu/testapp/test/fake/ParallelNFakeUsersBasicTest.java @@ -1,5 +1,5 @@ /* - * (C) Copyright 2015 Kurento (http://kurento.org/) + * (C) Copyright 2017 OpenVidu (http://openvidu.io/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.