aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-03 20:46:07 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-03 22:11:42 +0200
commit5882da50de78c65063d9f55ebbbf3cb330768ba2 (patch)
treeb9a292f0233a99462dbec52424bd07302f5bee6a
parent2cc1564969d9512b0fab7e0ff1345091901146df (diff)
sccp_sap license header was missing
-rw-r--r--src/sccp_sap.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/sccp_sap.c b/src/sccp_sap.c
index 51598b0..2211f71 100644
--- a/src/sccp_sap.c
+++ b/src/sccp_sap.c
@@ -1,3 +1,22 @@
+/* SCCP User SAP related routines */
+
+/* (C) 2017 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 General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <osmocom/core/utils.h>
#include <osmocom/core/prim.h>