samba-bugs@samba.org
2008-Mar-03  15:49 UTC
DO NOT REPLY [Bug 5301] New: rsync 3.0.0 copyright dates not updated to 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@samba.org
        ReportedBy: michael@usg.edu
         QAContact: rsync-qa@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.
samba-bugs@samba.org
2008-Mar-03  15:57 UTC
DO NOT REPLY [Bug 5301] rsync 3.0.0 copyright dates not updated to 2008
https://bugzilla.samba.org/show_bug.cgi?id=5301 ------- Comment #1 from michael@usg.edu 2008-03-03 09:57 CST ------- Created an attachment (id=3158) --> (https://bugzilla.samba.org/attachment.cgi?id=3158&action=view) Update copyright in options.c -- 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.
samba-bugs@samba.org
2008-Mar-05  05:51 UTC
DO NOT REPLY [Bug 5301] rsync 3.0.0 copyright dates not updated to 2008
https://bugzilla.samba.org/show_bug.cgi?id=5301
wayned@samba.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Comment #2 from wayned@samba.org  2008-03-04 23:51 CST -------
Thanks for pointing that out.  I updated the comment headers, but not the
--version output.
I've updated my release script to check for such a situation so it won't
happen
again.
-- 
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.