From 1c2f76ee9e990d02cf9c4cf9a1ec63e4d482bd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 20 Oct 2010 09:43:06 +0000 Subject: added GPL-2 boilerplate svn path=/trunk/externals/iem/iemnet/; revision=14241 --- iemnet_sender.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'iemnet_sender.c') diff --git a/iemnet_sender.c b/iemnet_sender.c index 715bdff..1af60a6 100644 --- a/iemnet_sender.c +++ b/iemnet_sender.c @@ -7,6 +7,22 @@ * copyright (c) 2010 IOhannes m zmölnig, IEM */ +/* 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. */ +/* */ + #define DEBUGLEVEL 2 #include "iemnet.h" -- cgit v1.2.1