Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'C/LzFindMt.c')
-rwxr-xr-xC/LzFindMt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/C/LzFindMt.c b/C/LzFindMt.c
index 82caeb29..b49cd76b 100755
--- a/C/LzFindMt.c
+++ b/C/LzFindMt.c
@@ -1,7 +1,5 @@
/* LzFindMt.c -- multithreaded Match finder for LZ algorithms
-2008-08-17
-Copyright (c) 1999-2008 Igor Pavlov
-Read LzFind.h for license options */
+2008-10-04 : Igor Pavlov : Public domain */
#include "LzHash.h"