summaryrefslogtreecommitdiff
path: root/lzf.h
diff options
context:
space:
mode:
authorroot <root>2002-11-17 11:39:26 +0000
committerroot <root>2002-11-17 11:39:26 +0000
commita5156802847844542cf63b3cbbbe306936425ae5 (patch)
treede50894a39f62893e6a89c8e6ca8589198232d61 /lzf.h
parentbbceaa6c2bb778a19e3a35543fe9726a7b88584d (diff)
*** empty log message ***
Diffstat (limited to 'lzf.h')
-rw-r--r--lzf.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lzf.h b/lzf.h
index d6655a2..a8de179 100644
--- a/lzf.h
+++ b/lzf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000 Marc Alexander Lehmann <pcg@goof.com>
+ * Copyright (c) 2000-2002 Marc Alexander Lehmann <pcg@goof.com>
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
@@ -34,10 +34,6 @@
** lzf -- an extremely fast/free compression/decompression-method
** http://liblzf.plan9.de/
**
-** Based on ideas by Hermann Vogt, but liblzf is a total
-** re-implementation of LZV that is not compatible to the
-** original lzv code.
-**
** This algorithm is believed to be patent-free.
**
***********************************************************************/