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/LzFind.h')
-rwxr-xr-xC/LzFind.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/C/LzFind.h b/C/LzFind.h
index fb3815d2..5b9cebfd 100755
--- a/C/LzFind.h
+++ b/C/LzFind.h
@@ -1,14 +1,5 @@
-/* LzFind.h -- Match finder for LZ algorithms
-2008-08-05
-Copyright (c) 1999-2008 Igor Pavlov
-You can use any of the following license options:
- 1) GNU Lesser General Public License (GNU LGPL)
- 2) Common Public License (CPL)
- 3) Common Development and Distribution License (CDDL) Version 1.0
- 4) Igor Pavlov, as the author of this code, expressly permits you to
- statically or dynamically link your code (or bind by name) to this file,
- while you keep this file unmodified.
-*/
+/* LzFind.h -- Match finder for LZ algorithms
+2008-10-04 : Igor Pavlov : Public domain */
#ifndef __LZFIND_H
#define __LZFIND_H