You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/07/12 20:07:57 UTC

svn commit: r1835774 - in /subversion/branches/1.9.x: NOTICE subversion/libsvn_subr/version.c

Author: julianfoad
Date: Thu Jul 12 20:07:57 2018
New Revision: 1835774

URL: http://svn.apache.org/viewvc?rev=1835774&view=rev
Log:
On the '1.9.x' branch: update copyright year.

* NOTICE,
  subversion/libsvn_subr/version.c
  Update copyright year to 2018.

Modified:
    subversion/branches/1.9.x/NOTICE
    subversion/branches/1.9.x/subversion/libsvn_subr/version.c

Modified: subversion/branches/1.9.x/NOTICE
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/NOTICE?rev=1835774&r1=1835773&r2=1835774&view=diff
==============================================================================
--- subversion/branches/1.9.x/NOTICE (original)
+++ subversion/branches/1.9.x/NOTICE Thu Jul 12 20:07:57 2018
@@ -1,5 +1,5 @@
 Apache Subversion
-Copyright 2017 The Apache Software Foundation
+Copyright 2018 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/branches/1.9.x/subversion/libsvn_subr/version.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/subversion/libsvn_subr/version.c?rev=1835774&r1=1835773&r2=1835774&view=diff
==============================================================================
--- subversion/branches/1.9.x/subversion/libsvn_subr/version.c (original)
+++ subversion/branches/1.9.x/subversion/libsvn_subr/version.c Thu Jul 12 20:07:57 2018
@@ -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) 2017 The Apache Software Foundation.\n"
+    (pool, _("Copyright (C) 2018 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 "