From 35b58c8fb47b027e063bc833e61e360e30aa363c Mon Sep 17 00:00:00 2001 From: "Park, Peter" Date: Wed, 22 Jan 2025 16:06:09 -0500 Subject: [PATCH] Update copyright year to 2025 Signed-off-by: Peter Park [ROCm/amdsmi commit: 63af5cf6116669d1c93b4dfe9bd5a1712d1ed44c] --- projects/amdsmi/README.md | 2 +- projects/amdsmi/docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/amdsmi/README.md b/projects/amdsmi/README.md index cdf3ca9925..f6b798937d 100644 --- a/projects/amdsmi/README.md +++ b/projects/amdsmi/README.md @@ -221,4 +221,4 @@ representations or warranties with respect to the accuracy or completeness of th no liability of any kind, including the implied warranties of noninfringement, merchantability or fitness for particular purposes, with respect to the operation or use of AMD hardware, software or other products described herein. -© 2023-2024 Advanced Micro Devices, Inc. All Rights Reserved. +© 2023-2025 Advanced Micro Devices, Inc. All Rights Reserved. diff --git a/projects/amdsmi/docs/conf.py b/projects/amdsmi/docs/conf.py index fcf9873d7a..eec9e22d90 100644 --- a/projects/amdsmi/docs/conf.py +++ b/projects/amdsmi/docs/conf.py @@ -38,7 +38,7 @@ version_number = f"{version_year}.{version_major}.{version_minor}.{version_relea # project info project = "AMD SMI" author = "Advanced Micro Devices, Inc." -copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." +copyright = "Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved." version = version_number release = version_number