]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
license correction (explicitly use GPLv2)
authorlaforge <laforge>
Sat, 1 Sep 2001 11:51:53 +0000 (11:51 +0000)
committerlaforge <laforge>
Sat, 1 Sep 2001 11:51:53 +0000 (11:51 +0000)
conffile/conffile.c
extensions/ulogd_BASE.c
extensions/ulogd_LOGEMU.c
extensions/ulogd_OPRINT.c
extensions/ulogd_PWSNIFF.c

index 4257e3d5bff66d4622e37817a91da554c421c1cd..be1617370a19f5a63cd10ccd2c5168a71a3cfb24 100644 (file)
@@ -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>
index 9d7e9b92f9f8598f4588e1dbf4127058e78827a1..fc7c9340eadbf138ae6895d0d44334170c7f7b78 100644 (file)
@@ -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
  *     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 $
  *
  */
 
index 35f768d9a32e7ee4ffd913e890df4aada1777925..31ae3371a036f6e57860dfd3e8506bae5fda3b2d 100644 (file)
@@ -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 $
  *
index 979548de5a34ff74042cd6842a977fe29ba167b8..8195bf09a9b8aa015b40f7c042850be5fa7fb9b2 100644 (file)
@@ -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 $
  *
index a1e79885ed95243aa0ff9cc7143cf030635caea6..4d0d85b07adc2b9e39f7ac01d4ff48702e45efa5 100644 (file)
@@ -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 $
  *
  */