You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

COPYING 1.2KB

1234567891011121314151617181920212223
  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.
  6. The code in "loader.asm" is a reimplementation of the uncompressor. It
  7. has been written from scratch and is hereby placed under the
  8. conditions of the GNU General Public License (GPL). The algorithm is
  9. outlined in "algorithm.doc".
  10. Thus, there are no copyright problems with using this code, but there
  11. still might be difficulties with software patents. These patents are
  12. not legal in most parts of the world, but if you live in a country
  13. that honors software patents then you should verify that using these
  14. algorithms is legally permitted. Unless you are absolutely sure, that
  15. there are no legal obstacles, you should use the code for educational
  16. purposes only (this assumes that your educational institution is
  17. exempted from patent laws). The author cannot be held responsible for
  18. using the program code in violation of applicable local laws.
  19. If you are aware of patents that might affect the legality of using
  20. the code in some parts of the world, please let me know.