From: Marcus Fritzsch Date: Tue, 12 Sep 2017 10:46:04 +0000 (+0200) Subject: AFBClient: add license headers X-Git-Tag: 4.99.1~27 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=commitdiff_plain;h=7fcdd57d4d9dbff582e834dbbcf3bbe6d724c1d5 AFBClient: add license headers Signed-off-by: Marcus Fritzsch --- diff --git a/client-lib/AFBClient.cpp b/client-lib/AFBClient.cpp index 1677509..b7a7958 100644 --- a/client-lib/AFBClient.cpp +++ b/client-lib/AFBClient.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH + * + * 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 "AFBClient.h" #include diff --git a/client-lib/AFBClient.h b/client-lib/AFBClient.h index 79a2ce1..f81d5e3 100644 --- a/client-lib/AFBClient.h +++ b/client-lib/AFBClient.h @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH + * + * 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. + */ + #ifndef AFBCLIENT_H #define AFBCLIENT_H