You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2021/01/22 12:49:42 UTC

svn commit: r1885795 - in /subversion/trunk: NOTICE subversion/libsvn_subr/version.c

Author: stsp
Date: Fri Jan 22 12:49:41 2021
New Revision: 1885795

URL: http://svn.apache.org/viewvc?rev=1885795&view=rev
Log:
Update copyright year to 2021.

* NOTICE,
  subversion/libsvn_subr/version.c (svn_version_extended): Happy new 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=1885795&r1=1885794&r2=1885795&view=diff
==============================================================================
--- subversion/trunk/NOTICE (original)
+++ subversion/trunk/NOTICE Fri Jan 22 12:49:41 2021
@@ -1,5 +1,5 @@
 Apache Subversion
-Copyright 2020 The Apache Software Foundation
+Copyright 2021 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=1885795&r1=1885794&r2=1885795&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/version.c (original)
+++ subversion/trunk/subversion/libsvn_subr/version.c Fri Jan 22 12:49:41 2021
@@ -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) 2020 The Apache Software Foundation.\n"
+    (pool, _("Copyright (C) 2021 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 "