Author: svn-role
Date: Fri Dec 1 04:00:02 2023
New Revision: 1914246
URL: http://svn.apache.org/viewvc?rev=1914246&view=rev
Log:
Merge r1914220 from trunk:
* r1914220
Update copyright year to 2023.
Justification:
To show correct year in upcoming release.
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:r1914220
Modified: subversion/branches/1.14.x/NOTICE
URL:
http://svn.apache.org/viewvc/subversion/branches/1.14.x/NOTICE?rev=1914246&r1=1914245&r2=1914246&view=diff
==============================================================================
--- subversion/branches/1.14.x/NOTICE (original)
+++ subversion/branches/1.14.x/NOTICE Fri Dec 1 04:00:02 2023
@@ -1,5 +1,5 @@
Apache Subversion
-Copyright 2022 The Apache Software Foundation
+Copyright 2023 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=1914246&r1=1914245&r2=1914246&view=diff
==============================================================================
--- subversion/branches/1.14.x/STATUS (original)
+++ subversion/branches/1.14.x/STATUS Fri Dec 1 04:00:02 2023
@@ -34,11 +34,3 @@ Veto-blocked changes:
Approved changes:
=================
-
- * r1914220
- Update copyright year to 2023.
- Justification:
- To show correct year in upcoming release.
- Votes:
- +1: hartmannathan, dsahlberg
-
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=1914246&r1=1914245&r2=1914246&view=diff
==============================================================================
--- subversion/branches/1.14.x/subversion/libsvn_subr/version.c (original)
+++ subversion/branches/1.14.x/subversion/libsvn_subr/version.c Fri Dec 1
04:00:02 2023
@@ -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) 2022 The Apache Software Foundation.\n"
+ (pool, _("Copyright (C) 2023 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 "