From a5156802847844542cf63b3cbbbe306936425ae5 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Nov 2002 11:39:26 +0000 Subject: *** empty log message *** --- Changes | 7 ++++--- LICENSE | 2 +- Makefile.in | 2 +- lzf.c | 2 +- lzf.h | 6 +----- lzfP.h | 2 +- lzf_c.c | 2 +- lzf_d.c | 2 +- 8 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Changes b/Changes index 22049f1..eee05f4 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ -0.5 +1.0 Sun Nov 17 12:37:37 CET 2002 - slightly better compression ratio, almost unmeasurably slower. + - some documentation fixes. 0.4 Thu Jun 13 14:11:10 CEST 2002 - typoe fix. @@ -11,9 +12,9 @@ - fix silly beginners 32/64 bit mistake. 0.2 Thu Jan 4 05:56:42 CET 2001 - - now totally indepdendent of autoconfig, for + - now totally independent of autoconfig, for easy inclusion into other programs. - much better fine-tuning, faster and better than 0.1. -0.1 +0.1 2000 - initial release. diff --git a/LICENSE b/LICENSE index 5d64fb4..2458e88 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2000,2001 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: diff --git a/Makefile.in b/Makefile.in index 9644125..2b9e0a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -VERSION = 0.4 +VERSION = 1.0 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/lzf.c b/lzf.c index 1582d3c..cc979e8 100644 --- a/lzf.c +++ b/lzf.c @@ -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: 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 + * 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. ** ***********************************************************************/ diff --git a/lzfP.h b/lzfP.h index ad66b6e..946f14c 100644 --- a/lzfP.h +++ b/lzfP.h @@ -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: diff --git a/lzf_c.c b/lzf_c.c index dd40a27..7cd7041 100644 --- a/lzf_c.c +++ b/lzf_c.c @@ -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: diff --git a/lzf_d.c b/lzf_d.c index 5b1fe8f..d1eb2cf 100644 --- a/lzf_d.c +++ b/lzf_d.c @@ -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: -- cgit v1.2.3