aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-07-03 08:24:58 -0700
committerWayne Davison <wayned@samba.org>2010-07-03 08:24:58 -0700
commit111599be2be2b1e77a0ca4483fba00d8cd35452d (patch)
treeeb28a3fb925567ecc161e14324be30a119631a0f
parent8e918e1861c3cf76c60381c7cec70c1803b3c8c4 (diff)
downloadandroid_external_rsync-111599be2be2b1e77a0ca4483fba00d8cd35452d.tar.gz
android_external_rsync-111599be2be2b1e77a0ca4483fba00d8cd35452d.tar.bz2
android_external_rsync-111599be2be2b1e77a0ca4483fba00d8cd35452d.zip
Mention 2010 in the main copyright.
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index 00b96645..b428ce83 100644
--- a/options.c
+++ b/options.c
@@ -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-2009 Wayne Davison
+ * Copyright (C) 2002-2010 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
@@ -259,7 +259,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-2009 by Andrew Tridgell, Wayne Davison, and others.\n");
+ rprintf(f, "Copyright (C) 1996-2010 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",