From f3c7a16f6cdb32b04ead31581d5461e3f80ed044 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 27 Apr 2016 22:28:20 -0500 Subject: [PATCH 1/1] Restore comments that were accidentally deleted --- src/compress_common.c | 2 ++ src/lcpit_matchfinder.c | 3 +++ 2 files changed, 5 insertions(+) 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 -- 2.43.0