Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lzf.c
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2005-03-03 20:06:44 +0300
committerMarc Lehmann <schmorpforge@schmorp.de>2005-03-03 20:06:44 +0300
commit6199cd682ee1eb10a05488e56ac14cd91a62f246 (patch)
tree838e8a79206cbff3b211713f758b66023b526819 /lzf.c
parentf064939eb6431416b05846a93843ab648c29f308 (diff)
*** empty log message ***
Diffstat (limited to 'lzf.c')
-rw-r--r--lzf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lzf.c b/lzf.c
index abd29db..a7a6a82 100644
--- a/lzf.c
+++ b/lzf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2003 Marc Alexander Lehmann <pcg@goof.com>
+ * Copyright (c) 2000-2005 Marc Alexander Lehmann <schmorp@schmorp.de>
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
@@ -54,7 +54,7 @@ usage (int ec)
{
fprintf (stderr, "\n"
"lzf, a very lightweight compression/decompression filter\n"
- "written by Marc Lehmann <pcg@goof.com> You can find more info at\n"
+ "written by Marc Lehmann <schmorp@schmorp.de> You can find more info at\n"
"http://liblzf.plan9.de/\n"
"\n"
"USAGE: lzf -c [-b blocksize] | -d\n"