From 19f4f607b1a9a107bc8bc087d9b9cbdb0839fa25 Mon Sep 17 00:00:00 2001 From: cruizba Date: Wed, 6 Apr 2022 18:42:52 +0200 Subject: [PATCH] openvidu-server: Typo. Add missing license comment --- .../server/coturn/CoturnCredentialsService.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsService.java b/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsService.java index 1086d30d..d09cbb52 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsService.java +++ b/openvidu-server/src/main/java/io/openvidu/server/coturn/CoturnCredentialsService.java @@ -1,3 +1,20 @@ +/* + * (C) Copyright 2017-2022 OpenVidu (https://openvidu.io) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package io.openvidu.server.coturn; import io.openvidu.java.client.IceServerProperties;