DO NOT REPLY [Bug 5301] New: rsync 3.0.0 copyright dates not
updated to 2008
samba-bugs at samba.org
samba-bugs at samba.org
Mon Mar 3 15:49:26 GMT 2008
https://bugzilla.samba.org/show_bug.cgi?id=5301
Summary: rsync 3.0.0 copyright dates not updated to 2008
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: michael at usg.edu
QAContact: rsync-qa at samba.org
rsync --version:
rsync version 3.0.0 protocol version 30
Copyright (C) 1996-2007 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
...
Just noticed that the copyright date range does not yet include 2008 :)
Trivial patch:
--- options.c.orig 2008-02-18 19:48:20.000000000 -0500
+++ options.c 2008-03-03 10:19:19.000000000 -0500
@@ -259,7 +259,7 @@
rprintf(f, "%s version %s protocol version %d%s\n",
RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION, subprotocol);
- rprintf(f, "Copyright (C) 1996-2007 by Andrew Tridgell, Wayne Davison,
and others.\n");
+ rprintf(f, "Copyright (C) 1996-2008 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",
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the rsync
mailing list