From 77847ad0208ebef353f30620b5b36f7b920857d9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 6 Oct 2015 22:07:04 +0200 Subject: add copyright statement and AGPLv3 headers to source code files --- src/hnbgw_hnbap.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/hnbgw_hnbap.c') diff --git a/src/hnbgw_hnbap.c b/src/hnbgw_hnbap.c index 4896f34..3e3715c 100644 --- a/src/hnbgw_hnbap.c +++ b/src/hnbgw_hnbap.c @@ -1,3 +1,23 @@ +/* hnb-gw specific code for HNBAP */ + +/* (C) 2015 by Harald Welte + * All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation; either version 3 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + #include #include #include -- cgit v1.2.3