Author: stsp
Date: Tue Sep 24 15:08:20 2024
New Revision: 1920880

URL: http://svn.apache.org/viewvc?rev=1920880&view=rev
Log:
Update copyright year in NOTICE and svn --version output.

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

Modified:
    subversion/trunk/NOTICE
    subversion/trunk/subversion/libsvn_subr/version.c

Modified: subversion/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/subversion/trunk/NOTICE?rev=1920880&r1=1920879&r2=1920880&view=diff
==============================================================================
--- subversion/trunk/NOTICE (original)
+++ subversion/trunk/NOTICE Tue Sep 24 15:08:20 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/trunk/subversion/libsvn_subr/version.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/version.c?rev=1920880&r1=1920879&r2=1920880&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/version.c (original)
+++ subversion/trunk/subversion/libsvn_subr/version.c Tue Sep 24 15:08:20 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 "


Reply via email to