From b108debb74980f900c61fec1370b6aae9db5f8aa Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 19 Jun 2002 09:54:46 +0000 Subject: Final changes for 0.9.1 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@139 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff-backup | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'rdiff-backup/rdiff-backup') 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 # # 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 -- cgit v1.2.1