aboutsummaryrefslogtreecommitdiffstats
path: root/src/diag_io.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-12-24 10:27:55 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-24 10:31:07 +0100
commitccea8dd51c5be37aa662e40a25f2630956619ab2 (patch)
tree7eaa10198cc4b4cd9d7d683e1882975a2b3f77a9 /src/diag_io.c
parent634d57a4f53ac753c9c39b9bb644b603c9ff18ef (diff)
Add GPLv2-or-later license text + headers + rename to osmo-qcdiag-log
Diffstat (limited to 'src/diag_io.c')
-rw-r--r--src/diag_io.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/diag_io.c b/src/diag_io.c
index f9abd87..f4a7f88 100644
--- a/src/diag_io.c
+++ b/src/diag_io.c
@@ -1,3 +1,21 @@
+/*
+ * (C) 2013-2016 by Harald Welte <laforge@gnumonks.org>
+ *
+ * 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
#include <stdint.h>
#include <stdio.h>