]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
license correction (explicitly GPLv2)
authorlaforge <laforge>
Sat, 1 Sep 2001 11:52:56 +0000 (11:52 +0000)
committerlaforge <laforge>
Sat, 1 Sep 2001 11:52:56 +0000 (11:52 +0000)
libipulog/libipulog.c
mysql/ulogd_MYSQL.c

index 5e7309916f224d82a40966b0f933aa08b648e59c..10fb833fab7405a504f10d3d7e7167c9f84e6f4d 100644 (file)
@@ -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>
index 43842a4a4f8291808f889f99e6e2eefa2ccff462..e7083ee4e4b2ae48a387bc83e52517a066eee423 100644 (file)
@@ -1,10 +1,22 @@
-/* ulogd_MYSQL.c, Version $Revision: 1.4 $
+/* ulogd_MYSQL.c, Version $Revision: 1.5 $
  *
  * ulogd output plugin for logging to a MySQL database
  *
- * (C) 2000 by Harald Welte <laforge@gnumonks.org> 
- * This software is distributed 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_MYSQL.c,v 1.4 2001/05/20 13:51:46 laforge Exp $
  *
  * 15 May 2001, Alex Janssen <alex@ynfonatic.de>: