This is an automated email from the ASF dual-hosted git repository.

expye pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c37f5890e [#15043][Docs] Updated the copyright year from 2020 to 2023 
(#15071)
0c37f5890e is described below

commit 0c37f5890e0caa258eb967721ef9cc1199bfa54b
Author: Neo Chien <[email protected]>
AuthorDate: Sun Jun 18 01:13:34 2023 +0800

    [#15043][Docs] Updated the copyright year from 2020 to 2023 (#15071)
---
 NOTICE       | 2 +-
 docs/conf.py | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NOTICE b/NOTICE
index 4dd1cbf29a..35d3709888 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache TVM
-Copyright 2019-2022 The Apache Software Foundation
+Copyright 2019-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/docs/conf.py b/docs/conf.py
index fda8ef0708..f4ba3c003f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -60,7 +60,7 @@ sys.path.insert(0, str(tvm_path.resolve() / "docs"))
 # General information about the project.
 project = "tvm"
 author = "Apache Software Foundation"
-copyright = "2020 - 2022, %s" % author
+copyright = "2020 - 2023, %s" % author
 github_doc_root = "https://github.com/apache/tvm/tree/main/docs/";
 
 os.environ["TVM_BUILD_DOC"] = "1"
@@ -589,10 +589,10 @@ tvm_alias_check_map = {
 ## Setup header and other configs
 import tlcpack_sphinx_addon
 
-footer_copyright = "© 2022 Apache Software Foundation | All rights reserved"
+footer_copyright = "© 2023 Apache Software Foundation | All rights reserved"
 footer_note = " ".join(
     """
-Copyright © 2022 The Apache Software Foundation. Apache TVM, Apache, the 
Apache feather,
+Copyright © 2023 The Apache Software Foundation. Apache TVM, Apache, the 
Apache feather,
 and the Apache TVM project logo are either trademarks or registered trademarks 
of
 the Apache Software Foundation.""".split(
         "\n"

Reply via email to