diff --git a/openvidu-browser/src/main/resources/ts/OpenVidu/OpenVidu.ts b/openvidu-browser/src/main/resources/ts/OpenVidu/OpenVidu.ts index 2ea263537..947df0491 100644 --- a/openvidu-browser/src/main/resources/ts/OpenVidu/OpenVidu.ts +++ b/openvidu-browser/src/main/resources/ts/OpenVidu/OpenVidu.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2016 OpenVidu (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-browser/src/main/resources/ts/OpenViduInternal/OpenViduInternal.ts b/openvidu-browser/src/main/resources/ts/OpenViduInternal/OpenViduInternal.ts index e295349da..f384d440a 100644 --- a/openvidu-browser/src/main/resources/ts/OpenViduInternal/OpenViduInternal.ts +++ b/openvidu-browser/src/main/resources/ts/OpenViduInternal/OpenViduInternal.ts @@ -1,5 +1,5 @@ /* - * (C) Copyright 2016 OpenVidu (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/test/java/io/openvidu/client/test/OpenViduClientTest.java b/openvidu-client/src/test/java/io/openvidu/client/test/OpenViduClientTest.java index fe6039380..31fa067a0 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 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-server/src/main/java/io/openvidu/server/AutodiscoveryKurentoClientProvider.java b/openvidu-server/src/main/java/io/openvidu/server/AutodiscoveryKurentoClientProvider.java index 099dacf97..f34e9d0e0 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/AutodiscoveryKurentoClientProvider.java +++ b/openvidu-server/src/main/java/io/openvidu/server/AutodiscoveryKurentoClientProvider.java @@ -1,5 +1,5 @@ /* - * (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-server/src/main/java/io/openvidu/server/OpenViduServer.java b/openvidu-server/src/main/java/io/openvidu/server/OpenViduServer.java index 5bae1d0ba..442c43ad4 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 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/RoomJsonRpcHandler.java b/openvidu-server/src/main/java/io/openvidu/server/RoomJsonRpcHandler.java index 0b4620be2..7d37d754f 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/RoomJsonRpcHandler.java +++ b/openvidu-server/src/main/java/io/openvidu/server/RoomJsonRpcHandler.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/internal/ThreadLogUtils.java b/openvidu-server/src/main/java/io/openvidu/server/internal/ThreadLogUtils.java index 4ecb3676e..e1307ef2e 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/internal/ThreadLogUtils.java +++ b/openvidu-server/src/main/java/io/openvidu/server/internal/ThreadLogUtils.java @@ -1,5 +1,5 @@ /* - * (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-server/src/main/java/io/openvidu/server/rest/RoomController.java b/openvidu-server/src/main/java/io/openvidu/server/rest/RoomController.java index c63b014ea..fcf718828 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/rest/RoomController.java +++ b/openvidu-server/src/main/java/io/openvidu/server/rest/RoomController.java @@ -1,5 +1,5 @@ /* - * (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-server/src/test/java/io/openvidu/server/test/AutodiscoveryKmsUrlTest.java b/openvidu-server/src/test/java/io/openvidu/server/test/AutodiscoveryKmsUrlTest.java index f8d59f687..10a1b3142 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 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-server/src/test/java/io/openvidu/server/test/RoomProtocolTest.java b/openvidu-server/src/test/java/io/openvidu/server/test/RoomProtocolTest.java index 93c32aede..1ea4b2a34 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 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-test/src/main/java/io/openvidu/test/OpenViduClientBrowserTest.java b/openvidu-test/src/main/java/io/openvidu/test/OpenViduClientBrowserTest.java index 6cd9b0be3..7a4bfa89e 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 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-test/src/main/java/io/openvidu/test/RoomClientFakeTest.java b/openvidu-test/src/main/java/io/openvidu/test/RoomClientFakeTest.java index 9b3591ad8..e996601fd 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 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-test/src/main/java/io/openvidu/test/RoomFunctionalBrowserTest.java b/openvidu-test/src/main/java/io/openvidu/test/RoomFunctionalBrowserTest.java index 673368f96..21929267a 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 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-test/src/main/java/io/openvidu/test/RoomFunctionalFakeTest.java b/openvidu-test/src/main/java/io/openvidu/test/RoomFunctionalFakeTest.java index 5a222ac21..57c483a0f 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 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-test/src/main/java/io/openvidu/test/config/RoomTestConfiguration.java b/openvidu-test/src/main/java/io/openvidu/test/config/RoomTestConfiguration.java index adce8a20a..fd7b26e77 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 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-testapp/src/main/java/io/openvidu/testapp/OpenViduTestApp.java b/openvidu-testapp/src/main/java/io/openvidu/testapp/OpenViduTestApp.java index 3b4aa039b..742306d24 100644 --- a/openvidu-testapp/src/main/java/io/openvidu/testapp/OpenViduTestApp.java +++ b/openvidu-testapp/src/main/java/io/openvidu/testapp/OpenViduTestApp.java @@ -1,5 +1,5 @@ /* - * (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.