aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2009-08-07 05:39:09 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2009-08-07 05:39:09 (GMT)
commit706fd70f3464a8b8216880cdd238508d0bdd5215 (patch)
tree4ca98fbf8054b0bbafad35a9a99e956a5bb687c2
parent44db0f423142b3757cd08f77562ee29c6575aa2a (diff)
downloadfusearchive-706fd70f3464a8b8216880cdd238508d0bdd5215.zip
fusearchive-706fd70f3464a8b8216880cdd238508d0bdd5215.tar.gz
fusearchive-706fd70f3464a8b8216880cdd238508d0bdd5215.tar.bz2
Update usage, took out xmp.py sample copyrights since almost all of xmp.py
has been replaced
-rwxr-xr-xfusearchive.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/fusearchive.py b/fusearchive.py
index f18c7c7..d599370 100755
--- a/fusearchive.py
+++ b/fusearchive.py
@@ -1,10 +1,9 @@
#!/usr/bin/env python
-# Copyright (C) 2001 Jeff Epler <jepler@unpythonic.dhs.org>
-# Copyright (C) 2006 Csaba Henk <csaba.henk@creo.hu>
+# FuseArchive:
# Copyright (C) 2009 Steve Slaven <bpk@hoopajoo.net>
#
-# This program can be distributed under the terms of the GNU LGPL.
+# This program can be distributed under the terms of the GNU GPL.
# See the file COPYING.
#
@@ -37,7 +36,8 @@ if enable_stats:
prof.close()
usage = """
-Userspace nullfs-alike: mirror the filesystem tree from some point on.
+Userspace filesystem that uses chunks to eliminate multiple copies of parts
+of files for long term storage
""" + fuse.Fuse.fusage