summaryrefslogtreecommitdiff
path: root/lzf.h
diff options
context:
space:
mode:
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.
**
***********************************************************************/