diff --git a/NOTICE b/NOTICE index b7393e6f..6d92d204 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 e5a5f99a..7d695a96 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 6bcd8da1..bd38288a 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 d6e74ba1..98d2470a 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 9c2e738a..0b841dff 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 de821d89..d8e254cc 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 64ceb1f0..dd6ac40c 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 ed7deebc..d2b3a57f 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 57d558d3..b34882b3 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 ad3f5e3f..92a75176 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 fa099810..49969846 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 922f42bc..b6ca9a16 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 502c41c8..75c86c68 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 4755d82a..82436340 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 757fbc96..3a47d596 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 c856fd5b..cabbb256 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 efb962ee..0b3e7d6e 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 42d7566b..ab38a490 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 8699817b..0d6f69de 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 af54d49e..9e10fd35 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 fddc8aab..f8d41e6f 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 c286168e..157767d1 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 f788eb3b..f56de54a 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 aa35248d..589fbd9a 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 0ddf1f70..22d6fd39 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 409c53ba..378d7e84 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 aaa9c657..5653f0b3 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 142d1cc8..65df06ee 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 6803fdbf..e267330d 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 fcc45f99..d05d73be 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 c169400e..5727c37e 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 03ea6478..38fad757 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 24680375..96a3a129 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 7e4d1eec..07601e03 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 6f298a8c..d5a1b807 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 71c76844..f2923fb7 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 cfae4253..1dd55835 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 a5b3de2a..674502f5 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 997f4b31..827f5e7f 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 8d9b0b02..7c695ada 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 78a2847c..672b2961 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 b734cf4d..d2d89c8c 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 a4393745..ee090bc7 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 ddeb9a41..845df6f5 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 faca0e6b..6514eda5 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 54e43afd..f5376650 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 c2510f9d..68995196 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 c97ec52d..054eb531 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 d19ae6a4..902cf36c 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 33c41d74..df9d2158 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 938b9938..3be0107c 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 94176c61..8a5a5cf0 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 31423217..e8a4c08d 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 b4ca29a8..84865a23 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 d836887c..6304b87c 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 63629fa1..ff78b85a 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 f5536d4b..4f506cc0 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 b8385887..daa7ad45 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 0d80fa55..fae11dcb 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 73e8dc76..c0c5df25 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 ba5a4e38..69541891 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 f1f58cb6..bf82249e 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 62e66089..c3020e9b 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 9e8e724f..7bcaaabd 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 e412afed..79be4ed6 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 1f9500c9..c42cdf73 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 651db1be..6d4019a2 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 82ae24d7..12571f73 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 65e9de20..0ae1094a 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 2b58d66c..2e58c3f7 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 0c588252..0c6beb35 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 ebfe95d8..78c99c8b 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.