From ccb8f5788b6075414d0a529de2fa4cfe747b2624 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 23 Jan 2006 18:48:12 +0000 Subject: [PATCH] Tweaked the copyright message. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 503dd535..9a7c4234 100644 --- a/options.c +++ b/options.c @@ -215,7 +215,7 @@ static void print_rsync_version(enum logcode f) rprintf(f, "%s version %s protocol version %d\n", RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION); - rprintf(f, "Copyright (C) 1996-2006 by Wayne Davison, Andrew Tridgell, and others\n"); + rprintf(f, "Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.\n"); rprintf(f, "\n"); rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, " "%shard links, %ssymlinks, batchfiles, \n", -- 2.34.1