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:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2008-11-23 03:00:00 +0300
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:15:57 +0300
commitb717a4dbfe15fd7540e68e6c5ccbe91901bbadba (patch)
treec89b25a1f9a690e69cd20e313be9eb4180ee7a6f /C/LzFind.c
parentc10e6b16f6d5484ed896b2c614cb7fb77f336d24 (diff)
4.61 beta
Diffstat (limited to 'C/LzFind.c')
-rwxr-xr-xC/LzFind.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/C/LzFind.c b/C/LzFind.c
index 00c1f5a1..34f4f09e 100755
--- a/C/LzFind.c
+++ b/C/LzFind.c
@@ -1,7 +1,5 @@
-/* LzFind.c -- Match finder for LZ algorithms
-2008-08-17
-Copyright (c) 1999-2008 Igor Pavlov
-Read LzFind.h for license options */
+/* LzFind.c -- Match finder for LZ algorithms
+2008-10-04 : Igor Pavlov : Public domain */
#include <string.h>