aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-13 01:21:03 +0900
committerHarald Welte <laforge@gnumonks.org>2017-11-13 01:21:03 +0900
commitbea215a565390009ddc79b830db334fa33cc7b3a (patch)
treea2cc69e9b7655de4e0addd14c87efaf15fcbff11 /src/stream.c
parentfb31c0953c90496a96627821a95806175e4a2dde (diff)
Add SPDX-License-Identifier + Copyright statements
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/stream.c b/src/stream.c
index 1abe657..71c9b17 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -1,3 +1,24 @@
+/* (C) 2011 by Pablo Neira Ayuso <pablo@gnumonks.org>
+ * (C) 2015-2016 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 <stdio.h>
#include <unistd.h>
#include <stdlib.h>