summaryrefslogtreecommitdiffstats
path: root/ulogd
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
parentb817abb00128b97eaebb97a154a2d6b2f7883043 (diff)
license correction (explicitly use GPLv2)
Diffstat (limited to 'ulogd')
-rw-r--r--ulogd/conffile/conffile.c16
-rw-r--r--ulogd/extensions/ulogd_BASE.c20
-rw-r--r--ulogd/extensions/ulogd_LOGEMU.c18
-rw-r--r--ulogd/extensions/ulogd_OPRINT.c18
-rw-r--r--ulogd/extensions/ulogd_PWSNIFF.c20
5 files changed, 76 insertions, 16 deletions
diff --git a/ulogd/conffile/conffile.c b/ulogd/conffile/conffile.c
index 4257e3d..be16173 100644
--- a/ulogd/conffile/conffile.c
+++ b/ulogd/conffile/conffile.c
@@ -2,9 +2,21 @@
*
* (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
- * $Id: conffile.c,v 1.2 2001/02/04 13:08:02 laforge Exp $
+ * $Id: conffile.c,v 1.3 2001/05/26 23:19:28 laforge Exp $
*
- * This code is distributed under the terms of GNU GPL */
+ * 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
+ */
#include <stdio.h>
#include <string.h>
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 $
*
*/
diff --git a/ulogd/extensions/ulogd_LOGEMU.c b/ulogd/extensions/ulogd_LOGEMU.c
index 35f768d..31ae337 100644
--- a/ulogd/extensions/ulogd_LOGEMU.c
+++ b/ulogd/extensions/ulogd_LOGEMU.c
@@ -1,12 +1,24 @@
-/* ulogd_LOGEMU.c, Version $Revision: 1.5 $
+/* ulogd_LOGEMU.c, Version $Revision: 1.6 $
*
* ulogd output target for syslog logging emulation
*
* This target produces a file which looks the same like the syslog-entries
* of the LOG target.
*
- * (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>
+ *
+ * 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_LOGEMU.c,v 1.5 2001/05/20 15:07:45 laforge Exp $
*
diff --git a/ulogd/extensions/ulogd_OPRINT.c b/ulogd/extensions/ulogd_OPRINT.c
index 979548d..8195bf0 100644
--- a/ulogd/extensions/ulogd_OPRINT.c
+++ b/ulogd/extensions/ulogd_OPRINT.c
@@ -1,9 +1,21 @@
-/* ulogd_MAC.c, Version $Revision: 1.6 $
+/* ulogd_MAC.c, Version $Revision: 1.7 $
*
* ulogd output target for logging to a file
*
- * (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>
+ *
+ * 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_OPRINT.c,v 1.6 2000/11/20 11:43:22 laforge Exp $
*
diff --git a/ulogd/extensions/ulogd_PWSNIFF.c b/ulogd/extensions/ulogd_PWSNIFF.c
index a1e7988..4d0d85b 100644
--- a/ulogd/extensions/ulogd_PWSNIFF.c
+++ b/ulogd/extensions/ulogd_PWSNIFF.c
@@ -1,11 +1,23 @@
-/* ulogd_PWSNIFF.c, Version $Revision: 1.3 $
+/* ulogd_PWSNIFF.c, Version $Revision: 1.4 $
*
* ulogd logging interpreter for POP3 / FTP like plaintext passwords.
*
- * (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_PWSNIFF.c,v 1.3 2000/11/16 17:20:52 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_PWSNIFF.c,v 1.4 2000/11/20 11:43:22 laforge Exp $
*
*/