Update copyrights to 2024 (#138638)

Spiritual successor of https://github.com/pytorch/pytorch/pull/119413 + CPP docs copyright update as well
Fixes https://github.com/pytorch/pytorch/issues/138630

Pull Request resolved: https://github.com/pytorch/pytorch/pull/138638
Approved by: https://github.com/atalman
This commit is contained in:
Nikita Shulga
2024-10-22 21:00:58 +00:00
committed by PyTorch MergeBot
parent dbd0a39c79
commit d1be61ce4e
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ master_doc = "index"
# General information about the project.
project = "PyTorch"
copyright = "2022, PyTorch Contributors"
copyright = "2024, PyTorch Contributors"
author = "PyTorch Contributors"
# The version info for the project you're documenting, acts as replacement for

View File

@ -3353,7 +3353,7 @@ master_doc = "index"
# General information about the project.
project = "PyTorch"
copyright = "2023, PyTorch Contributors"
copyright = "2024, PyTorch Contributors"
author = "PyTorch Contributors"
torch_version = str(torch.__version__)