aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-24 19:45:25 +0200
committerHarald Welte <laforge@gnumonks.org>2012-06-24 21:50:37 +0200
commit5164be4fd75b2e3daffaf54272c1a8c60a29c425 (patch)
tree34c9d9a4e64dd0bf7971f7217ad0ab87b3fcc846 /openbsc
parent83849feeb0311e0f96488c10aded1d0ff8f6e324 (diff)
ganc: update copyright headers
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-ganc/conn.c19
-rw-r--r--openbsc/src/osmo-ganc/ganc_server.c19
-rw-r--r--openbsc/src/osmo-ganc/main.c2
3 files changed, 40 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>
diff --git a/openbsc/src/osmo-ganc/ganc_server.c b/openbsc/src/osmo-ganc/ganc_server.c
index fa3b5fb3a..8b880b4ab 100644
--- a/openbsc/src/osmo-ganc/ganc_server.c
+++ b/openbsc/src/osmo-ganc/ganc_server.c
@@ -1,3 +1,22 @@
+/* Handling of actual UMA/GAN protocol as per TS 44.318 */
+
+/* (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>
diff --git a/openbsc/src/osmo-ganc/main.c b/openbsc/src/osmo-ganc/main.c
index c6e5eb394..bef3a3efb 100644
--- a/openbsc/src/osmo-ganc/main.c
+++ b/openbsc/src/osmo-ganc/main.c
@@ -1,3 +1,5 @@
+/* OsmoGANC - Osmocom GAN/UMA Controller */
+
/* (C) 2012 by Harald Welte <laforge@gnumonks.org>
* All Rights Reserved
*