From 9545e8614a18e28d1b98b68c346792ab0e609e13 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 24 Dec 2017 18:19:43 -0800 Subject: [PATCH] Update documentation. --- README | 11 ++++------- pigz.c | 6 ------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/README b/README index 11471ad..9d31aa4 100644 --- a/README +++ b/README @@ -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. @@ -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 diff --git a/pigz.c b/pigz.c index a0286c5..faa1e00 100644 --- a/pigz.c +++ b/pigz.c @@ -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: