summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions/ulogd_BASE.c
diff options
context:
space:
mode:
authorlaforge <laforge>2001-09-01 11:51:53 +0000
committerlaforge <laforge>2001-09-01 11:51:53 +0000
commit209d2907d49647a8093e05abcf76cfb442996f6d (patch)
tree348bf174937128184827e64698a375c47bc32713 /ulogd/extensions/ulogd_BASE.c
parentb817abb00128b97eaebb97a154a2d6b2f7883043 (diff)
license correction (explicitly use GPLv2)
Diffstat (limited to 'ulogd/extensions/ulogd_BASE.c')
-rw-r--r--ulogd/extensions/ulogd_BASE.c20
1 files changed, 16 insertions, 4 deletions
diff --git a/ulogd/extensions/ulogd_BASE.c b/ulogd/extensions/ulogd_BASE.c
index 9d7e9b9..fc7c934 100644
--- a/ulogd/extensions/ulogd_BASE.c
+++ b/ulogd/extensions/ulogd_BASE.c
@@ -1,4 +1,4 @@
-/* ulogd_MAC.c, Version $Revision: 1.8 $
+/* ulogd_MAC.c, Version $Revision: 1.9 $
*
* ulogd interpreter plugin for
* o MAC addresses
@@ -11,10 +11,22 @@
* o ICMP header
* o AH/ESP header
*
- * (C) 2000 by Harald Welte <laforge@gnumonks.org>
- * This software is released under the terms of GNU GPL
+ * (C) 2000-2001 by Harald Welte <laforge@gnumonks.org>
*
- * $Id: ulogd_BASE.c,v 1.8 2000/11/16 21:15:30 laforge Exp $
+ * 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
+
+ * $Id: ulogd_BASE.c,v 1.9 2000/11/20 11:43:22 laforge Exp $
*
*/