1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
This package was debianized by Oliver Kurth <kurth@nimrod> on
Thu, 1 Aug 2002 12:25:47 +0200.
It was downloaded from http://rdenisc.free.fr/tcpreen/
Upstream Author: Rmi D. <remi@simphalempin.com>
Copyright, see /usr/share/common-licenses/GPL
/**********************************************************************
* Copyright (C) 2002 Rmi Denis-Courmont. *
* This program is free software; you can redistribute and/or modify *
* it under the terms of the GNU General Public License as published *
* by the Free Software Foundation; version 2 of the license. *
* *
* 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 Pulic License *
* along with this program; if not, you can get it from: *
* http://www.gnu.org/copyleft/gpl.html *
* *
* You are highly encouraged to submit your modifications to *
* remi@simphalempin.com for possible inclusion in the official *
* distribution. By doing so, and unless otherwise stated, you give *
* Rmi Denis-Courmont an unlimited, non-exclusive right to modify, *
* reuse and/or relicense the code. *
**********************************************************************/
|