From: plugwash <plugwash@p10link.net>
Date: Sat, 31 Jan 2009 01:00:51 +0000 (+0000)
Subject: change blinklist.pas to zlib license with bewares permission
X-Git-Url: http://www.lcore.org/git/lcore.git/commitdiff_plain/68ac8381cae336dda0cd718dd6fa43b677f5ef8d?ds=sidebyside;hp=2dd575b95694c126013c912526093ff4915f3398

change blinklist.pas to zlib license with bewares permission


git-svn-id: file:///svnroot/lcore/trunk@33 b1de8a11-f9be-4011-bde0-cc7ace90066a
---

diff --git a/blinklist.pas b/blinklist.pas
index 2079b75..27232f4 100755
--- a/blinklist.pas
+++ b/blinklist.pas
@@ -1,21 +1,9 @@
-(*
- *  beware IRC services, blinklist.pas
- *  Copyright (C) 2002 Bas Steendijk
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
- *  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
- *)
+
+{ Copyright (C) 2005 Bas Steendijk
+  For conditions of distribution and use, see copyright notice in zlib_license.txt
+    which is included in the package
+      ----------------------------------------------------------------------------- }
+
 unit blinklist;
 {$ifdef fpc}
   {$mode delphi}