mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-20 17:18:53 -04:00
Make the upper copyright year "2004".
This commit is contained in:
1 parent
276877cf77
commit
45ddbf6204
1 file changed
+1
-1
@@ -161,7 +161,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-2003 by Andrew Tridgell and others\n");
|
||||
"Copyright (C) 1996-2004 by Andrew Tridgell and others\n");
|
||||
rprintf(f, "<http://rsync.samba.org/>\n");
|
||||
rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, "
|
||||
"%shard links, %ssymlinks, batchfiles, \n",
|
||||
|
||||
Reference in new issue
Block a user