From bb388b03f110c11d47482cb23122de44776f6555 Mon Sep 17 00:00:00 2001 From: Peter Park Date: Thu, 16 Jan 2025 10:56:51 -0500 Subject: [PATCH] update LICENSE year to 2025 (#530) --- LICENSE | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 35783a288e..cf05f5a560 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index 95c0012cda..2d4aeaccec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # MIT License -# Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved. # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -37,7 +37,7 @@ with open("../VERSION", encoding="utf-8") as f: # project info project = "ROCm Compute Profiler" 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