From bea215a565390009ddc79b830db334fa33cc7b3a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 13 Nov 2017 01:21:03 +0900 Subject: Add SPDX-License-Identifier + Copyright statements Change-Id: I43bb1c4a889421907a1a08eb29c96f2330ab00ec --- src/stream.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/stream.c') 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 + * (C) 2015-2016 by Harald Welte + * 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 . + * + */ + #include #include #include -- cgit v1.2.3