MissingH: Haskell libraries Copyright (C) 2004-2006 John Goerzen All code is under the following license unless otherwise noted: 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA The GNU General Public License is available in the file COPYING in the source distribution. Debian GNU/Linux users may find this in /usr/share/common-licenses/GPL-2. If the GPL is unacceptable for your uses, please e-mail me; alternative terms can be negotiated for your project. ============================================================================ Special Notes for Included Code ============================================================================ MissingH includes some code from other authors. The copyright and license statements for these sources are included below. All are GPL-compatible licenses, so if you have any doubt about how to treat MissingH as a whole, simply know that the GPL should be understood to cover the entire library. If you split out the parts originally from other authors, and use them completely independently of the rest of the library, you may treat them under the licenses shown below. ---------------------------------------------------- Portions of System.Path come from Volker Wysk's HsShellScript library, version 2.1.0. That code is Copyright (c) 2004 Volker Wysk and is licensed under the GNU LGPL 2.1 Debian GNU/Linux users may find the GNU LGPL 2.1 at /usr/share/common-licenses/LGPL-2.1. Alternatively, you may find it at 3rd-party-licenses/LGPL-2.1 in the source distribution. Pursuant to the terms of the LGPL, you may consider this code to fall under the GPL as part of the whole MissingH work. ---------------------------------------------------- Data.Hash.CRC32.Posix is (C) 2002 HardCore SoftWare, Doug Hoyte and is "distributed under the terms of the GNU GPL." This license is the same as the main license for MissingH. The code was obtained from http://cvs.sourceforge.net/viewcvs.py/haskell-libs/libs/crypto/crc32.hs ---------------------------------------------------- Data.Compression.Inflate is Copyright 2004 Ian Lynagh Licence: 3 clause BSD. Debian GNU/Linux users may find the 3-clause BSD license at /usr/share/common-licenses/BSD. Alternatively, you may find it at 3rd-party-licenses/BSD. Please note that the University of California has no claim on this code; simply substitute Ian Lynagh for the University wherever it may occur in that file. The code was obtained from http://urchin.earth.li/darcs/ian/inflate/Inflate.lhs ---------------------------------------------------- Data.Hash.MD5* is Copyright 2001 Ian Lynagh Licence: GPL or 3 clause BSD Debian GNU/Linux users may find the 3-clause BSD license at /usr/share/common-licenses/BSD. Alternatively, you may find it at 3rd-party-licenses/BSD. Please note that the University of California has no claim on this code; simply substitute Ian Lynagh for the University wherever it may occur in that file. The code was obtained from http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/md5/ ---------------------------------------------------- System.Time.Utils.ParseDate is from http://www.dtek.chalmers.se/~d00bring/projects.html Copyright (c) Björn Bringert License: GNU General Public License, version 2 I (John Goerzen) have modified only the module name and Haddock comments at the top of it.