You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/01/04 20:02:54 UTC

svn commit: r1555403 - in /subversion/trunk: NOTICE subversion/libsvn_subr/version.c

Author: breser
Date: Sat Jan  4 19:02:54 2014
New Revision: 1555403

URL: http://svn.apache.org/r1555403
Log:
Happy New Year!

* NOTICE: Bump copyright year to 2014.

* subversion/libsvn_subr/version.c
  (svn_version_extended): Bump copyright year to 2014.

Modified:
    subversion/trunk/NOTICE
    subversion/trunk/subversion/libsvn_subr/version.c

Modified: subversion/trunk/NOTICE
URL: http://svn.apache.org/viewvc/subversion/trunk/NOTICE?rev=1555403&r1=1555402&r2=1555403&view=diff
==============================================================================
--- subversion/trunk/NOTICE (original)
+++ subversion/trunk/NOTICE Sat Jan  4 19:02:54 2014
@@ -1,5 +1,5 @@
 Apache Subversion
-Copyright 2013 The Apache Software Foundation
+Copyright 2014 The Apache Software Foundation
 
 This product includes software developed by many people, and distributed
 under Contributor License Agreements to The Apache Software Foundation

Modified: subversion/trunk/subversion/libsvn_subr/version.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/version.c?rev=1555403&r1=1555402&r2=1555403&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/version.c (original)
+++ subversion/trunk/subversion/libsvn_subr/version.c Sat Jan  4 19:02:54 2014
@@ -136,7 +136,7 @@ svn_version_extended(svn_boolean_t verbo
   info->build_time = __TIME__;
   info->build_host = SVN_BUILD_HOST;
   info->copyright = apr_pstrdup
-    (pool, _("Copyright (C) 2013 The Apache Software Foundation.\n"
+    (pool, _("Copyright (C) 2014 The Apache Software Foundation.\n"
              "This software consists of contributions made by many people;\n"
              "see the NOTICE file for more information.\n"
              "Subversion is open source software, see "