aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_ss7_hmrt.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-13 01:25:47 +0900
committerHarald Welte <laforge@gnumonks.org>2017-11-13 01:25:47 +0900
commitb393b3f4cc8a83e1e58c44187a383050378d860f (patch)
treec1d765272bb18a187044de5bc857ff66f49438fe /src/osmo_ss7_hmrt.c
parent658cb0ff2e035ba77a15a257560c8165ba903bd4 (diff)
Add SPDX-License-Identifier + missing copyright statements
Diffstat (limited to 'src/osmo_ss7_hmrt.c')
-rw-r--r--src/osmo_ss7_hmrt.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/osmo_ss7_hmrt.c b/src/osmo_ss7_hmrt.c
index 8165a36..51875b1 100644
--- a/src/osmo_ss7_hmrt.c
+++ b/src/osmo_ss7_hmrt.c
@@ -2,6 +2,26 @@
* MTP Level 3 - Signalling message handling (SMH) Figure 23/Q.704
***********************************************************************/
+/* (C) 2015-2017 by Harald Welte <laforge@gnumonks.org>
+ * All Rights Reserved
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ *
+ * 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 <stdbool.h>
#include <string.h>
#include <errno.h>