You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2022/03/31 13:42:25 UTC

svn commit: r1899434 - in /subversion/branches/1.14.x: ./ NOTICE STATUS subversion/libsvn_subr/version.c

Author: hartmannathan
Date: Thu Mar 31 13:42:24 2022
New Revision: 1899434

URL: http://svn.apache.org/viewvc?rev=1899434&view=rev
Log:
Merge r1896609 from trunk:

 * r1896609
   Bumps copyright date to 2022
   Justification:
     Show correct year in output.
   Votes:
     +1: hartmannathan, dsahlberg

Modified:
    subversion/branches/1.14.x/   (props changed)
    subversion/branches/1.14.x/NOTICE
    subversion/branches/1.14.x/STATUS
    subversion/branches/1.14.x/subversion/libsvn_subr/version.c

Propchange: subversion/branches/1.14.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1896609

Modified: subversion/branches/1.14.x/NOTICE
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/NOTICE?rev=1899434&r1=1899433&r2=1899434&view=diff
==============================================================================
--- subversion/branches/1.14.x/NOTICE (original)
+++ subversion/branches/1.14.x/NOTICE Thu Mar 31 13:42:24 2022
@@ -1,5 +1,5 @@
 Apache Subversion
-Copyright 2021 The Apache Software Foundation
+Copyright 2022 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.14.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/STATUS?rev=1899434&r1=1899433&r2=1899434&view=diff
==============================================================================
--- subversion/branches/1.14.x/STATUS (original)
+++ subversion/branches/1.14.x/STATUS Thu Mar 31 13:42:24 2022
@@ -52,13 +52,6 @@ Veto-blocked changes:
 Approved changes:
 =================
 
- * r1896609
-   Bumps copyright date to 2022
-   Justification:
-     Show correct year in output.
-   Votes:
-     +1: hartmannathan, dsahlberg
-
  * r1890231
    README: Document new home of our IRC channels at libera.chat
    Justification:

Modified: subversion/branches/1.14.x/subversion/libsvn_subr/version.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/subversion/libsvn_subr/version.c?rev=1899434&r1=1899433&r2=1899434&view=diff
==============================================================================
--- subversion/branches/1.14.x/subversion/libsvn_subr/version.c (original)
+++ subversion/branches/1.14.x/subversion/libsvn_subr/version.c Thu Mar 31 13:42:24 2022
@@ -143,7 +143,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) 2021 The Apache Software Foundation.\n"
+    (pool, _("Copyright (C) 2022 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 "