You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/01/01 23:34:27 UTC

svn commit: r895085 - /subversion/trunk/subversion/libsvn_subr/opt.c

Author: hwright
Date: Fri Jan  1 22:34:26 2010
New Revision: 895085

URL: http://svn.apache.org/viewvc?rev=895085&view=rev
Log:
Happy New Year.

* subversion/libsvn_subr/opt.c
  (svn_opt__print_version_info): Bump copyright year.

Modified:
    subversion/trunk/subversion/libsvn_subr/opt.c

Modified: subversion/trunk/subversion/libsvn_subr/opt.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/opt.c?rev=895085&r1=895084&r2=895085&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/opt.c (original)
+++ subversion/trunk/subversion/libsvn_subr/opt.c Fri Jan  1 22:34:26 2010
@@ -1004,7 +1004,7 @@
   SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n"
                                      "   compiled %s, %s\n\n"), pgm_name,
                              SVN_VERSION, __DATE__, __TIME__));
-  SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2009 The Apache Software Foundation.\n"
+  SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2010 The Apache Software Foundation.\n"
                               "This software consists of"
                               " contributions made by many people;\n"
                               "see the NOTICE file for more information.\n"