aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-ganc/conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-ganc/conn.c')
-rw-r--r--openbsc/src/osmo-ganc/conn.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/openbsc/src/osmo-ganc/conn.c b/openbsc/src/osmo-ganc/conn.c
index 0c40c52f3..911a81c90 100644
--- a/openbsc/src/osmo-ganc/conn.c
+++ b/openbsc/src/osmo-ganc/conn.c
@@ -1,3 +1,22 @@
+/* Generic TCP connection server (to be moved to libosmocore) */
+
+/* (C) 2012 by Harald Welte <laforge@gnumonks.org>
+ * All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
#include <unistd.h>
#include <stdio.h>