aboutsummaryrefslogtreecommitdiffstats
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
parent4824d134e1cc7a6b99b20238974264a54520c699 (diff)
AFBClient: add license headers
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r--client-lib/AFBClient.cpp16
-rw-r--r--client-lib/AFBClient.h16
2 files changed, 32 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>
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