--- liblzf/lzf.h 2002/06/09 22:41:34 1.1 +++ liblzf/lzf.h 2002/11/17 11:39:26 1.2 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Marc Alexander Lehmann + * Copyright (c) 2000-2002 Marc Alexander Lehmann * * 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. ** ***********************************************************************/