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