aboutsummaryrefslogtreecommitdiffstats
path: root/client-lib/AFBClient.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 12:46:04 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-14 14:04:51 +0200
commit7fcdd57d4d9dbff582e834dbbcf3bbe6d724c1d5 (patch)
tree1bc2bcfd6dcd1e6bf4bb6083eea9c43a3132cd3b /client-lib/AFBClient.cpp
parent4824d134e1cc7a6b99b20238974264a54520c699 (diff)
AFBClient: add license headers
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'client-lib/AFBClient.cpp')
-rw-r--r--client-lib/AFBClient.cpp16
1 files changed, 16 insertions, 0 deletions
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 <cassert>