source: umon/main/zlib/README @ 87db514

Last change on this file since 87db514 was 87db514, checked in by Amar Takhar <amar@…>, on 04/16/15 at 19:26:21

Initial commit of the umon repository.

Prior to this three changes were made:

  • Remove umon_ prefix from parent directories.
  • Collapse main/target/ into main/
  • Remove ports/template/flashtest.scr.ucon script.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1 This code is taken from ftp://ftp.freesoftware.com/pub/infozip/zlib/.
2 For conditions of distribution and use, see copyright notice in zlib.h
3 Most of the code is untouched from the original.  The gzio.c file contains
4 the majority of the rework for use within MicroMonitor.
5
6 The ZLIB homepage is http://www.info-zip.org/pub/infozip/zlib
7
8 
9 General notice:
10 This code is part of a boot-monitor package developed as a generic base
11 platform for embedded system designs.  As such, it is likely to be
12 distributed to various projects beyond the control of the original
13 author.  Please notify the author of any enhancements made or bugs found
14 so that all may benefit from the changes.  In addition, notification back
15 to the author will allow the new user to pick up changes that may have
16 been made by other users after this version of the code was distributed.
17 
18 Note1: the majority of this code was edited with 4-space tabs.
19 Note2: as more and more contributions are accepted, the term "author"
20            is becoming a mis-representation of credit.
21 
22 Original author:       Ed Sutter
23 Email:                         esutter@lucent.com
24 Phone:                         908-582-2351
25   
Note: See TracBrowser for help on using the repository browser.