Author: stsp
Date: Tue Sep 24 15:13:47 2024
New Revision: 1920881
URL: http://svn.apache.org/viewvc?rev=1920881&view=rev
Log:
On the 1.14.x branch, merge r1920880 from trunk
* NOTICE,
subversion/libsvn_subr/version.c: Update copyright year.
Modified:
subversion/branches/1.14.x/ (props changed)
subversion/branches/1.14.x/NOTICE
subversion/branches/1.14.x/subversion/libsvn_subr/version.c
Propchange: subversion/branches/1.14.x/
------------------------------------------------------------------------------
Merged /subversion/trunk:r1920880
Modified: subversion/branches/1.14.x/NOTICE
URL:
http://svn.apache.org/viewvc/subversion/branches/1.14.x/NOTICE?rev=1920881&r1=1920880&r2=1920881&view=diff
==============================================================================
--- subversion/branches/1.14.x/NOTICE (original)
+++ subversion/branches/1.14.x/NOTICE Tue Sep 24 15:13:47 2024
@@ -1,5 +1,5 @@
Apache Subversion
-Copyright 2023 The Apache Software Foundation
+Copyright 2024 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/subversion/libsvn_subr/version.c
URL:
http://svn.apache.org/viewvc/subversion/branches/1.14.x/subversion/libsvn_subr/version.c?rev=1920881&r1=1920880&r2=1920881&view=diff
==============================================================================
--- subversion/branches/1.14.x/subversion/libsvn_subr/version.c (original)
+++ subversion/branches/1.14.x/subversion/libsvn_subr/version.c Tue Sep 24
15:13:47 2024
@@ -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) 2023 The Apache Software Foundation.\n"
+ (pool, _("Copyright (C) 2024 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 "