Author: dsahlberg
Date: Thu Mar 31 15:02:53 2022
New Revision: 1899441
URL: http://svn.apache.org/viewvc?rev=1899441&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.10.x/ (props changed)
subversion/branches/1.10.x/NOTICE (contents, props changed)
subversion/branches/1.10.x/STATUS
subversion/branches/1.10.x/subversion/libsvn_subr/version.c (contents,
props changed)
Propchange: subversion/branches/1.10.x/
------------------------------------------------------------------------------
Merged /subversion/trunk:r1896609
Modified: subversion/branches/1.10.x/NOTICE
URL:
http://svn.apache.org/viewvc/subversion/branches/1.10.x/NOTICE?rev=1899441&r1=1899440&r2=1899441&view=diff
==============================================================================
--- subversion/branches/1.10.x/NOTICE (original)
+++ subversion/branches/1.10.x/NOTICE Thu Mar 31 15:02:53 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
Propchange: subversion/branches/1.10.x/NOTICE
------------------------------------------------------------------------------
Merged /subversion/trunk/NOTICE:r1896609
Modified: subversion/branches/1.10.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.10.x/STATUS?rev=1899441&r1=1899440&r2=1899441&view=diff
==============================================================================
--- subversion/branches/1.10.x/STATUS (original)
+++ subversion/branches/1.10.x/STATUS Thu Mar 31 15:02:53 2022
@@ -28,13 +28,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.10.x/subversion/libsvn_subr/version.c
URL:
http://svn.apache.org/viewvc/subversion/branches/1.10.x/subversion/libsvn_subr/version.c?rev=1899441&r1=1899440&r2=1899441&view=diff
==============================================================================
--- subversion/branches/1.10.x/subversion/libsvn_subr/version.c (original)
+++ subversion/branches/1.10.x/subversion/libsvn_subr/version.c Thu Mar 31
15:02:53 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 "
Propchange: subversion/branches/1.10.x/subversion/libsvn_subr/version.c
------------------------------------------------------------------------------
Merged /subversion/trunk/subversion/libsvn_subr/version.c:r1896609