From 737feed972fd440f691410c0e7c9ece057a1cae6 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) [ROCm/rocprofiler-compute commit: bb388b03f110c11d47482cb23122de44776f6555] --- projects/rocprofiler-compute/LICENSE | 2 +- projects/rocprofiler-compute/docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-compute/LICENSE b/projects/rocprofiler-compute/LICENSE index 35783a288e..cf05f5a560 100644 --- a/projects/rocprofiler-compute/LICENSE +++ b/projects/rocprofiler-compute/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/projects/rocprofiler-compute/docs/conf.py b/projects/rocprofiler-compute/docs/conf.py index 95c0012cda..2d4aeaccec 100644 --- a/projects/rocprofiler-compute/docs/conf.py +++ b/projects/rocprofiler-compute/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