aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/ipc/ipcb210.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/device/ipc/ipcb210.cpp')
-rw-r--r--Transceiver52M/device/ipc/ipcb210.cpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/Transceiver52M/device/ipc/ipcb210.cpp b/Transceiver52M/device/ipc/ipcb210.cpp
index ea43ff2..a93a38d 100644
--- a/Transceiver52M/device/ipc/ipcb210.cpp
+++ b/Transceiver52M/device/ipc/ipcb210.cpp
@@ -1,4 +1,16 @@
-//has to come first outside of NS, or wrapping of c headers fails due to wrong order
+/*
+* Copyright 2020 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
+* Author: Eric Wild <ewild@sysmocom.de>
+*
+* SPDX-License-Identifier: 0BSD
+*
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.
+*/
extern "C" {
#include <osmocom/core/application.h>
#include <osmocom/core/talloc.h>