From 040f7b659595c500a5faf06032be066bbe195ea6 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 7 Sep 2001 07:35:08 +0000 Subject: [PATCH] Update copyright notice. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 1618ffe7..2b45512a 100644 --- a/options.c +++ b/options.c @@ -122,7 +122,7 @@ static void print_rsync_version(int f) rprintf(f, "%s version %s protocol version %d\n", RSYNC_NAME, VERSION, PROTOCOL_VERSION); rprintf(f, - "Copyright (C) 1996-2001 by Andrew Tridgell, Paul Mackerras and others\n"); + "Copyright (C) 1996-2001 by Andrew Tridgell and others\n"); rprintf(f, "\n"); rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, " "%shard links, %ssymlinks, batchfiles\n\n", -- 2.34.1