summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff-backup
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-19 09:54:46 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-19 09:54:46 +0000
commitb108debb74980f900c61fec1370b6aae9db5f8aa (patch)
treefccff8e06819dbe6d4ef09ebe4f119928fc9437d /rdiff-backup/rdiff-backup
parent9e4b8b40f80eef0a785ed73d95c99cfd54478fd8 (diff)
downloadrdiff-backup-b108debb74980f900c61fec1370b6aae9db5f8aa.tar.gz
Final changes for 0.9.1
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@139 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff-backup')
-rwxr-xr-xrdiff-backup/rdiff-backup16
1 files changed, 10 insertions, 6 deletions
diff --git a/rdiff-backup/rdiff-backup b/rdiff-backup/rdiff-backup
index dfe18fa..10981f2 100755
--- a/rdiff-backup/rdiff-backup
+++ b/rdiff-backup/rdiff-backup
@@ -1,17 +1,21 @@
#!/usr/bin/env python
#
# rdiff-backup -- Mirror files while keeping incremental changes
-# Version 0.9.0 released June 17, 2002
+# Version 0.9.1 released June 20, 2002
# Copyright (C) 2001, 2002 Ben Escoto <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).
-# Distributions of rdiff-backup usually include a copy of the GPL in a
-# file called COPYING. The GPL is also available online at
+# you can redistribute it and/or modify it under the terms of the GNU
+# General Public License as published by the Free Software Foundation,
+# Inc., 675 Mass Ave, Cambridge MA 02139, USA; either version 2 of the
+# License, or (at your option) any later version. Distributions of
+# rdiff-backup should include a copy of the GPL in a file called
+# COPYING. The GPL is also available online at
# http://www.gnu.org/copyleft/gpl.html.
#
-# See http://www.stanford.edu/~bescoto/rdiff-backup for more
-# information. Please send mail to me or the mailing list if you find
-# bugs or have any suggestions.
+# See http://rdiff-backup.stanford.edu/ for more information. Please
+# send mail to me or the mailing list if you find bugs or have any
+# suggestions.
import sys
import rdiff_backup.Main