ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/README
(Generate patch)

Comparing liblzf/README (file contents):
Revision 1.5 by root, Sat Aug 30 06:32:20 2008 UTC vs.
Revision 1.6 by root, Thu Feb 4 21:31:17 2010 UTC

8 C provides and can easily be #include'd into your code, no makefile 8 C provides and can easily be #include'd into your code, no makefile
9 changes or library builds requires. 9 changes or library builds requires.
10 10
11 A C♯ implementation without external dependencies is available, too. 11 A C♯ implementation without external dependencies is available, too.
12 12
13 I do not know for certain wether any patents in any countries apply 13 I do not know for certain whether any patents in any countries apply
14 to this algorithm, but at the moment it is believed that it is free 14 to this algorithm, but at the moment it is believed that it is free
15 from any patents. More importantly, it is also free to use in every 15 from any patents. More importantly, it is also free to use in every
16 software package (see LICENSE). 16 software package (see LICENSE).
17 17
18 See the lzf.h file for details on how the functions in this 18 See the lzf.h file for details on how the functions in this
19 mini-library are to be used. 19 mini-library are to be used.
20 20
21 NOTE: This package contains a very bare-bones command-line utility 21 NOTE: This package contains a very bare-bones command-line utility
22 which is neither optimized for speed nor for compression. This library 22 which is neither optimized for speed nor for compression. This library
23 is really intented to be used inside larger programs. 23 is really intended to be used inside larger programs.
24 24
25AUTHOR 25AUTHOR
26 This library was written by Marc Lehmann <schmorp@schmorp.de> (See also 26 This library was written by Marc Lehmann <schmorp@schmorp.de> (See also
27 http://software.schmorp.de/pkg/liblzf). 27 http://software.schmorp.de/pkg/liblzf).
28 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines