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

Comparing liblzf/lzf.c (file contents):
Revision 1.4 by pcg, Tue Apr 20 18:11:57 2004 UTC vs.
Revision 1.5 by root, Thu Mar 3 17:06:44 2005 UTC

1/* 1/*
2 * Copyright (c) 2000-2003 Marc Alexander Lehmann <pcg@goof.com> 2 * Copyright (c) 2000-2005 Marc Alexander Lehmann <schmorp@schmorp.de>
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without modifica- 4 * Redistribution and use in source and binary forms, with or without modifica-
5 * tion, are permitted provided that the following conditions are met: 5 * tion, are permitted provided that the following conditions are met:
6 * 6 *
7 * 1. Redistributions of source code must retain the above copyright notice, 7 * 1. Redistributions of source code must retain the above copyright notice,
52static void 52static void
53usage (int ec) 53usage (int ec)
54{ 54{
55 fprintf (stderr, "\n" 55 fprintf (stderr, "\n"
56 "lzf, a very lightweight compression/decompression filter\n" 56 "lzf, a very lightweight compression/decompression filter\n"
57 "written by Marc Lehmann <pcg@goof.com> You can find more info at\n" 57 "written by Marc Lehmann <schmorp@schmorp.de> You can find more info at\n"
58 "http://liblzf.plan9.de/\n" 58 "http://liblzf.plan9.de/\n"
59 "\n" 59 "\n"
60 "USAGE: lzf -c [-b blocksize] | -d\n" 60 "USAGE: lzf -c [-b blocksize] | -d\n"
61 " -c compress\n" 61 " -c compress\n"
62 " -d decompress\n" 62 " -d decompress\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines