diff options
author | Wayne Davison <wayned@samba.org> | 2009-01-03 10:57:14 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-01-03 10:57:14 -0800 |
commit | b3bf9b9df95137a3a43248be9599d919b04877af (patch) | |
tree | 842a4b60d2771952aef4f666a850cf024f24005f /options.c | |
parent | 974e18191c0cc73dbe26e02b98d7f09cf846250a (diff) | |
download | rsync-b3bf9b9df95137a3a43248be9599d919b04877af.tar.gz rsync-b3bf9b9df95137a3a43248be9599d919b04877af.tar.bz2 rsync-b3bf9b9df95137a3a43248be9599d919b04877af.zip |
Update the copyright year.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * * Copyright (C) 1998-2001 Andrew Tridgell <tridge@samba.org> * Copyright (C) 2000, 2001, 2002 Martin Pool <mbp@samba.org> - * Copyright (C) 2002-2008 Wayne Davison + * Copyright (C) 2002-2009 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -601,7 +601,7 @@ static void print_rsync_version(enum logcode f) rprintf(f, "%s version %s protocol version %d%s\n", RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION, subprotocol); - rprintf(f, "Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others.\n"); + rprintf(f, "Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.\n"); rprintf(f, "Web site: http://rsync.samba.org/\n"); rprintf(f, "Capabilities:\n"); rprintf(f, " %d-bit files, %d-bit inums, %d-bit timestamps, %d-bit long ints,\n", |