aboutsummaryrefslogtreecommitdiff
path: root/iemnet_sender.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-10-20 09:43:06 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-10-20 09:43:06 +0000
commit1c2f76ee9e990d02cf9c4cf9a1ec63e4d482bd08 (patch)
tree5e15483198b54593f5f7938e29e2b91519604370 /iemnet_sender.c
parent439fa9f6ae70150039fe824a1140416c90c3222a (diff)
added GPL-2 boilerplate
svn path=/trunk/externals/iem/iemnet/; revision=14241
Diffstat (limited to 'iemnet_sender.c')
-rw-r--r--iemnet_sender.c16
1 files changed, 16 insertions, 0 deletions
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"