From 7fcdd57d4d9dbff582e834dbbcf3bbe6d724c1d5 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 12 Sep 2017 12:46:04 +0200 Subject: [PATCH] AFBClient: add license headers Signed-off-by: Marcus Fritzsch --- client-lib/AFBClient.cpp | 16 ++++++++++++++++ client-lib/AFBClient.h | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) 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 -- 2.16.6