From eb282c019a9d7f7e538a77f177801e027e2acd4b Mon Sep 17 00:00:00 2001 From: jpandre Date: Wed, 8 Apr 2009 19:24:53 +0000 Subject: [PATCH] Inserted a reference to lzhuf.c from which the search for matches was borrowed --- libntfs-3g/compress.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libntfs-3g/compress.c b/libntfs-3g/compress.c index 6c810efc..cc7f7018 100644 --- a/libntfs-3g/compress.c +++ b/libntfs-3g/compress.c @@ -21,6 +21,17 @@ * along with this program (in the main directory of the NTFS-3G * distribution in the file COPYING); if not, write to the Free Software * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * A part of the compression algorithm is based on lzhuf.c whose header + * describes the roles of the original authors (with no apparent copyright + * notice, and according to http://home.earthlink.net/~neilbawd/pall.html + * this was put into public domain in 1988 by Haruhiko OKUMURA). + * + * LZHUF.C English version 1.0 + * Based on Japanese version 29-NOV-1988 + * LZSS coded by Haruhiko OKUMURA + * Adaptive Huffman Coding coded by Haruyasu YOSHIZAKI + * Edited and translated to English by Kenji RIKITAKE */ #ifdef HAVE_CONFIG_H