Adding debian version 3.70~pre8+dfsg-1.
[syslinux-debian/hramrach.git] / gpxe / contrib / compressor / COPYING
blobe574f7cd7edd6b625c08eb63b85ab62167cb6ec5
1 The compression code as implemented in "lzhuf.c" was taken from a BBS
2 program written by Joachim Schurig <jschurig@zedat.fu-berlin.de>. He
3 states that the code can be used freely for programs that are covered
4 by a "freeware" license. This probably includes both BSD style
5 licenses and the GPL.
7 The code in "loader.asm" is a reimplementation of the uncompressor. It
8 has been written from scratch and is hereby placed under the
9 conditions of the GNU General Public License (GPL). The algorithm is
10 outlined in "algorithm.doc".
12 Thus, there are no copyright problems with using this code, but there
13 still might be difficulties with software patents. These patents are
14 not legal in most parts of the world, but if you live in a country
15 that honors software patents then you should verify that using these
16 algorithms is legally permitted. Unless you are absolutely sure, that
17 there are no legal obstacles, you should use the code for educational
18 purposes only (this assumes that your educational institution is
19 exempted from patent laws). The author cannot be held responsible for
20 using the program code in violation of applicable local laws.
22 If you are aware of patents that might affect the legality of using
23 the code in some parts of the world, please let me know.