summaryrefslogtreecommitdiffstats
path: root/libipulog
diff options
context:
space:
mode:
authorlaforge <laforge>2001-09-01 11:52:56 +0000
committerlaforge <laforge>2001-09-01 11:52:56 +0000
commit079928f0275037b802b0bd2505b2711fcc8bba4f (patch)
treeb93d372a7395734464163bdb20f4929b074dc2bf /libipulog
parentd76c4812d92e4a89d0fb7ab0a9f280b00a09e2e7 (diff)
license correction (explicitly GPLv2)
Diffstat (limited to 'libipulog')
-rw-r--r--libipulog/libipulog.c20
1 files changed, 16 insertions, 4 deletions
diff --git a/libipulog/libipulog.c b/libipulog/libipulog.c
index 5e73099..10fb833 100644
--- a/libipulog/libipulog.c
+++ b/libipulog/libipulog.c
@@ -1,15 +1,27 @@
/*
- * libipulog.c, $Revision: 1.7 $
+ * libipulog.c, $Revision: 1.8 $
*
* netfilter ULOG userspace library.
*
- * (C) 2000 by Harald Welte <laforge@gnumonks.org>
- * released under the terms of GNU GPL
+ * (C) 2000-2001 by Harald Welte <laforge@gnumonks.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This library is still under development, so be aware of sudden interface
* changes
*
- * $Id: libipulog.c,v 1.7 2001/02/03 18:38:31 laforge Exp $
+ * $Id: libipulog.c,v 1.8 2001/07/04 00:22:54 laforge Exp $
*/
#include <stdlib.h>