From: kubistika Date: Mon, 19 Aug 2019 13:07:12 +0000 (+0300) Subject: server: proxy: disp: fix copyright X-Git-Tag: 2.0.0~363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=067b7dfd1cc6e38deb31d9440df393b2432e57f6;p=platform%2Fupstream%2Ffreerdp.git server: proxy: disp: fix copyright --- diff --git a/server/proxy/pf_disp.c b/server/proxy/pf_disp.c index 926e8f9..0e85d11 100644 --- a/server/proxy/pf_disp.c +++ b/server/proxy/pf_disp.c @@ -1,4 +1,23 @@ -#include +/** + * FreeRDP: A Remote Desktop Protocol Implementation + * FreeRDP Proxy Server + * + * Copyright 2019 Kobi Mizrachi + * + * 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. + */ + + #include #include "pf_disp.h" #include "pf_log.h" diff --git a/server/proxy/pf_disp.h b/server/proxy/pf_disp.h index 5aad354..ae83c27 100644 --- a/server/proxy/pf_disp.h +++ b/server/proxy/pf_disp.h @@ -2,9 +2,7 @@ * FreeRDP: A Remote Desktop Protocol Implementation * FreeRDP Proxy Server * - * Copyright 2019 Mati Shabtay * Copyright 2019 Kobi Mizrachi - * Copyright 2019 Idan Freiberg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.