Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update documentation.
  • Loading branch information
madler committed Dec 25, 2017
1 parent 6876be2 commit 9545e86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
11 changes: 4 additions & 7 deletions README
Expand Up @@ -4,7 +4,10 @@ pigz, which stands for Parallel Implementation of GZip, is a fully functional
replacement for gzip that exploits multiple processors and multiple cores to
the hilt when compressing data.

pigz was written by Mark Adler, and uses the zlib and pthread libraries.
pigz was written by Mark Adler and does not include third-party code. I am
making my contributions to and distributions of this project solely in my
personal capacity, and am not conveying any rights to any intellectual property
of any third parties.

This version of pigz is written to be portable across Unix-style operating
systems that provide the zlib and pthread libraries.
Expand Down Expand Up @@ -42,9 +45,3 @@ The license from pigz.c is copied here:

Mark Adler
madler@alumni.caltech.edu

Mark accepts donations for providing this software. Donations are not
required or expected. Any amount that you feel is appropriate would be
appreciated. You can use this link:

https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=536055
6 changes: 0 additions & 6 deletions pigz.c
Expand Up @@ -23,12 +23,6 @@
Mark Adler
madler@alumni.caltech.edu
Mark accepts donations for providing this software. Donations are not
required or expected. Any amount that you feel is appropriate would be
appreciated. You can use this link:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=536055
*/

/* Version history:
Expand Down

0 comments on commit 9545e86

Please sign in to comment.