From: Eric Biggers Date: Thu, 28 Apr 2016 03:28:20 +0000 (-0500) Subject: Restore comments that were accidentally deleted X-Git-Tag: v1.9.2~10 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=f3c7a16f6cdb32b04ead31581d5461e3f80ed044;hp=f8a4983d246b9c5a06be8ced4754efac2eb83fda Restore comments that were accidentally deleted --- diff --git a/src/compress_common.c b/src/compress_common.c index 53f3d36f..c6d1133f 100644 --- a/src/compress_common.c +++ b/src/compress_common.c @@ -1,6 +1,8 @@ /* * compress_common.c * + * Code for compression shared among multiple compression formats. + * * The following copying information applies to this specific source code file: * * Written in 2012-2014 by Eric Biggers diff --git a/src/lcpit_matchfinder.c b/src/lcpit_matchfinder.c index 3041e3fa..2562bfb2 100644 --- a/src/lcpit_matchfinder.c +++ b/src/lcpit_matchfinder.c @@ -1,6 +1,9 @@ /* * lcpit_matchfinder.c * + * A match-finder for Lempel-Ziv compression based on bottom-up construction and + * traversal of the Longest Common Prefix (LCP) interval tree. + * * The following copying information applies to this specific source code file: * * Written in 2014-2015 by Eric Biggers