diff --git a/projects/rocprofiler-sdk/LICENSE b/projects/rocprofiler-sdk/LICENSE index fe506e83da..68eb68acb2 100644 --- a/projects/rocprofiler-sdk/LICENSE +++ b/projects/rocprofiler-sdk/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023-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-sdk/samples/advanced_thread_trace/client.cpp b/projects/rocprofiler-sdk/samples/advanced_thread_trace/client.cpp index 413c97964d..37724f5741 100644 --- a/projects/rocprofiler-sdk/samples/advanced_thread_trace/client.cpp +++ b/projects/rocprofiler-sdk/samples/advanced_thread_trace/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/advanced_thread_trace/main.cpp b/projects/rocprofiler-sdk/samples/advanced_thread_trace/main.cpp index b9c60b3314..1266f52ec3 100644 --- a/projects/rocprofiler-sdk/samples/advanced_thread_trace/main.cpp +++ b/projects/rocprofiler-sdk/samples/advanced_thread_trace/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/samples/advanced_thread_trace/transpose_kernels.hpp b/projects/rocprofiler-sdk/samples/advanced_thread_trace/transpose_kernels.hpp index bc813c56ae..f7fa00bfe7 100644 --- a/projects/rocprofiler-sdk/samples/advanced_thread_trace/transpose_kernels.hpp +++ b/projects/rocprofiler-sdk/samples/advanced_thread_trace/transpose_kernels.hpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2024-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 +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #pragma once #include "hip/hip_runtime.h" diff --git a/projects/rocprofiler-sdk/samples/api_buffered_tracing/client.cpp b/projects/rocprofiler-sdk/samples/api_buffered_tracing/client.cpp index b99e73f976..81ed12cf5d 100644 --- a/projects/rocprofiler-sdk/samples/api_buffered_tracing/client.cpp +++ b/projects/rocprofiler-sdk/samples/api_buffered_tracing/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/api_buffered_tracing/client.hpp b/projects/rocprofiler-sdk/samples/api_buffered_tracing/client.hpp index 9ff8cda2d8..06a42749ad 100644 --- a/projects/rocprofiler-sdk/samples/api_buffered_tracing/client.hpp +++ b/projects/rocprofiler-sdk/samples/api_buffered_tracing/client.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/api_buffered_tracing/main.cpp b/projects/rocprofiler-sdk/samples/api_buffered_tracing/main.cpp index 8accf55abb..7cec6e9ab7 100644 --- a/projects/rocprofiler-sdk/samples/api_buffered_tracing/main.cpp +++ b/projects/rocprofiler-sdk/samples/api_buffered_tracing/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/api_callback_tracing/client.cpp b/projects/rocprofiler-sdk/samples/api_callback_tracing/client.cpp index 4c367dfa88..57d6e1e537 100644 --- a/projects/rocprofiler-sdk/samples/api_callback_tracing/client.cpp +++ b/projects/rocprofiler-sdk/samples/api_callback_tracing/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/api_callback_tracing/client.hpp b/projects/rocprofiler-sdk/samples/api_callback_tracing/client.hpp index 3d5b7ac372..eb709e6b2e 100644 --- a/projects/rocprofiler-sdk/samples/api_callback_tracing/client.hpp +++ b/projects/rocprofiler-sdk/samples/api_callback_tracing/client.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/api_callback_tracing/main.cpp b/projects/rocprofiler-sdk/samples/api_callback_tracing/main.cpp index 9751463298..59678c3f93 100644 --- a/projects/rocprofiler-sdk/samples/api_callback_tracing/main.cpp +++ b/projects/rocprofiler-sdk/samples/api_callback_tracing/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/code_object_isa_decode/client.cpp b/projects/rocprofiler-sdk/samples/code_object_isa_decode/client.cpp index 3bb08c6dc1..630b78fe5a 100644 --- a/projects/rocprofiler-sdk/samples/code_object_isa_decode/client.cpp +++ b/projects/rocprofiler-sdk/samples/code_object_isa_decode/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/code_object_isa_decode/main.cpp b/projects/rocprofiler-sdk/samples/code_object_isa_decode/main.cpp index f72cf7a14c..31ab9e9d38 100644 --- a/projects/rocprofiler-sdk/samples/code_object_isa_decode/main.cpp +++ b/projects/rocprofiler-sdk/samples/code_object_isa_decode/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/samples/code_object_isa_decode/transpose_kernels.hpp b/projects/rocprofiler-sdk/samples/code_object_isa_decode/transpose_kernels.hpp index bc813c56ae..f7fa00bfe7 100644 --- a/projects/rocprofiler-sdk/samples/code_object_isa_decode/transpose_kernels.hpp +++ b/projects/rocprofiler-sdk/samples/code_object_isa_decode/transpose_kernels.hpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2024-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 +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #pragma once #include "hip/hip_runtime.h" diff --git a/projects/rocprofiler-sdk/samples/code_object_tracing/client.cpp b/projects/rocprofiler-sdk/samples/code_object_tracing/client.cpp index 351174dd03..98c2394a06 100644 --- a/projects/rocprofiler-sdk/samples/code_object_tracing/client.cpp +++ b/projects/rocprofiler-sdk/samples/code_object_tracing/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/code_object_tracing/main.cpp b/projects/rocprofiler-sdk/samples/code_object_tracing/main.cpp index 124ec5c149..9a9c3179cd 100644 --- a/projects/rocprofiler-sdk/samples/code_object_tracing/main.cpp +++ b/projects/rocprofiler-sdk/samples/code_object_tracing/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/common/call_stack.hpp b/projects/rocprofiler-sdk/samples/common/call_stack.hpp index bd4a337087..16376bf46d 100644 --- a/projects/rocprofiler-sdk/samples/common/call_stack.hpp +++ b/projects/rocprofiler-sdk/samples/common/call_stack.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/common/defines.hpp b/projects/rocprofiler-sdk/samples/common/defines.hpp index 61fcf7a8af..4e4e15abbc 100644 --- a/projects/rocprofiler-sdk/samples/common/defines.hpp +++ b/projects/rocprofiler-sdk/samples/common/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/common/filesystem.hpp b/projects/rocprofiler-sdk/samples/common/filesystem.hpp index aaeb14a9b4..2c7082fbc7 100644 --- a/projects/rocprofiler-sdk/samples/common/filesystem.hpp +++ b/projects/rocprofiler-sdk/samples/common/filesystem.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/common/name_info.hpp b/projects/rocprofiler-sdk/samples/common/name_info.hpp index 35793a946e..11db168de5 100644 --- a/projects/rocprofiler-sdk/samples/common/name_info.hpp +++ b/projects/rocprofiler-sdk/samples/common/name_info.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/counter_collection/callback_client.cpp b/projects/rocprofiler-sdk/samples/counter_collection/callback_client.cpp index 4b83ee05f0..6120221ddc 100644 --- a/projects/rocprofiler-sdk/samples/counter_collection/callback_client.cpp +++ b/projects/rocprofiler-sdk/samples/counter_collection/callback_client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/counter_collection/client.cpp b/projects/rocprofiler-sdk/samples/counter_collection/client.cpp index 0a5e641268..5d8af00edf 100644 --- a/projects/rocprofiler-sdk/samples/counter_collection/client.cpp +++ b/projects/rocprofiler-sdk/samples/counter_collection/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/counter_collection/client.hpp b/projects/rocprofiler-sdk/samples/counter_collection/client.hpp index 0bd02f9c92..debc238b45 100644 --- a/projects/rocprofiler-sdk/samples/counter_collection/client.hpp +++ b/projects/rocprofiler-sdk/samples/counter_collection/client.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/counter_collection/device_counting.cpp b/projects/rocprofiler-sdk/samples/counter_collection/device_counting.cpp index 62d5f5f7e8..0e0d39496d 100644 --- a/projects/rocprofiler-sdk/samples/counter_collection/device_counting.cpp +++ b/projects/rocprofiler-sdk/samples/counter_collection/device_counting.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/counter_collection/main.cpp b/projects/rocprofiler-sdk/samples/counter_collection/main.cpp index f6f0b57d42..03b0f92354 100644 --- a/projects/rocprofiler-sdk/samples/counter_collection/main.cpp +++ b/projects/rocprofiler-sdk/samples/counter_collection/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/counter_collection/per_dev_serialization.cpp b/projects/rocprofiler-sdk/samples/counter_collection/per_dev_serialization.cpp index 0400c6757d..e260ad3324 100644 --- a/projects/rocprofiler-sdk/samples/counter_collection/per_dev_serialization.cpp +++ b/projects/rocprofiler-sdk/samples/counter_collection/per_dev_serialization.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/counter_collection/print_functional_counters.cpp b/projects/rocprofiler-sdk/samples/counter_collection/print_functional_counters.cpp index 39efb9a4ef..8621ff47b2 100644 --- a/projects/rocprofiler-sdk/samples/counter_collection/print_functional_counters.cpp +++ b/projects/rocprofiler-sdk/samples/counter_collection/print_functional_counters.cpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2023-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 +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #include "client.hpp" #include diff --git a/projects/rocprofiler-sdk/samples/external_correlation_id_request/client.cpp b/projects/rocprofiler-sdk/samples/external_correlation_id_request/client.cpp index 9a9b1b50ba..2ec5002c4c 100644 --- a/projects/rocprofiler-sdk/samples/external_correlation_id_request/client.cpp +++ b/projects/rocprofiler-sdk/samples/external_correlation_id_request/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/external_correlation_id_request/client.hpp b/projects/rocprofiler-sdk/samples/external_correlation_id_request/client.hpp index 9ff8cda2d8..06a42749ad 100644 --- a/projects/rocprofiler-sdk/samples/external_correlation_id_request/client.hpp +++ b/projects/rocprofiler-sdk/samples/external_correlation_id_request/client.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/external_correlation_id_request/main.cpp b/projects/rocprofiler-sdk/samples/external_correlation_id_request/main.cpp index b8524f3ed0..3ddb39973e 100644 --- a/projects/rocprofiler-sdk/samples/external_correlation_id_request/main.cpp +++ b/projects/rocprofiler-sdk/samples/external_correlation_id_request/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/intercept_table/client.cpp b/projects/rocprofiler-sdk/samples/intercept_table/client.cpp index 7f955ad861..4c2d2028be 100644 --- a/projects/rocprofiler-sdk/samples/intercept_table/client.cpp +++ b/projects/rocprofiler-sdk/samples/intercept_table/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/intercept_table/client.hpp b/projects/rocprofiler-sdk/samples/intercept_table/client.hpp index db3ccba359..529e3e5fb5 100644 --- a/projects/rocprofiler-sdk/samples/intercept_table/client.hpp +++ b/projects/rocprofiler-sdk/samples/intercept_table/client.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/intercept_table/main.cpp b/projects/rocprofiler-sdk/samples/intercept_table/main.cpp index be8240b98a..c8a82a82af 100644 --- a/projects/rocprofiler-sdk/samples/intercept_table/main.cpp +++ b/projects/rocprofiler-sdk/samples/intercept_table/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/openmp_target/client.cpp b/projects/rocprofiler-sdk/samples/openmp_target/client.cpp index 1242f1b358..d081748a37 100644 --- a/projects/rocprofiler-sdk/samples/openmp_target/client.cpp +++ b/projects/rocprofiler-sdk/samples/openmp_target/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/openmp_target/client.hpp b/projects/rocprofiler-sdk/samples/openmp_target/client.hpp index 5fcb735069..c3d63827a0 100644 --- a/projects/rocprofiler-sdk/samples/openmp_target/client.hpp +++ b/projects/rocprofiler-sdk/samples/openmp_target/client.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/openmp_target/main.cpp b/projects/rocprofiler-sdk/samples/openmp_target/main.cpp index be04bd0e75..54e447ee30 100644 --- a/projects/rocprofiler-sdk/samples/openmp_target/main.cpp +++ b/projects/rocprofiler-sdk/samples/openmp_target/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/pc_sampling/client.cpp b/projects/rocprofiler-sdk/samples/pc_sampling/client.cpp index e6823d4816..286f58562e 100644 --- a/projects/rocprofiler-sdk/samples/pc_sampling/client.cpp +++ b/projects/rocprofiler-sdk/samples/pc_sampling/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/samples/pc_sampling/main.cpp b/projects/rocprofiler-sdk/samples/pc_sampling/main.cpp index b8524f3ed0..3ddb39973e 100644 --- a/projects/rocprofiler-sdk/samples/pc_sampling/main.cpp +++ b/projects/rocprofiler-sdk/samples/pc_sampling/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/samples/pc_sampling/pcs.cpp b/projects/rocprofiler-sdk/samples/pc_sampling/pcs.cpp index ee15051678..626251ef76 100644 --- a/projects/rocprofiler-sdk/samples/pc_sampling/pcs.cpp +++ b/projects/rocprofiler-sdk/samples/pc_sampling/pcs.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/samples/pc_sampling/pcs.hpp b/projects/rocprofiler-sdk/samples/pc_sampling/pcs.hpp index a938c6a3f9..1aca31da76 100644 --- a/projects/rocprofiler-sdk/samples/pc_sampling/pcs.hpp +++ b/projects/rocprofiler-sdk/samples/pc_sampling/pcs.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/samples/pc_sampling/utils.cpp b/projects/rocprofiler-sdk/samples/pc_sampling/utils.cpp index 958ca8e17f..dfe66925fa 100644 --- a/projects/rocprofiler-sdk/samples/pc_sampling/utils.cpp +++ b/projects/rocprofiler-sdk/samples/pc_sampling/utils.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/samples/pc_sampling/utils.hpp b/projects/rocprofiler-sdk/samples/pc_sampling/utils.hpp index 1eedd6bd6b..4d2f28eab3 100644 --- a/projects/rocprofiler-sdk/samples/pc_sampling/utils.hpp +++ b/projects/rocprofiler-sdk/samples/pc_sampling/utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/bin/rocprofv3.py b/projects/rocprofiler-sdk/source/bin/rocprofv3.py index a9203d6584..dcea56f24d 100755 --- a/projects/rocprofiler-sdk/source/bin/rocprofv3.py +++ b/projects/rocprofiler-sdk/source/bin/rocprofv3.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import os import sys import argparse diff --git a/projects/rocprofiler-sdk/source/bin/rocprofv3_avail.py b/projects/rocprofiler-sdk/source/bin/rocprofv3_avail.py index 010ea59e91..5911a67a6e 100644 --- a/projects/rocprofiler-sdk/source/bin/rocprofv3_avail.py +++ b/projects/rocprofiler-sdk/source/bin/rocprofv3_avail.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import ctypes import pathlib import os diff --git a/projects/rocprofiler-sdk/source/docs/conf.py b/projects/rocprofiler-sdk/source/docs/conf.py index bc3856f826..8ba64142f4 100644 --- a/projects/rocprofiler-sdk/source/docs/conf.py +++ b/projects/rocprofiler-sdk/source/docs/conf.py @@ -56,7 +56,7 @@ build_doxyfile() # -- Project information ----------------------------------------------------- project = "Rocprofiler SDK" -copyright = "2023-2024, Advanced Micro Devices, Inc." +copyright = "2023-2025, Advanced Micro Devices, Inc." author = "Advanced Micro Devices, Inc." project_root = os.path.normpath(os.path.join(os.getcwd(), "..", "..")) diff --git a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/api_trace.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/api_trace.h index 3e2350196f..e01e12ecb2 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/api_trace.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/api_trace.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk-roctx/defines.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/defines.h index b90b1a5fc9..afef022e38 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/defines.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/defines.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk-roctx/roctx.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/roctx.h index b594e6de43..480014e311 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/roctx.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/roctx.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk-roctx/types.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/types.h index 9107afab0d..323bfa76c3 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/types.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/types.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk-roctx/version.h.in b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/version.h.in index 68f3d1553a..06fa186f81 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/version.h.in +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk-roctx/version.h.in @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/agent.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/agent.h index 473ce4b1c9..50753eab2c 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/agent.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/agent.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace.h index e089bc5e3a..2cb6813a7f 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_agent.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_agent.h index 5f46635f4a..c0f59adedf 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_agent.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_agent.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_core.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_core.h index 157ae998be..b77741a966 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_core.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_core.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_dispatch.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_dispatch.h index 1056de1655..07e6ad5887 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_dispatch.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/amd_detail/thread_trace_dispatch.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/include/rocprofiler-sdk/buffer.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/buffer.h index f58af17702..35cd06892a 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/buffer.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/buffer.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/buffer_tracing.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/buffer_tracing.h index fb3d3d9ec2..ec89b0a3e3 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/buffer_tracing.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/buffer_tracing.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/callback_tracing.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/callback_tracing.h index 762feb4302..916386e21f 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/callback_tracing.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/callback_tracing.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/context.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/context.h index c73638318a..af3a22d2b3 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/context.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/context.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/counters.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/counters.h index 8c31299401..7b2f6c092f 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/counters.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/counters.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/codeobj/code_printing.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/code_printing.hpp index 0418c7eb8c..c408691a36 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/code_printing.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/code_printing.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/codeobj/disassembly.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/disassembly.hpp index b43136eec8..67dd55736f 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/disassembly.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/disassembly.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/codeobj/segment.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/segment.hpp index 5a4ef6fd3e..747f75feee 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/segment.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/codeobj/segment.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/include/rocprofiler-sdk/cxx/details/join.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/join.hpp index 58310a6e62..e661ecf0c3 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/join.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/join.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/details/mpl.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/mpl.hpp index 0299fe72a1..ca89afcc69 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/mpl.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/mpl.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/details/name_info.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/name_info.hpp index dc03f0cb9a..abe77e197a 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/name_info.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/name_info.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/details/tokenize.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/tokenize.hpp index 46a4aa0de2..40f9d19a94 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/tokenize.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/tokenize.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/hash.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/hash.hpp index 5a3ca76154..3268d86309 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/hash.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/hash.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/name_info.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/name_info.hpp index c29eacde90..54708f33bf 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/name_info.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/name_info.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/operators.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/operators.hpp index b988781567..41aebadb92 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/operators.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/operators.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/perfetto.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/perfetto.hpp index 3ab3f0ce18..88b0c78a21 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/perfetto.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/perfetto.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/serialization.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/serialization.hpp index eb7444e15d..09e059fcca 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/serialization.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/serialization.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/cxx/utility.hpp b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/utility.hpp index 0447a8c410..38d23f3f50 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/utility.hpp +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/utility.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/defines.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/defines.h index 00a3ffbc43..a7c6441d42 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/defines.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/defines.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/device_counting_service.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/device_counting_service.h index cc203062bd..1dcf9789cf 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/device_counting_service.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/device_counting_service.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/dispatch_counting_service.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/dispatch_counting_service.h index f881969ca1..f2898ae662 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/dispatch_counting_service.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/dispatch_counting_service.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/experimental/counters.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/experimental/counters.h index 04a189ae94..bd5c460af2 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/experimental/counters.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/experimental/counters.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/external_correlation.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/external_correlation.h index cbf87b2870..c52eec8219 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/external_correlation.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/external_correlation.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/fwd.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/fwd.h index 91aa551c8c..a8f15fe0b8 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/fwd.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/fwd.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/include/rocprofiler-sdk/hip.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip.h index 781b50a570..b398f294b6 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hip/api_args.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/api_args.h index aa431fb61a..5bbb7f9a97 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/api_args.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/api_args.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hip/api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/api_id.h index a128f02c55..fbe91f0d08 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hip/compiler_api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/compiler_api_id.h index 01822494ec..f72408e85d 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/compiler_api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/compiler_api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hip/runtime_api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/runtime_api_id.h index 5f6d67729e..ad20b3a311 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/runtime_api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/runtime_api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hip/table_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/table_id.h index c809d98e7a..45cd2c6212 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/table_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hip/table_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa.h index 0fda1d75b3..c4a6764d92 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/amd_ext_api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/amd_ext_api_id.h index 9675f245ff..390c12c06e 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/amd_ext_api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/amd_ext_api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/api_args.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_args.h index 1e4a589185..ef778d1a96 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_args.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_args.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_id.h index ca21ef61bd..4ad898b95a 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/api_trace_version.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_trace_version.h index 6b44aa0037..7241de8b55 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_trace_version.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/api_trace_version.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/core_api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/core_api_id.h index c8d0478f19..134b5d55da 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/core_api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/core_api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/finalize_ext_api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/finalize_ext_api_id.h index b24097fc75..3c5acce424 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/finalize_ext_api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/finalize_ext_api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/image_ext_api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/image_ext_api_id.h index 26362a9398..5eb61a6600 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/image_ext_api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/image_ext_api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/scratch_memory_args.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/scratch_memory_args.h index 2b3c827bb9..f1e49f3a61 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/scratch_memory_args.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/scratch_memory_args.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/scratch_memory_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/scratch_memory_id.h index ce6fe4de78..9a7de11dc4 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/scratch_memory_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/scratch_memory_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/hsa/table_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/table_id.h index 71e51da149..59fdec1013 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/table_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/hsa/table_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/intercept_table.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/intercept_table.h index ce6e7f3600..5f3462b888 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/intercept_table.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/intercept_table.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/internal_threading.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/internal_threading.h index cd8368e9ef..14314efbcf 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/internal_threading.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/internal_threading.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/kfd/page_migration_args.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/kfd/page_migration_args.h index 9d322660f5..ad13942ad7 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/kfd/page_migration_args.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/kfd/page_migration_args.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/kfd/page_migration_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/kfd/page_migration_id.h index 7f21c01675..6ba74f6cb4 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/kfd/page_migration_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/kfd/page_migration_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/marker.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker.h index 36729499b1..c19b406752 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/marker/api_args.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/api_args.h index bfb52d02b9..009c68755b 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/api_args.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/api_args.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/marker/api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/api_id.h index f1d48be564..273f5e2142 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/marker/table_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/table_id.h index 9f92d8e867..4eaf1ab118 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/table_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/marker/table_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/ompt.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt.h index ccd3208d1e..5fae859e61 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/ompt/api_args.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt/api_args.h index 333b1e8c6c..6677e4ef7f 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt/api_args.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt/api_args.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/ompt/api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt/api_id.h index 4a15202b36..f78b54cd42 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt/api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/ompt/api_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/pc_sampling.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/pc_sampling.h index 87abd4a92e..6f8e64a9ba 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/pc_sampling.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/pc_sampling.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/profile_config.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/profile_config.h index 9a871671ca..5d6be8ebf2 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/profile_config.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/profile_config.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/rccl.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl.h index 008fd82fd2..ec7b4475da 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/rccl/api_args.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/api_args.h index 73870fdea4..a78d4f9c61 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/api_args.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/api_args.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/rccl/api_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/api_id.h index 7ef17bea61..fc3f2a577a 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/api_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/api_id.h @@ -2,7 +2,7 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/rccl/details/api_trace.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/details/api_trace.h index 1fa2aeda44..f1a0f473a9 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/details/api_trace.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/details/api_trace.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/rccl/table_id.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/table_id.h index 578d3da290..b4fb303daf 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/table_id.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rccl/table_id.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/registration.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/registration.h index a1a8f81338..68be6f8ba4 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/registration.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/registration.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/rocprofiler.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rocprofiler.h index 2a8990dafb..baa3e4b169 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rocprofiler.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/rocprofiler.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/spm.h b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/spm.h index a3b49d2457..0699dabb0e 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/spm.h +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/spm.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/include/rocprofiler-sdk/version.h.in b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/version.h.in index bb4b4644a0..30bdc63d81 100644 --- a/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/version.h.in +++ b/projects/rocprofiler-sdk/source/include/rocprofiler-sdk/version.h.in @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/abi.hpp b/projects/rocprofiler-sdk/source/lib/common/abi.hpp index d0f11ed852..a3d1eda962 100644 --- a/projects/rocprofiler-sdk/source/lib/common/abi.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/abi.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/container/c_array.hpp b/projects/rocprofiler-sdk/source/lib/common/container/c_array.hpp index ea856bd1a0..e47c08e6e2 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/c_array.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/c_array.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Advanced Micro Devices, Inc. All Rights Reserved. +// Copyright (c) 2022-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-sdk/source/lib/common/container/operators.hpp b/projects/rocprofiler-sdk/source/lib/common/container/operators.hpp index 24b0d44388..f0e45d926b 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/operators.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/operators.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Advanced Micro Devices, Inc. All Rights Reserved. +// Copyright (c) 2022-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-sdk/source/lib/common/container/record_header_buffer.cpp b/projects/rocprofiler-sdk/source/lib/common/container/record_header_buffer.cpp index 4f89afb9dd..fe9aa1ac6b 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/record_header_buffer.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/record_header_buffer.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/container/record_header_buffer.hpp b/projects/rocprofiler-sdk/source/lib/common/container/record_header_buffer.hpp index 7454df2008..8fde0e65ae 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/record_header_buffer.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/record_header_buffer.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/container/ring_buffer.cpp b/projects/rocprofiler-sdk/source/lib/common/container/ring_buffer.cpp index f98829589b..fd4f3155f4 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/ring_buffer.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/ring_buffer.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/container/ring_buffer.hpp b/projects/rocprofiler-sdk/source/lib/common/container/ring_buffer.hpp index ebc5ac6bd9..37f4aa57db 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/ring_buffer.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/ring_buffer.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/container/small_vector.cpp b/projects/rocprofiler-sdk/source/lib/common/container/small_vector.cpp index 37ab848abd..cfe032ea05 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/small_vector.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/small_vector.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/container/small_vector.hpp b/projects/rocprofiler-sdk/source/lib/common/container/small_vector.hpp index 3db7c157d8..c16938cfc6 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/small_vector.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/small_vector.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/container/stable_vector.hpp b/projects/rocprofiler-sdk/source/lib/common/container/stable_vector.hpp index 4d30b9d3b8..78e538a287 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/stable_vector.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/stable_vector.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Advanced Micro Devices, Inc. All Rights Reserved. +// Copyright (c) 2022-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-sdk/source/lib/common/container/static_vector.hpp b/projects/rocprofiler-sdk/source/lib/common/container/static_vector.hpp index 78bae501be..075ced5d4f 100644 --- a/projects/rocprofiler-sdk/source/lib/common/container/static_vector.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/container/static_vector.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2022 Advanced Micro Devices, Inc. All Rights Reserved. +// Copyright (c) 2022-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-sdk/source/lib/common/defines.hpp b/projects/rocprofiler-sdk/source/lib/common/defines.hpp index 68f12ec6a9..c0fc154d8d 100644 --- a/projects/rocprofiler-sdk/source/lib/common/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/demangle.cpp b/projects/rocprofiler-sdk/source/lib/common/demangle.cpp index afe8d31699..1ac44c9607 100644 --- a/projects/rocprofiler-sdk/source/lib/common/demangle.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/demangle.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-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-sdk/source/lib/common/demangle.hpp b/projects/rocprofiler-sdk/source/lib/common/demangle.hpp index 23126a1557..fe5d312984 100644 --- a/projects/rocprofiler-sdk/source/lib/common/demangle.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/demangle.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-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-sdk/source/lib/common/elf_utils.cpp b/projects/rocprofiler-sdk/source/lib/common/elf_utils.cpp index 408518a9a8..c73b6ce19d 100644 --- a/projects/rocprofiler-sdk/source/lib/common/elf_utils.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/elf_utils.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/elf_utils.hpp b/projects/rocprofiler-sdk/source/lib/common/elf_utils.hpp index 7ddc969750..4cc606b85b 100644 --- a/projects/rocprofiler-sdk/source/lib/common/elf_utils.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/elf_utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/environment.cpp b/projects/rocprofiler-sdk/source/lib/common/environment.cpp index 6f464e5b54..3ed760ff57 100644 --- a/projects/rocprofiler-sdk/source/lib/common/environment.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/environment.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/environment.hpp b/projects/rocprofiler-sdk/source/lib/common/environment.hpp index b1aa71f626..7fe6c3878f 100644 --- a/projects/rocprofiler-sdk/source/lib/common/environment.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/environment.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/filesystem.hpp b/projects/rocprofiler-sdk/source/lib/common/filesystem.hpp index 8498743f3d..2b6c057cd1 100644 --- a/projects/rocprofiler-sdk/source/lib/common/filesystem.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/filesystem.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/logging.cpp b/projects/rocprofiler-sdk/source/lib/common/logging.cpp index bce1af3cb6..2cbc94d13a 100644 --- a/projects/rocprofiler-sdk/source/lib/common/logging.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/logging.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/logging.hpp b/projects/rocprofiler-sdk/source/lib/common/logging.hpp index 99ec86eaf7..569db497af 100644 --- a/projects/rocprofiler-sdk/source/lib/common/logging.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/logging.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/memory/deleter.hpp b/projects/rocprofiler-sdk/source/lib/common/memory/deleter.hpp index bfbc6ebaeb..a95050c87f 100644 --- a/projects/rocprofiler-sdk/source/lib/common/memory/deleter.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/memory/deleter.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/memory/pool.hpp b/projects/rocprofiler-sdk/source/lib/common/memory/pool.hpp index c723372615..8890de28a6 100644 --- a/projects/rocprofiler-sdk/source/lib/common/memory/pool.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/memory/pool.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/memory/pool_allocator.hpp b/projects/rocprofiler-sdk/source/lib/common/memory/pool_allocator.hpp index 883f0030f9..d89ac61556 100644 --- a/projects/rocprofiler-sdk/source/lib/common/memory/pool_allocator.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/memory/pool_allocator.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/memory/stateless_allocator.hpp b/projects/rocprofiler-sdk/source/lib/common/memory/stateless_allocator.hpp index 0e96f92633..773ab669c1 100644 --- a/projects/rocprofiler-sdk/source/lib/common/memory/stateless_allocator.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/memory/stateless_allocator.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/mpl.hpp b/projects/rocprofiler-sdk/source/lib/common/mpl.hpp index c96270ca80..43c5f31c9c 100644 --- a/projects/rocprofiler-sdk/source/lib/common/mpl.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/mpl.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/scope_destructor.hpp b/projects/rocprofiler-sdk/source/lib/common/scope_destructor.hpp index 93447fb23a..06af27f8a6 100644 --- a/projects/rocprofiler-sdk/source/lib/common/scope_destructor.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/scope_destructor.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/static_object.cpp b/projects/rocprofiler-sdk/source/lib/common/static_object.cpp index e59c169a0f..b48e1027e6 100644 --- a/projects/rocprofiler-sdk/source/lib/common/static_object.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/static_object.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/static_object.hpp b/projects/rocprofiler-sdk/source/lib/common/static_object.hpp index aab256f22d..e106a21faa 100644 --- a/projects/rocprofiler-sdk/source/lib/common/static_object.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/static_object.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/static_tl_object.hpp b/projects/rocprofiler-sdk/source/lib/common/static_tl_object.hpp index e4f2ab9f90..ad989f75d2 100644 --- a/projects/rocprofiler-sdk/source/lib/common/static_tl_object.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/static_tl_object.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/string_entry.cpp b/projects/rocprofiler-sdk/source/lib/common/string_entry.cpp index 76e31c5eed..d2ecddae51 100644 --- a/projects/rocprofiler-sdk/source/lib/common/string_entry.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/string_entry.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/string_entry.hpp b/projects/rocprofiler-sdk/source/lib/common/string_entry.hpp index 9d2f30c64d..b01373b217 100644 --- a/projects/rocprofiler-sdk/source/lib/common/string_entry.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/string_entry.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/stringize_arg.hpp b/projects/rocprofiler-sdk/source/lib/common/stringize_arg.hpp index 911afa44e9..d211fdd549 100644 --- a/projects/rocprofiler-sdk/source/lib/common/stringize_arg.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/stringize_arg.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/synchronized.hpp b/projects/rocprofiler-sdk/source/lib/common/synchronized.hpp index 67bd7855ee..55f48846f0 100644 --- a/projects/rocprofiler-sdk/source/lib/common/synchronized.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/synchronized.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/units.hpp b/projects/rocprofiler-sdk/source/lib/common/units.hpp index e871832982..bb498dc249 100644 --- a/projects/rocprofiler-sdk/source/lib/common/units.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/units.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/common/utility.cpp b/projects/rocprofiler-sdk/source/lib/common/utility.cpp index 09c130cf95..cd142916f0 100644 --- a/projects/rocprofiler-sdk/source/lib/common/utility.cpp +++ b/projects/rocprofiler-sdk/source/lib/common/utility.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/common/utility.hpp b/projects/rocprofiler-sdk/source/lib/common/utility.hpp index 255606ef18..075cdcb708 100644 --- a/projects/rocprofiler-sdk/source/lib/common/utility.hpp +++ b/projects/rocprofiler-sdk/source/lib/common/utility.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/agent_info.hpp b/projects/rocprofiler-sdk/source/lib/output/agent_info.hpp index 1b4ef2c4ba..db84ff065e 100644 --- a/projects/rocprofiler-sdk/source/lib/output/agent_info.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/agent_info.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/buffered_output.hpp b/projects/rocprofiler-sdk/source/lib/output/buffered_output.hpp index 1c3efbdd90..1934b2d4ab 100644 --- a/projects/rocprofiler-sdk/source/lib/output/buffered_output.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/buffered_output.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/counter_info.cpp b/projects/rocprofiler-sdk/source/lib/output/counter_info.cpp index d31dbf6a20..5cb5441ec0 100644 --- a/projects/rocprofiler-sdk/source/lib/output/counter_info.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/counter_info.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/counter_info.hpp b/projects/rocprofiler-sdk/source/lib/output/counter_info.hpp index b4861f89e0..d0a35a3c1b 100644 --- a/projects/rocprofiler-sdk/source/lib/output/counter_info.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/counter_info.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/csv.hpp b/projects/rocprofiler-sdk/source/lib/output/csv.hpp index d3a7f7dd4b..c2307762f7 100644 --- a/projects/rocprofiler-sdk/source/lib/output/csv.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/csv.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/csv_output_file.cpp b/projects/rocprofiler-sdk/source/lib/output/csv_output_file.cpp index ff0cd74d38..0bcc5bfc19 100644 --- a/projects/rocprofiler-sdk/source/lib/output/csv_output_file.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/csv_output_file.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/csv_output_file.hpp b/projects/rocprofiler-sdk/source/lib/output/csv_output_file.hpp index 6a8d5372fd..9776d2e673 100644 --- a/projects/rocprofiler-sdk/source/lib/output/csv_output_file.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/csv_output_file.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/domain_type.cpp b/projects/rocprofiler-sdk/source/lib/output/domain_type.cpp index 66b6f059aa..c0c8ba2af0 100644 --- a/projects/rocprofiler-sdk/source/lib/output/domain_type.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/domain_type.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/domain_type.hpp b/projects/rocprofiler-sdk/source/lib/output/domain_type.hpp index c8a8c08b81..b46f3bfac9 100644 --- a/projects/rocprofiler-sdk/source/lib/output/domain_type.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/domain_type.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/format_path.cpp b/projects/rocprofiler-sdk/source/lib/output/format_path.cpp index 1493a367f5..e85dc0ded0 100644 --- a/projects/rocprofiler-sdk/source/lib/output/format_path.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/format_path.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/output/format_path.hpp b/projects/rocprofiler-sdk/source/lib/output/format_path.hpp index 6e73ed6039..c7d9676675 100644 --- a/projects/rocprofiler-sdk/source/lib/output/format_path.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/format_path.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/output/generateCSV.cpp b/projects/rocprofiler-sdk/source/lib/output/generateCSV.cpp index 2aa6ce91ab..48c6c98b82 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generateCSV.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/generateCSV.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generateCSV.hpp b/projects/rocprofiler-sdk/source/lib/output/generateCSV.hpp index ac57f9951e..c287fd6864 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generateCSV.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/generateCSV.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generateJSON.cpp b/projects/rocprofiler-sdk/source/lib/output/generateJSON.cpp index a6c7aa504e..171f2a41b5 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generateJSON.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/generateJSON.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generateJSON.hpp b/projects/rocprofiler-sdk/source/lib/output/generateJSON.hpp index f253254763..f63512effa 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generateJSON.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/generateJSON.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generateOTF2.cpp b/projects/rocprofiler-sdk/source/lib/output/generateOTF2.cpp index d926354fc0..927d14a766 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generateOTF2.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/generateOTF2.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generateOTF2.hpp b/projects/rocprofiler-sdk/source/lib/output/generateOTF2.hpp index dba7db1889..7cb0245e32 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generateOTF2.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/generateOTF2.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generatePerfetto.cpp b/projects/rocprofiler-sdk/source/lib/output/generatePerfetto.cpp index 72a40b0319..f94c51cafd 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generatePerfetto.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/generatePerfetto.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generatePerfetto.hpp b/projects/rocprofiler-sdk/source/lib/output/generatePerfetto.hpp index d6ede1cd2d..70238073f9 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generatePerfetto.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/generatePerfetto.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generateStats.cpp b/projects/rocprofiler-sdk/source/lib/output/generateStats.cpp index f01bed60b6..6d9084f53c 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generateStats.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/generateStats.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generateStats.hpp b/projects/rocprofiler-sdk/source/lib/output/generateStats.hpp index 1df9855777..6bad102820 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generateStats.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/generateStats.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/generator.hpp b/projects/rocprofiler-sdk/source/lib/output/generator.hpp index 7b8eb53f10..7ee45a8eb5 100644 --- a/projects/rocprofiler-sdk/source/lib/output/generator.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/generator.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/host_symbol_info.hpp b/projects/rocprofiler-sdk/source/lib/output/host_symbol_info.hpp index dc7a63c47f..d02357e199 100644 --- a/projects/rocprofiler-sdk/source/lib/output/host_symbol_info.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/host_symbol_info.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/kernel_symbol_info.hpp b/projects/rocprofiler-sdk/source/lib/output/kernel_symbol_info.hpp index c573c8c78c..14c7e38053 100644 --- a/projects/rocprofiler-sdk/source/lib/output/kernel_symbol_info.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/kernel_symbol_info.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/metadata.cpp b/projects/rocprofiler-sdk/source/lib/output/metadata.cpp index b1b8ad4527..b7dcb54aac 100644 --- a/projects/rocprofiler-sdk/source/lib/output/metadata.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/metadata.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/metadata.hpp b/projects/rocprofiler-sdk/source/lib/output/metadata.hpp index b7c5658185..66ac7586f8 100644 --- a/projects/rocprofiler-sdk/source/lib/output/metadata.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/metadata.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/output_config.cpp b/projects/rocprofiler-sdk/source/lib/output/output_config.cpp index 81041c57ea..836986d295 100644 --- a/projects/rocprofiler-sdk/source/lib/output/output_config.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/output_config.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/output_config.hpp b/projects/rocprofiler-sdk/source/lib/output/output_config.hpp index 197a996d3f..fd7838449f 100644 --- a/projects/rocprofiler-sdk/source/lib/output/output_config.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/output_config.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/output_key.cpp b/projects/rocprofiler-sdk/source/lib/output/output_key.cpp index ce4e590c51..e360410ab0 100644 --- a/projects/rocprofiler-sdk/source/lib/output/output_key.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/output_key.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/output/output_key.hpp b/projects/rocprofiler-sdk/source/lib/output/output_key.hpp index 6dfca519c7..2473baba74 100644 --- a/projects/rocprofiler-sdk/source/lib/output/output_key.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/output_key.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/output/output_stream.cpp b/projects/rocprofiler-sdk/source/lib/output/output_stream.cpp index 1a7845cc59..1c5106a92c 100644 --- a/projects/rocprofiler-sdk/source/lib/output/output_stream.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/output_stream.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/output_stream.hpp b/projects/rocprofiler-sdk/source/lib/output/output_stream.hpp index d666d6e80c..5a45dbe46b 100644 --- a/projects/rocprofiler-sdk/source/lib/output/output_stream.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/output_stream.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/pc_sample_transform.hpp b/projects/rocprofiler-sdk/source/lib/output/pc_sample_transform.hpp index ec8e9a62c9..6b77f1ed89 100644 --- a/projects/rocprofiler-sdk/source/lib/output/pc_sample_transform.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/pc_sample_transform.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/statistics.cpp b/projects/rocprofiler-sdk/source/lib/output/statistics.cpp index e04e9837f8..d4137a24de 100644 --- a/projects/rocprofiler-sdk/source/lib/output/statistics.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/statistics.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/statistics.hpp b/projects/rocprofiler-sdk/source/lib/output/statistics.hpp index 8e2694f8d9..bb46143198 100644 --- a/projects/rocprofiler-sdk/source/lib/output/statistics.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/statistics.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/timestamps.hpp b/projects/rocprofiler-sdk/source/lib/output/timestamps.hpp index c987a8657b..bb097dd3f1 100644 --- a/projects/rocprofiler-sdk/source/lib/output/timestamps.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/timestamps.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/tmp_file.cpp b/projects/rocprofiler-sdk/source/lib/output/tmp_file.cpp index 6333abb864..ecc9c1d57f 100644 --- a/projects/rocprofiler-sdk/source/lib/output/tmp_file.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/tmp_file.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/tmp_file.hpp b/projects/rocprofiler-sdk/source/lib/output/tmp_file.hpp index f4134e5458..1689875cf3 100644 --- a/projects/rocprofiler-sdk/source/lib/output/tmp_file.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/tmp_file.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/tmp_file_buffer.cpp b/projects/rocprofiler-sdk/source/lib/output/tmp_file_buffer.cpp index f90e187a8c..b0039c39f8 100644 --- a/projects/rocprofiler-sdk/source/lib/output/tmp_file_buffer.cpp +++ b/projects/rocprofiler-sdk/source/lib/output/tmp_file_buffer.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/output/tmp_file_buffer.hpp b/projects/rocprofiler-sdk/source/lib/output/tmp_file_buffer.hpp index aa79e69067..e671d810bf 100644 --- a/projects/rocprofiler-sdk/source/lib/output/tmp_file_buffer.hpp +++ b/projects/rocprofiler-sdk/source/lib/output/tmp_file_buffer.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk-att/att_decoder.h b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_decoder.h index 39c1cc1730..9daab12978 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_decoder.h +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_decoder.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/att_lib_wrapper.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_lib_wrapper.cpp index b3209855bf..d27031ca8d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_lib_wrapper.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_lib_wrapper.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/att_lib_wrapper.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_lib_wrapper.hpp index cbcd92ac11..9444526865 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_lib_wrapper.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/att_lib_wrapper.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/code.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/code.cpp index be06507c11..b6794c87f0 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/code.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/code.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/code.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/code.hpp index 0d1a6ac666..0020b9b47e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/code.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/code.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/counters.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/counters.cpp index b13e485cb1..a6f53314e1 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/counters.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/counters.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/counters.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/counters.hpp index 252c5b6c03..df705c5a1b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/counters.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/counters.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/dl.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/dl.cpp index 294ad29ecb..f08d31ed9e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/dl.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/dl.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/dl.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/dl.hpp index 8fafbe2b78..e1d9a94b92 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/dl.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/dl.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/filenames.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/filenames.cpp index 872ffc3200..6af3f502a5 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/filenames.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/filenames.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/filenames.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/filenames.hpp index ed7f87306e..0430ee63e3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/filenames.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/filenames.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/occupancy.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/occupancy.cpp index 5ea60acf0a..27c64a47b2 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/occupancy.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/occupancy.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/occupancy.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/occupancy.hpp index 574cd9d738..ba3e41ac59 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/occupancy.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/occupancy.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/outputfile.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/outputfile.hpp index 4c1d45dbeb..3e8c5d4265 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/outputfile.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/outputfile.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/profile_interface.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/profile_interface.cpp index a8ee575240..0c241e9666 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/profile_interface.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/profile_interface.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/profile_interface.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/profile_interface.hpp index dd65a07941..dc71d30145 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/profile_interface.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/profile_interface.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/tests/att_decoder_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/att_decoder_test.cpp index d10f555f74..b5ff383833 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/att_decoder_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/att_decoder_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/tests/dummy_decoder.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/dummy_decoder.cpp index ac903902eb..4e021007f2 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/dummy_decoder.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/dummy_decoder.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/tests/standalone_tool_main.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/standalone_tool_main.cpp index 982418c4de..b86a6b5411 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/standalone_tool_main.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/tests/standalone_tool_main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/util.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/util.hpp index dd7ce317ca..d106d490f1 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/util.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/util.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/waitcnt/analysis.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/analysis.cpp index da10fd789b..8105b30126 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/analysis.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/analysis.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/waitcnt/analysis.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/analysis.hpp index c8a35fa770..5ad7ef5de1 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/analysis.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/analysis.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx10.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx10.cpp index 907e3a04dc..97a2821fc8 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx10.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx10.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx12.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx12.cpp index 09b2fed849..f167732ec8 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx12.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx12.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx9.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx9.cpp index 19d7670198..be4aa096d5 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx9.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/gfx9.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/waitcnt/tests/att_decoder_waitcnt_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/tests/att_decoder_waitcnt_test.cpp index f012a096f1..be838f33a6 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/tests/att_decoder_waitcnt_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/waitcnt/tests/att_decoder_waitcnt_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/wave.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wave.cpp index b729580aa0..bdc6721676 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wave.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wave.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/wave.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wave.hpp index a836ae325f..fba7017b08 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wave.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wave.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/wstates.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wstates.cpp index ca46d3bd89..2e39cbeae5 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wstates.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wstates.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-att/wstates.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wstates.hpp index 6b8d835593..53a75728b2 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wstates.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-att/wstates.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-codeobj/CMakeLists.txt b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj/CMakeLists.txt index fa1837422b..623437249e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj/CMakeLists.txt +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# # Copyright (c) 2024 Advanced Micro Devices, Inc. # # Permission is hereby +# # Copyright (c) 2024-2025 Advanced Micro Devices, Inc. # # Permission is hereby # granted, free of charge, to any person obtaining a copy # of this software and # associated documentation files (the "Software"), to # deal in the Software # without restriction, including without limitation the # rights to use, copy, diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj/tests/codeobj_library_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj/tests/codeobj_library_test.cpp index 463b5e919e..a663510652 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj/tests/codeobj_library_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-codeobj/tests/codeobj_library_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk-roctx/abi.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-roctx/abi.cpp index ff82cf24ed..a3307a4906 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-roctx/abi.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-roctx/abi.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk-roctx/roctx.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-roctx/roctx.cpp index 4d44aa0617..77a61c9493 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-roctx/roctx.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-roctx/roctx.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk-tool/config.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/config.cpp index 4ba73ceeac..ba43c49e1d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/config.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/config.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/rocprofiler-sdk-tool/config.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/config.hpp index 79e2b04f80..0a6aaa5d18 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/config.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/config.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. +// Copyright (c) 2023-2025 Advanced Micro Devices, Inc. // // 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-sdk/source/lib/rocprofiler-sdk-tool/helper.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/helper.hpp index 26778c4131..27acc7d2da 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/helper.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/helper.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk-tool/kokkosp/kokkosp.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/kokkosp/kokkosp.cpp index 386fef75d1..74e0b64814 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/kokkosp/kokkosp.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/kokkosp/kokkosp.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk-tool/main.c b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/main.c index 7e1434b83a..3629f140e8 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/main.c +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/main.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk-tool/tool.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/tool.cpp index f953039e02..9c0ca3aec1 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/tool.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk-tool/tool.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/agent.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/agent.cpp index 15f56d523b..eeadb2c515 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/agent.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/agent.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/agent.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/agent.hpp index e77c061e62..c0365c7559 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/agent.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/agent.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/aql/aql_profile_v2.h b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/aql_profile_v2.h index e67239b477..3dcacbb3df 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/aql_profile_v2.h +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/aql_profile_v2.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/aql/helpers.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/helpers.cpp index c3d6101ff0..f94fd9aa0f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/helpers.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/helpers.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/aql/helpers.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/helpers.hpp index 371f35a0bb..ab734e893e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/helpers.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/helpers.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/aql/intercept.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/intercept.cpp index 79163ab71e..32b12d3550 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/intercept.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/intercept.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/aql/intercept.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/intercept.hpp index 0427af11e4..77e439af43 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/intercept.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/intercept.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/aql/packet_construct.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/packet_construct.cpp index f36756d62f..46446399ea 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/packet_construct.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/packet_construct.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/aql/packet_construct.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/packet_construct.hpp index 0a91d9f272..37b437316a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/packet_construct.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/packet_construct.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/aql/tests/aql_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/tests/aql_test.cpp index f633da2cd1..287935b9ce 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/tests/aql_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/tests/aql_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/aql/tests/helpers.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/tests/helpers.cpp index 9a58a1814c..c0de634a0c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/tests/helpers.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/aql/tests/helpers.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/buffer.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer.cpp index 8b16db0bc5..548fe1192b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/buffer.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer.hpp index 7438d132b4..7524f08d5a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/buffer_tracing.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer_tracing.cpp index 01ad9b885f..b5d2fe3ccd 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer_tracing.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/buffer_tracing.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/callback_tracing.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/callback_tracing.cpp index 713535216a..3555041ce0 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/callback_tracing.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/callback_tracing.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/code_object/code_object.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/code_object.cpp index f0a4ab20a8..f9a1023994 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/code_object.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/code_object.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/code_object/code_object.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/code_object.hpp index 5a5da6cfe2..759f284975 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/code_object.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/code_object.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/code_object/hip/code_object.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hip/code_object.cpp index 9aeb544258..fd4b33b486 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hip/code_object.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hip/code_object.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/code_object/hip/code_object.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hip/code_object.hpp index 288717ec15..e7ca6bac4c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hip/code_object.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hip/code_object.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/code_object/hsa/code_object.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/code_object.cpp index 776283c8ce..2b333c333f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/code_object.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/code_object.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/code_object/hsa/code_object.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/code_object.hpp index 3ff4b1d2cf..f41c6573f9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/code_object.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/code_object.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/code_object/hsa/kernel_symbol.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/kernel_symbol.cpp index 45825d40a1..4c86368f84 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/kernel_symbol.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/kernel_symbol.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/code_object/hsa/kernel_symbol.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/kernel_symbol.hpp index 8c1a239ccd..d18d980962 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/kernel_symbol.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/code_object/hsa/kernel_symbol.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/context.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context.cpp index 5b279db183..bcb214d19f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/context/context.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/context.cpp index 47b661616f..3f8eeb78bf 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/context.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/context.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/context/context.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/context.hpp index 92a9f89eca..0bdc4ad356 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/context.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/context.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/context/correlation_id.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/correlation_id.cpp index 0140e44c1b..e4e4750eaf 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/correlation_id.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/correlation_id.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/context/correlation_id.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/correlation_id.hpp index f551143a5b..dd6f20abf4 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/correlation_id.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/correlation_id.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/context/domain.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/domain.cpp index e679af4b8d..12fd158102 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/domain.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/domain.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/context/domain.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/domain.hpp index 9903d9452f..96fff96c6a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/domain.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/context/domain.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters.cpp index 73ff29ae76..0b1af1d2c9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/controller.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/controller.cpp index 583d0c4396..5a8680215b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/controller.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/controller.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/counters/controller.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/controller.hpp index f5e78ab0b4..3a0b3a277c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/controller.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/controller.hpp @@ -1,7 +1,7 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/counters/core.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/core.cpp index e451428a2b..6f3d082d93 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/core.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/core.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/core.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/core.hpp index 85a88fd6b0..8017fd5ba2 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/core.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/core.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/device_counting.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/device_counting.cpp index 8e6d4bf43d..f0840b5f14 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/device_counting.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/device_counting.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/device_counting.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/device_counting.hpp index 874e6516fa..52ef41e04d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/device_counting.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/device_counting.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/dimensions.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dimensions.cpp index 770522e402..36d7e51b35 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dimensions.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dimensions.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/dimensions.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dimensions.hpp index 6bbb996c68..c53b208e39 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dimensions.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dimensions.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/dispatch_handlers.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dispatch_handlers.cpp index f83d4a9a37..0a44962da1 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dispatch_handlers.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dispatch_handlers.cpp @@ -2,7 +2,7 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/dispatch_handlers.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dispatch_handlers.hpp index f6a12c8c59..3fa5c7505c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dispatch_handlers.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dispatch_handlers.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/evaluate_ast.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/evaluate_ast.cpp index 495d098578..69f6f75a39 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/evaluate_ast.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/evaluate_ast.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/evaluate_ast.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/evaluate_ast.hpp index 881915222a..918f0947d5 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/evaluate_ast.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/evaluate_ast.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/id_decode.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/id_decode.cpp index b9a6457d5f..4c00342122 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/id_decode.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/id_decode.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/id_decode.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/id_decode.hpp index 0c779f22f7..1ce4269aa0 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/id_decode.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/id_decode.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/ioctl.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/ioctl.cpp index 61155d811c..41a64d7f26 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/ioctl.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/ioctl.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/counters/ioctl.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/ioctl.hpp index 6d54117bfe..6c7c49a2b7 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/ioctl.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/ioctl.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/counters/metrics.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/metrics.cpp index 4f999e8d20..f39ce64d1e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/metrics.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/metrics.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/metrics.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/metrics.hpp index 817671a84c..606cf59811 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/metrics.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/metrics.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/parser/raw_ast.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/raw_ast.hpp index 75d45a3c44..2f1d6f4dd4 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/raw_ast.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/raw_ast.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/parser/reader.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/reader.hpp index bac268ae0b..d015200281 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/reader.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/reader.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/parser/tests/parser_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/tests/parser_test.cpp index 584cec7a1b..5789daa1ba 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/tests/parser_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/parser/tests/parser_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/sample_consumer.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_consumer.hpp index 5621cc8ce1..01d60f6e18 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_consumer.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_consumer.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/sample_processing.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_processing.cpp index b8b717e318..e54bac437e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_processing.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_processing.cpp @@ -2,7 +2,7 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/sample_processing.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_processing.hpp index bda7c54fde..9a6a70f394 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_processing.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/sample_processing.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/agent_kernels.cl b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/agent_kernels.cl index 7389288447..f16af0d8ae 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/agent_kernels.cl +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/agent_kernels.cl @@ -1,4 +1,4 @@ -/* Copyright (c) 2022 Advanced Micro Devices, Inc. +/* Copyright (c) 2022-2025 Advanced Micro Devices, Inc. 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-sdk/source/lib/rocprofiler-sdk/counters/tests/code_object_loader.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/code_object_loader.cpp index 6d9eb13a31..5146f8b89e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/code_object_loader.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/code_object_loader.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/code_object_loader.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/code_object_loader.hpp index 7e49adb2dd..e7def19b8d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/code_object_loader.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/code_object_loader.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/consumer_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/consumer_test.cpp index c12513dd55..03fc7b73aa 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/consumer_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/consumer_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/core.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/core.cpp index a312df2dd9..070a56f8d9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/core.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/core.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/device_counting.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/device_counting.cpp index 65dde525e1..074446986f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/device_counting.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/device_counting.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/counters/tests/device_counting.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/device_counting.hpp index 5cf388eeab..0779cea72f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/device_counting.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/device_counting.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/dimension.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/dimension.cpp index 6d802f6e3f..1da80f6421 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/dimension.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/dimension.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/evaluate_ast_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/evaluate_ast_test.cpp index a43509d0db..a69d7551ce 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/evaluate_ast_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/evaluate_ast_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/evaluate_ast_test.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/evaluate_ast_test.hpp index 5af84ed3ce..c421c55ca7 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/evaluate_ast_test.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/evaluate_ast_test.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/hsa_tables.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/hsa_tables.cpp index 83c7cb70b7..1881a82c16 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/hsa_tables.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/hsa_tables.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/hsa_tables.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/hsa_tables.hpp index b6a6c40002..b3467ed946 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/hsa_tables.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/hsa_tables.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/init_order.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/init_order.cpp index 4abf946edc..dee96cb12d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/init_order.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/init_order.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.cpp index 05bd3d0278..25194bf489 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.h b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.h index d674d0c675..9cea346493 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.h +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/device_counting_service.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/device_counting_service.cpp index b1accd93d0..25aba246cc 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/device_counting_service.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/device_counting_service.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/dispatch_profile.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/dispatch_profile.cpp index 8e8d822eab..8231669115 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/dispatch_profile.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/dispatch_profile.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/external_correlation.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/external_correlation.cpp index e635cb21ed..d7461acdf7 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/external_correlation.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/external_correlation.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/external_correlation.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/external_correlation.hpp index 3bde84c3a4..9e829b7c24 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/external_correlation.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/external_correlation.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hip/abi.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/abi.cpp index 3e31243076..9df166832d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/abi.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/abi.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hip/defines.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/defines.hpp index d7234955a0..f356302c6a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hip/details/format.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/details/format.hpp index 9579c377f2..8abe860b30 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/details/format.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/details/format.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hip/details/ostream.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/details/ostream.hpp index 8d30f98f94..2ee15bd783 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/details/ostream.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/details/ostream.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hip/hip.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.cpp index da38aecddd..da17cc86b6 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hip/hip.def.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.def.cpp index 0301da2bcc..f52b2b8fb8 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.def.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.def.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hip/hip.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.hpp index b51be74816..af44bc4a1a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/hip.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hip/utils.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/utils.hpp index f733263a87..51be3f3dac 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/utils.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hip/utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/abi.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/abi.cpp index 98bcbb62b8..4b3d070584 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/abi.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/abi.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.cpp index 2805bc37f9..63d8c301dc 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.hpp index 7326ce6338..6e71279386 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/agent_cache.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/aql_packet.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/aql_packet.cpp index 701886addb..39f7258645 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/aql_packet.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/aql_packet.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/aql_packet.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/aql_packet.hpp index e68f8555ac..b8dd21d1cf 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/aql_packet.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/aql_packet.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/async_copy.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/async_copy.cpp index f8a116d512..8ef43095a7 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/async_copy.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/async_copy.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/async_copy.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/async_copy.hpp index 782bd7e870..1213e7b244 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/async_copy.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/async_copy.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/defines.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/defines.hpp index c41547162d..e5995fbdb3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/details/fmt.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/details/fmt.hpp index e982dad9aa..de8adbd51b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/details/fmt.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/details/fmt.hpp @@ -1,6 +1,6 @@ // MIT License // -/* Copyright (c) 2022 Advanced Micro Devices, Inc. +/* Copyright (c) 2022-2025 Advanced Micro Devices, Inc. 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-sdk/source/lib/rocprofiler-sdk/hsa/details/ostream.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/details/ostream.hpp index eb98bc8c64..e279fac43e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/details/ostream.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/details/ostream.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/hsa.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.cpp index b119c80c71..f32bfbfc5a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/hsa.def.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.def.cpp index 29c1ddae2c..e060b93f00 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.def.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.def.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/hsa.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.hpp index 01cb302dc5..2bc7ca3181 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/hsa_barrier.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa_barrier.cpp index ca1b701efa..84f9d620b9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa_barrier.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa_barrier.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/hsa_barrier.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa_barrier.hpp index a7546e944c..611dddbf3b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa_barrier.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/hsa_barrier.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/memory_allocation.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/memory_allocation.cpp index b3107f2e30..fadd9c30ba 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/memory_allocation.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/memory_allocation.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/memory_allocation.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/memory_allocation.hpp index 49dc04c567..d9c3f122e8 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/memory_allocation.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/memory_allocation.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/pc_sampling.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/pc_sampling.cpp index 0f20ffaf8a..398579d1d7 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/pc_sampling.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/pc_sampling.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/pc_sampling.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/pc_sampling.hpp index 8194e7c417..2520fd95ba 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/pc_sampling.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/pc_sampling.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/profile_serializer.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/profile_serializer.cpp index 78e1d08d01..94d4889718 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/profile_serializer.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/profile_serializer.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/profile_serializer.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/profile_serializer.hpp index 68705bac3b..5532306366 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/profile_serializer.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/profile_serializer.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/queue.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue.cpp index 595b8cd93d..b43b1c5754 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue.cpp @@ -1,6 +1,6 @@ // MIT License // -/* Copyright (c) 2022 Advanced Micro Devices, Inc. +/* Copyright (c) 2022-2025 Advanced Micro Devices, Inc. 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-sdk/source/lib/rocprofiler-sdk/hsa/queue.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue.hpp index 94c04f8ca8..ea9ff9972a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/queue_controller.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_controller.cpp index 949333736b..f357724e6b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_controller.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_controller.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/queue_controller.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_controller.hpp index 63dd2f3dd1..b7dfd91b4a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_controller.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_controller.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/queue_info_session.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_info_session.hpp index 2f942e850d..c5e28b0a1b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_info_session.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/queue_info_session.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/rocprofiler_packet.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/rocprofiler_packet.hpp index 4750c3fabb..fd42f9bcaa 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/rocprofiler_packet.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/rocprofiler_packet.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/scratch_memory.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/scratch_memory.cpp index f1a0c9ffee..d362180771 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/scratch_memory.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/scratch_memory.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/scratch_memory.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/scratch_memory.hpp index e1f74adc73..44f306213a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/scratch_memory.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/scratch_memory.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/hsa/utils.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/utils.hpp index b6b4764132..23f7c705c3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/utils.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/hsa/utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/intercept_table.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/intercept_table.cpp index 8bee97c169..8aae294fcf 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/intercept_table.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/intercept_table.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/intercept_table.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/intercept_table.hpp index 4a94df8c0f..be1233ae7a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/intercept_table.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/intercept_table.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/internal_threading.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/internal_threading.cpp index a60c3a947b..328ca1ab25 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/internal_threading.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/internal_threading.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/internal_threading.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/internal_threading.hpp index fda45368dc..8d6d004185 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/internal_threading.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/internal_threading.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/kernel_dispatch.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/kernel_dispatch.cpp index 9de3abb7b2..351218e3c7 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/kernel_dispatch.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/kernel_dispatch.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/kernel_dispatch.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/kernel_dispatch.hpp index 6e7853b9e1..3ba08b352e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/kernel_dispatch.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/kernel_dispatch.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/profiling_time.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/profiling_time.cpp index 9ee0a4e0e1..f2d312e8ef 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/profiling_time.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/profiling_time.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/profiling_time.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/profiling_time.hpp index 21ca307df2..6391849ea4 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/profiling_time.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/profiling_time.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/tracing.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/tracing.cpp index 9f55fe0fd4..e99b26ed61 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/tracing.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/tracing.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/tracing.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/tracing.hpp index cfb588648a..27f83c9748 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/tracing.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/kernel_dispatch/tracing.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/marker/defines.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/defines.hpp index d93479b2ba..bfa7499c6c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/marker/marker.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.cpp index b6efa826c1..06fa9c44b3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/marker/marker.def.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.def.cpp index 32003db8d8..cb8f5259be 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.def.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.def.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/marker/marker.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.hpp index 5b1626101b..1b53b41efa 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/marker.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/marker/utils.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/utils.hpp index 37a26ac470..50f7488519 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/utils.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/marker/utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/ompt.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt.cpp index d3121a3b90..040f18e0ca 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/ompt.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt.hpp index 0dd5e07b9a..35631bc4a8 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/ompt/defines.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/defines.hpp index 8aaa8e52e5..5c257710a2 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/ompt/details/format.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/details/format.hpp index c0423091fa..dbc8033887 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/details/format.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/details/format.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/ompt/ompt.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.cpp index 7d23f1c6b3..126de13b57 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/ompt/ompt.def.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.def.cpp index 0cb1287fb8..9a8e17ee4f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.def.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.def.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/ompt/ompt.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.hpp index 91341cbd96..1ff4979068 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/ompt.hpp @@ -1,6 +1,6 @@ // mit license // -// copyright (c) 2023 advanced micro devices, inc. all rights reserved. +// copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/ompt/utils.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/utils.hpp index 72b4144902..b31bd8c00d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/utils.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/ompt/utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/page_migration/abi.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/abi.cpp index c9f2e415c2..e038b15196 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/abi.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/abi.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/page_migration/defines.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/defines.hpp index 6719e0d68c..52163a1c81 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.cpp index 6bd5c29381..530b212836 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.def.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.def.cpp index abffb38d17..1af3ea1d43 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.def.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.def.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.hpp index 9e4c28653f..8da26b9898 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/page_migration.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/page_migration/utils.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/utils.hpp index d519e255d7..0b7c98be39 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/utils.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/page_migration/utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling.cpp index 855e57aef1..3432df66e9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/cid_manager.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/cid_manager.cpp index 015b519cc8..5275f44da3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/cid_manager.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/cid_manager.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/cid_manager.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/cid_manager.hpp index 3b956f14bc..0e85697f3e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/cid_manager.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/cid_manager.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/code_object.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/code_object.cpp index eb15530394..9f62bd5b39 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/code_object.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/code_object.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/code_object.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/code_object.hpp index 739a8da6d4..2196edc727 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/code_object.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/code_object.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/defines.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/defines.hpp index 2508102322..08875fdd44 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp index 815402a0f9..b3db988d4a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.hpp index bd4d600ab9..06010bdb07 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp index aae235f501..3b4ae6cc2c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.hpp index 23be8c1584..bf883c1e11 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp index 023dbb6187..26dd7241f4 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/correlation.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/correlation.hpp index 5e6fce46dd..7d15403b3b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/correlation.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/correlation.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/gfx11.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/gfx11.hpp index f1cafb5fe3..eae7c60074 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/gfx11.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/gfx11.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/gfx9.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/gfx9.hpp index 799bc49899..9d7c815395 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/gfx9.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/gfx9.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/parser_types.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/parser_types.hpp index 952c738064..17f775a64d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/parser_types.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/parser_types.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.cpp index 0247ba4188..9195cd402e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.hpp index 4953bb52b8..d0473a33c6 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/pc_record_interface.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/rocr.h b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/rocr.h index d3d58d6b53..e711a6d00a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/rocr.h +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/rocr.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/stochastic_records.h b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/stochastic_records.h index c783565474..a1bd2c8b35 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/stochastic_records.h +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/stochastic_records.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/benchmark_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/benchmark_test.cpp index accdcd9a2a..8a0d2c4786 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/benchmark_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/benchmark_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/correlation_id_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/correlation_id_test.cpp index eeb45d2db1..081c29bfc9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/correlation_id_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/correlation_id_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/gfx9test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/gfx9test.cpp index 2bf1f95f81..083016a555 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/gfx9test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/gfx9test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/mocks.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/mocks.hpp index ef8ad7c62c..36558b7915 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/mocks.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/mocks.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/multigpu.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/multigpu.cpp index e71565ea38..c546973986 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/multigpu.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/tests/multigpu.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/translation.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/translation.hpp index 2a942c4e24..7e74575a8b 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/translation.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/translation.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/pc_sampling/service.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/service.cpp index e56c5fe87a..104f4a0e70 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/service.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/service.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/service.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/service.hpp index 32954368bd..a03d344b15 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/service.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/service.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/cid_manager.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/cid_manager.cpp index 6cdde62f2e..556fe78dc9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/cid_manager.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/cid_manager.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/configure_service.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/configure_service.cpp index 8d35de5dc7..99e72adade 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/configure_service.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/configure_service.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/pc_sampling_internals.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/pc_sampling_internals.hpp index d7e532c175..a7f68709ce 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/pc_sampling_internals.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/pc_sampling_internals.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/pc_sampling_vs_counter_collection.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/pc_sampling_vs_counter_collection.cpp index 42c6541ae0..d5c63a5fc7 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/pc_sampling_vs_counter_collection.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/pc_sampling_vs_counter_collection.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/query_configuration.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/query_configuration.cpp index c54c457764..3302e8ba34 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/query_configuration.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/tests/query_configuration.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/types.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/types.hpp index d4a6a4260f..bb15e20bc4 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/types.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/types.hpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2024-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 +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #pragma once #include "lib/rocprofiler-sdk/hsa/hsa.hpp" diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/utils.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/utils.cpp index db1c5a10d2..a8f59d464a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/utils.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/utils.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/pc_sampling/utils.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/utils.hpp index 73fe2920e0..2443766ef9 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/utils.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 ROCm Developer Tools +// Copyright (c) 2023-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/profile_config.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/profile_config.cpp index b68fda2c40..d04d5345ab 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/profile_config.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/profile_config.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rccl/abi.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/abi.cpp index 7b6a57e340..91a53b6a77 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/abi.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/abi.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rccl/defines.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/defines.hpp index 24fac2dce4..34d8c91ca3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rccl/rccl.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.cpp index 7b1df51458..eb55507fbd 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rccl/rccl.def.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.def.cpp index 08d74b60ce..1b9f98c6a3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.def.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.def.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rccl/rccl.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.hpp index ab952b7707..61478fa899 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rccl/rccl.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/registration.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/registration.cpp index fb99e63c8e..a129bd1336 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/registration.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/registration.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/registration.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/registration.hpp index c355cb132b..d70bc821d1 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/registration.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/registration.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rocdecode/abi.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/abi.cpp index 8579c2b9b2..e60126f3d7 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/abi.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/abi.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rocdecode/defines.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/defines.hpp index f45885d51e..cde821df96 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/defines.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.cpp index 38b1e9bfec..6ba12e07fa 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.def.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.def.cpp index 51c81f3f22..4b2a66aa15 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.def.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.def.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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 @@ -86,5 +86,3 @@ ROCDECODE_API_INFO_DEFINITION_V(ROCPROFILER_ROCDECODE_TABLE_ID, ROCPROFILER_ROCD # error \ "Do not compile this file directly. It is included by lib/rocprofiler-sdk/rocdecode/rocdecode.cpp" #endif - - diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp index af4b96ca66..90388f11d4 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocdecode/rocdecode.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/rocprofiler.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocprofiler.cpp index a7e33d7518..8fd30a2513 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocprofiler.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/rocprofiler.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/runtime_initialization.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/runtime_initialization.cpp index 1e23621685..79f86e3e2f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/runtime_initialization.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/runtime_initialization.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/runtime_initialization.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/runtime_initialization.hpp index 035ad8ab20..d4c0abf442 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/runtime_initialization.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/runtime_initialization.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/shared_library.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/shared_library.cpp index 25100c5b8c..e0a663ebca 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/shared_library.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/shared_library.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/agent.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/agent.cpp index ff4a0a933c..b6e3d6de4f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/agent.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/agent.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/buffer.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/buffer.cpp index 5fcc2a5197..84471a782f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/buffer.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/buffer.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/common.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/common.hpp index 4c7f8a9ddd..7eeb7ab8e4 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/common.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/common.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/contexts.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/contexts.cpp index 2443b7d362..3ba7b83583 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/contexts.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/contexts.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/details/agent.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/details/agent.cpp index 44c3ba1030..5f0d59bdc1 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/details/agent.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/details/agent.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/details/agent.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/details/agent.hpp index 18bd3bfb7b..258272e71e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/details/agent.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/details/agent.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/external_correlation.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/external_correlation.cpp index 0463a4119d..03cdce287f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/external_correlation.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/external_correlation.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/hsa.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/hsa.cpp index fac3d397a6..aa8e7dc01d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/hsa.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/hsa.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/hsa_barrier.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/hsa_barrier.cpp index 550a532444..6a8afd5a70 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/hsa_barrier.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/hsa_barrier.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/intercept_table.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/intercept_table.cpp index 2e7ce56758..0f7462ae1a 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/intercept_table.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/intercept_table.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/naming.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/naming.cpp index eeff773a7f..9078dca010 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/naming.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/naming.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/page_migration.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/page_migration.cpp index da38b3619a..2bcc7fff2f 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/page_migration.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/page_migration.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/registration.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/registration.cpp index e7346647b7..b49a20ce7e 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/registration.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/registration.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/roctx.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/roctx.cpp index 02c0cae190..b240a60d57 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/roctx.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/roctx.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/status.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/status.cpp index 300b5d2a36..a5a492101d 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/status.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/status.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/timestamp.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/timestamp.cpp index 7d8c7c3517..879456750c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/timestamp.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/timestamp.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tests/version.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/version.cpp index 28593251d2..79231e4aa8 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/version.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tests/version.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/thread_trace/att_core.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_core.cpp index 6e32802a0c..3a1fa5d56c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_core.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_core.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/thread_trace/att_core.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_core.hpp index 174f1dafc1..efb007b673 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_core.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_core.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/thread_trace/att_service.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_service.cpp index 70d749d750..affd174a99 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_service.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/att_service.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/source/lib/rocprofiler-sdk/thread_trace/code_object.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/code_object.cpp index 3fdc08fa84..6e3b2a5ae3 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/code_object.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/code_object.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/thread_trace/code_object.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/code_object.hpp index b811f67707..50c2cb9714 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/code_object.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/code_object.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/source/lib/rocprofiler-sdk/thread_trace/tests/att_packet_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/tests/att_packet_test.cpp index 4ad2e3d262..b514ea3f6c 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/tests/att_packet_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/thread_trace/tests/att_packet_test.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tracing/fwd.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/fwd.hpp index 8b81856b58..1a08194aa6 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/fwd.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/fwd.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tracing/profiling_time.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/profiling_time.cpp index 971286edf2..508dbdcafd 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/profiling_time.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/profiling_time.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tracing/profiling_time.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/profiling_time.hpp index 059c2712d5..164f6b46ff 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/profiling_time.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/profiling_time.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/rocprofiler-sdk/tracing/tracing.hpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/tracing.hpp index 7cc214fe5f..055243dc56 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/tracing.hpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/tracing/tracing.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/tests/buffering/buffering-parallel.cpp b/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-parallel.cpp index 3a0c603c85..4ceaf5aa9d 100644 --- a/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-parallel.cpp +++ b/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-parallel.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/tests/buffering/buffering-save-load.cpp b/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-save-load.cpp index 9c3d5815e2..19401b57ea 100644 --- a/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-save-load.cpp +++ b/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-save-load.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/tests/buffering/buffering-serial.cpp b/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-serial.cpp index 4a4635b2f9..ae55c89fb6 100644 --- a/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-serial.cpp +++ b/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering-serial.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/tests/buffering/buffering.hpp b/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering.hpp index efb86ba3f8..f63ab05fad 100644 --- a/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering.hpp +++ b/projects/rocprofiler-sdk/source/lib/tests/buffering/buffering.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/tests/common/demangling.cpp b/projects/rocprofiler-sdk/source/lib/tests/common/demangling.cpp index 3f84f975d9..b761ee0b7d 100644 --- a/projects/rocprofiler-sdk/source/lib/tests/common/demangling.cpp +++ b/projects/rocprofiler-sdk/source/lib/tests/common/demangling.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/tests/common/environment.cpp b/projects/rocprofiler-sdk/source/lib/tests/common/environment.cpp index 82be31f659..f968e855df 100644 --- a/projects/rocprofiler-sdk/source/lib/tests/common/environment.cpp +++ b/projects/rocprofiler-sdk/source/lib/tests/common/environment.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/lib/tests/common/mpl.cpp b/projects/rocprofiler-sdk/source/lib/tests/common/mpl.cpp index 12a2f2380e..776fb8cba7 100644 --- a/projects/rocprofiler-sdk/source/lib/tests/common/mpl.cpp +++ b/projects/rocprofiler-sdk/source/lib/tests/common/mpl.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/libexec/rocprofiler-sdk/rocprofiler-avail/rocprofv3_avail.cpp b/projects/rocprofiler-sdk/source/libexec/rocprofiler-sdk/rocprofiler-avail/rocprofv3_avail.cpp index 7ee8c25708..1cafc5556e 100644 --- a/projects/rocprofiler-sdk/source/libexec/rocprofiler-sdk/rocprofiler-avail/rocprofv3_avail.cpp +++ b/projects/rocprofiler-sdk/source/libexec/rocprofiler-sdk/rocprofiler-avail/rocprofv3_avail.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/scripts/cpp-license-header.txt b/projects/rocprofiler-sdk/source/scripts/cpp-license-header.txt index 104dd9585c..f2c8bb6451 100644 --- a/projects/rocprofiler-sdk/source/scripts/cpp-license-header.txt +++ b/projects/rocprofiler-sdk/source/scripts/cpp-license-header.txt @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/source/scripts/generate-rocpd.py b/projects/rocprofiler-sdk/source/scripts/generate-rocpd.py index 6467f27726..993becdc87 100755 --- a/projects/rocprofiler-sdk/source/scripts/generate-rocpd.py +++ b/projects/rocprofiler-sdk/source/scripts/generate-rocpd.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-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-sdk/tests/async-copy-tracing/conftest.py b/projects/rocprofiler-sdk/tests/async-copy-tracing/conftest.py index 5beeef101b..34b3ac0855 100644 --- a/projects/rocprofiler-sdk/tests/async-copy-tracing/conftest.py +++ b/projects/rocprofiler-sdk/tests/async-copy-tracing/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest diff --git a/projects/rocprofiler-sdk/tests/async-copy-tracing/validate.py b/projects/rocprofiler-sdk/tests/async-copy-tracing/validate.py index 1a77814552..46a711f32d 100644 --- a/projects/rocprofiler-sdk/tests/async-copy-tracing/validate.py +++ b/projects/rocprofiler-sdk/tests/async-copy-tracing/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/bin/hip-graph/hip-graph.cpp b/projects/rocprofiler-sdk/tests/bin/hip-graph/hip-graph.cpp index 2ef22e47fb..801d63b19f 100644 --- a/projects/rocprofiler-sdk/tests/bin/hip-graph/hip-graph.cpp +++ b/projects/rocprofiler-sdk/tests/bin/hip-graph/hip-graph.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015 - 2021 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2015-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-sdk/tests/bin/hip-in-libraries/hip-in-libraries.cpp b/projects/rocprofiler-sdk/tests/bin/hip-in-libraries/hip-in-libraries.cpp index 24d8cc0f16..ddbcc18178 100644 --- a/projects/rocprofiler-sdk/tests/bin/hip-in-libraries/hip-in-libraries.cpp +++ b/projects/rocprofiler-sdk/tests/bin/hip-in-libraries/hip-in-libraries.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/hsa-memory-allocation/hsa-memory-allocation.cpp b/projects/rocprofiler-sdk/tests/bin/hsa-memory-allocation/hsa-memory-allocation.cpp index d743c8ed84..b3a75cafdd 100644 --- a/projects/rocprofiler-sdk/tests/bin/hsa-memory-allocation/hsa-memory-allocation.cpp +++ b/projects/rocprofiler-sdk/tests/bin/hsa-memory-allocation/hsa-memory-allocation.cpp @@ -1,3 +1,25 @@ +// MIT License +// +// Copyright (c) 2024-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 +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. + #include #include #include diff --git a/projects/rocprofiler-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.cpp b/projects/rocprofiler-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.cpp index b65263c87f..896f825b5c 100644 --- a/projects/rocprofiler-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.cpp +++ b/projects/rocprofiler-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.h b/projects/rocprofiler-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.h index 450d21a3db..bef48ca153 100644 --- a/projects/rocprofiler-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.h +++ b/projects/rocprofiler-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/multistream/multistream_app.cpp b/projects/rocprofiler-sdk/tests/bin/multistream/multistream_app.cpp index cdb5466f73..93f3770762 100644 --- a/projects/rocprofiler-sdk/tests/bin/multistream/multistream_app.cpp +++ b/projects/rocprofiler-sdk/tests/bin/multistream/multistream_app.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/openmp/target/openmp-target.cpp b/projects/rocprofiler-sdk/tests/bin/openmp/target/openmp-target.cpp index ddcdb383a5..b8320d469a 100644 --- a/projects/rocprofiler-sdk/tests/bin/openmp/target/openmp-target.cpp +++ b/projects/rocprofiler-sdk/tests/bin/openmp/target/openmp-target.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/page-migration/page-migration.cpp b/projects/rocprofiler-sdk/tests/bin/page-migration/page-migration.cpp index 5a38389dba..02b13f3d0f 100644 --- a/projects/rocprofiler-sdk/tests/bin/page-migration/page-migration.cpp +++ b/projects/rocprofiler-sdk/tests/bin/page-migration/page-migration.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/pc-sampling/exec-mask-manipulation/exec_mask_manipulation.cpp b/projects/rocprofiler-sdk/tests/bin/pc-sampling/exec-mask-manipulation/exec_mask_manipulation.cpp index 3d01756690..16b88cccc9 100644 --- a/projects/rocprofiler-sdk/tests/bin/pc-sampling/exec-mask-manipulation/exec_mask_manipulation.cpp +++ b/projects/rocprofiler-sdk/tests/bin/pc-sampling/exec-mask-manipulation/exec_mask_manipulation.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015 - 2021 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2015-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-sdk/tests/bin/reproducible-runtime/reproducible-runtime.cpp b/projects/rocprofiler-sdk/tests/bin/reproducible-runtime/reproducible-runtime.cpp index ee8641fd86..7514bb7eaa 100644 --- a/projects/rocprofiler-sdk/tests/bin/reproducible-runtime/reproducible-runtime.cpp +++ b/projects/rocprofiler-sdk/tests/bin/reproducible-runtime/reproducible-runtime.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/scratch-memory/scratch-memory.cpp b/projects/rocprofiler-sdk/tests/bin/scratch-memory/scratch-memory.cpp index 3533efa4db..53d7747e2f 100644 --- a/projects/rocprofiler-sdk/tests/bin/scratch-memory/scratch-memory.cpp +++ b/projects/rocprofiler-sdk/tests/bin/scratch-memory/scratch-memory.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/simple-transpose/simple-transpose.cpp b/projects/rocprofiler-sdk/tests/bin/simple-transpose/simple-transpose.cpp index a4704a47f6..c617bc16f9 100644 --- a/projects/rocprofiler-sdk/tests/bin/simple-transpose/simple-transpose.cpp +++ b/projects/rocprofiler-sdk/tests/bin/simple-transpose/simple-transpose.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2015 - 2021 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2015-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-sdk/tests/bin/transpose/transpose.cpp b/projects/rocprofiler-sdk/tests/bin/transpose/transpose.cpp index e183d6063b..2cfd6ba4be 100644 --- a/projects/rocprofiler-sdk/tests/bin/transpose/transpose.cpp +++ b/projects/rocprofiler-sdk/tests/bin/transpose/transpose.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/bin/vector-operations/vector-ops.cpp b/projects/rocprofiler-sdk/tests/bin/vector-operations/vector-ops.cpp index 9acf1987c7..0db82b8b0b 100644 --- a/projects/rocprofiler-sdk/tests/bin/vector-operations/vector-ops.cpp +++ b/projects/rocprofiler-sdk/tests/bin/vector-operations/vector-ops.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/common/defines.hpp b/projects/rocprofiler-sdk/tests/common/defines.hpp index d3770f2e96..c4af375dd6 100644 --- a/projects/rocprofiler-sdk/tests/common/defines.hpp +++ b/projects/rocprofiler-sdk/tests/common/defines.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/common/filesystem.hpp b/projects/rocprofiler-sdk/tests/common/filesystem.hpp index 178dce7f9e..4f003a0954 100644 --- a/projects/rocprofiler-sdk/tests/common/filesystem.hpp +++ b/projects/rocprofiler-sdk/tests/common/filesystem.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/common/hash.hpp b/projects/rocprofiler-sdk/tests/common/hash.hpp index 011b7a18d7..c8dcd30356 100644 --- a/projects/rocprofiler-sdk/tests/common/hash.hpp +++ b/projects/rocprofiler-sdk/tests/common/hash.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/common/name_info.hpp b/projects/rocprofiler-sdk/tests/common/name_info.hpp index 5e3bd4a5e3..17829f6f6d 100644 --- a/projects/rocprofiler-sdk/tests/common/name_info.hpp +++ b/projects/rocprofiler-sdk/tests/common/name_info.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/common/perfetto.hpp b/projects/rocprofiler-sdk/tests/common/perfetto.hpp index f6d9084aac..567e63a912 100644 --- a/projects/rocprofiler-sdk/tests/common/perfetto.hpp +++ b/projects/rocprofiler-sdk/tests/common/perfetto.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/common/serialization.hpp b/projects/rocprofiler-sdk/tests/common/serialization.hpp index 00022c018d..a13d7be475 100644 --- a/projects/rocprofiler-sdk/tests/common/serialization.hpp +++ b/projects/rocprofiler-sdk/tests/common/serialization.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/counter-collection/conftest.py b/projects/rocprofiler-sdk/tests/counter-collection/conftest.py index 4f87dc38cf..f85931d6c3 100644 --- a/projects/rocprofiler-sdk/tests/counter-collection/conftest.py +++ b/projects/rocprofiler-sdk/tests/counter-collection/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest diff --git a/projects/rocprofiler-sdk/tests/counter-collection/validate.py b/projects/rocprofiler-sdk/tests/counter-collection/validate.py index 532bf9055e..1690393d2d 100644 --- a/projects/rocprofiler-sdk/tests/counter-collection/validate.py +++ b/projects/rocprofiler-sdk/tests/counter-collection/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/hip-graph-tracing/conftest.py b/projects/rocprofiler-sdk/tests/hip-graph-tracing/conftest.py index 94bd6ef823..a6efa4c70a 100644 --- a/projects/rocprofiler-sdk/tests/hip-graph-tracing/conftest.py +++ b/projects/rocprofiler-sdk/tests/hip-graph-tracing/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest diff --git a/projects/rocprofiler-sdk/tests/hip-graph-tracing/validate.py b/projects/rocprofiler-sdk/tests/hip-graph-tracing/validate.py index aab643f244..3572ca4b3e 100644 --- a/projects/rocprofiler-sdk/tests/hip-graph-tracing/validate.py +++ b/projects/rocprofiler-sdk/tests/hip-graph-tracing/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/hsa-memory-allocation/conftest.py b/projects/rocprofiler-sdk/tests/hsa-memory-allocation/conftest.py index 9856dd1a78..e3438429c8 100644 --- a/projects/rocprofiler-sdk/tests/hsa-memory-allocation/conftest.py +++ b/projects/rocprofiler-sdk/tests/hsa-memory-allocation/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest diff --git a/projects/rocprofiler-sdk/tests/hsa-memory-allocation/validate.py b/projects/rocprofiler-sdk/tests/hsa-memory-allocation/validate.py index ab10447d50..64faec960c 100644 --- a/projects/rocprofiler-sdk/tests/hsa-memory-allocation/validate.py +++ b/projects/rocprofiler-sdk/tests/hsa-memory-allocation/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/kernel-tracing/conftest.py b/projects/rocprofiler-sdk/tests/kernel-tracing/conftest.py index 406128800b..f957077213 100644 --- a/projects/rocprofiler-sdk/tests/kernel-tracing/conftest.py +++ b/projects/rocprofiler-sdk/tests/kernel-tracing/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2023-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest diff --git a/projects/rocprofiler-sdk/tests/kernel-tracing/validate.py b/projects/rocprofiler-sdk/tests/kernel-tracing/validate.py index 78c0e05f68..7e94b93b8a 100644 --- a/projects/rocprofiler-sdk/tests/kernel-tracing/validate.py +++ b/projects/rocprofiler-sdk/tests/kernel-tracing/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2023-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/lib/transpose/transpose.cpp b/projects/rocprofiler-sdk/tests/lib/transpose/transpose.cpp index 9d32e1e902..d04c379d20 100644 --- a/projects/rocprofiler-sdk/tests/lib/transpose/transpose.cpp +++ b/projects/rocprofiler-sdk/tests/lib/transpose/transpose.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/lib/transpose/transpose.hpp b/projects/rocprofiler-sdk/tests/lib/transpose/transpose.hpp index b83c2f062b..899119ec3c 100644 --- a/projects/rocprofiler-sdk/tests/lib/transpose/transpose.hpp +++ b/projects/rocprofiler-sdk/tests/lib/transpose/transpose.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/lib/vector-operations/vector-ops.cpp b/projects/rocprofiler-sdk/tests/lib/vector-operations/vector-ops.cpp index 0e38910ce8..145b2656b2 100644 --- a/projects/rocprofiler-sdk/tests/lib/vector-operations/vector-ops.cpp +++ b/projects/rocprofiler-sdk/tests/lib/vector-operations/vector-ops.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/lib/vector-operations/vector-ops.hpp b/projects/rocprofiler-sdk/tests/lib/vector-operations/vector-ops.hpp index 7a1604ae77..83c327d339 100644 --- a/projects/rocprofiler-sdk/tests/lib/vector-operations/vector-ops.hpp +++ b/projects/rocprofiler-sdk/tests/lib/vector-operations/vector-ops.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/openmp-tools/conftest.py b/projects/rocprofiler-sdk/tests/openmp-tools/conftest.py index fd1d59b7f4..de09a93d50 100644 --- a/projects/rocprofiler-sdk/tests/openmp-tools/conftest.py +++ b/projects/rocprofiler-sdk/tests/openmp-tools/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest diff --git a/projects/rocprofiler-sdk/tests/openmp-tools/validate.py b/projects/rocprofiler-sdk/tests/openmp-tools/validate.py index a5ba54af56..bdd7777b3d 100644 --- a/projects/rocprofiler-sdk/tests/openmp-tools/validate.py +++ b/projects/rocprofiler-sdk/tests/openmp-tools/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/page-migration/conftest.py b/projects/rocprofiler-sdk/tests/page-migration/conftest.py index a65124ec3b..003469543c 100644 --- a/projects/rocprofiler-sdk/tests/page-migration/conftest.py +++ b/projects/rocprofiler-sdk/tests/page-migration/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest from rocprofiler_sdk.pytest_utils.dotdict import dotdict diff --git a/projects/rocprofiler-sdk/tests/page-migration/validate.py b/projects/rocprofiler-sdk/tests/page-migration/validate.py index 86825ff99d..eb22beb7d9 100644 --- a/projects/rocprofiler-sdk/tests/page-migration/validate.py +++ b/projects/rocprofiler-sdk/tests/page-migration/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + from collections import defaultdict import os import sys diff --git a/projects/rocprofiler-sdk/tests/pc_sampling/address_translation.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/address_translation.cpp index c4143af2a7..efa1867c74 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/address_translation.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/address_translation.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/address_translation.hpp b/projects/rocprofiler-sdk/tests/pc_sampling/address_translation.hpp index 30fc9b15c8..d352d64664 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/address_translation.hpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/address_translation.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/cid_retirement.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/cid_retirement.cpp index fe2bb1473f..408b10da67 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/cid_retirement.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/cid_retirement.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/cid_retirement.hpp b/projects/rocprofiler-sdk/tests/pc_sampling/cid_retirement.hpp index 1585f7e3b6..107bbf5ea9 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/cid_retirement.hpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/cid_retirement.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/client.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/client.cpp index 936bacfbb6..59f6e998f3 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/client.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/client.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/client.hpp b/projects/rocprofiler-sdk/tests/pc_sampling/client.hpp index b82f27d7b4..19dc2874b3 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/client.hpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/client.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/codeobj.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/codeobj.cpp index 04a1441e71..be6963ee3d 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/codeobj.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/codeobj.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/codeobj.hpp b/projects/rocprofiler-sdk/tests/pc_sampling/codeobj.hpp index 4dc303e9b9..b3403d3288 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/codeobj.hpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/codeobj.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/external_cid.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/external_cid.cpp index 4592fa63b4..8df027d3d6 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/external_cid.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/external_cid.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/external_cid.hpp b/projects/rocprofiler-sdk/tests/pc_sampling/external_cid.hpp index 7e2d667518..55bb30ac5b 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/external_cid.hpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/external_cid.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/kernel_tracing.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/kernel_tracing.cpp index 986feb598f..b47b6bedcb 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/kernel_tracing.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/kernel_tracing.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/kernel_tracing.hpp b/projects/rocprofiler-sdk/tests/pc_sampling/kernel_tracing.hpp index 226337d489..c623fef20c 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/kernel_tracing.hpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/kernel_tracing.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/main.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/main.cpp index bc73037777..b012d2b8eb 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/main.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/pcs.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/pcs.cpp index baee8b477e..d0b6d3e34c 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/pcs.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/pcs.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/pcs.hpp b/projects/rocprofiler-sdk/tests/pc_sampling/pcs.hpp index 4b85461371..1c8578a058 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/pcs.hpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/pcs.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/utils.cpp b/projects/rocprofiler-sdk/tests/pc_sampling/utils.cpp index 4fed10bd62..c0903527c5 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/utils.cpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/utils.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pc_sampling/utils.hpp b/projects/rocprofiler-sdk/tests/pc_sampling/utils.hpp index e9275160a1..2ed697958d 100644 --- a/projects/rocprofiler-sdk/tests/pc_sampling/utils.hpp +++ b/projects/rocprofiler-sdk/tests/pc_sampling/utils.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 ROCm Developer Tools +// Copyright (c) 2024-2025 ROCm Developer Tools // // 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-sdk/tests/pytest-packages/pytest_utils/__init__.py b/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/__init__.py index 0a88127d07..2e3913185f 100644 --- a/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/__init__.py +++ b/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-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-sdk/tests/pytest-packages/pytest_utils/dotdict.py b/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/dotdict.py index e00c9565ec..1f6595ced0 100644 --- a/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/dotdict.py +++ b/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/dotdict.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-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-sdk/tests/pytest-packages/pytest_utils/otf2_reader.py b/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/otf2_reader.py index dc74bf0821..9fdef6175d 100644 --- a/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/otf2_reader.py +++ b/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/otf2_reader.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-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-sdk/tests/pytest-packages/pytest_utils/perfetto_reader.py b/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/perfetto_reader.py index 9996f47f7a..d438628c72 100644 --- a/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/perfetto_reader.py +++ b/projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/perfetto_reader.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-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-sdk/tests/pytest-packages/tests/__init__.py b/projects/rocprofiler-sdk/tests/pytest-packages/tests/__init__.py index 24d26e36c3..d94763ee7d 100644 --- a/projects/rocprofiler-sdk/tests/pytest-packages/tests/__init__.py +++ b/projects/rocprofiler-sdk/tests/pytest-packages/tests/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-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-sdk/tests/pytest-packages/tests/rocprofv3.py b/projects/rocprofiler-sdk/tests/pytest-packages/tests/rocprofv3.py index 85f86f818b..6b9ba47a06 100644 --- a/projects/rocprofiler-sdk/tests/pytest-packages/tests/rocprofv3.py +++ b/projects/rocprofiler-sdk/tests/pytest-packages/tests/rocprofv3.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-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-sdk/tests/rocprofv3/aborted-app/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/aborted-app/conftest.py index 437dc54729..26f9adc051 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/aborted-app/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/aborted-app/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest import pandas as pd diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/aborted-app/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/aborted-app/validate.py index 05502b4e57..7c0b3f5b99 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/aborted-app/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/aborted-app/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import re diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/collection-period/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/collection-period/conftest.py index cf0f474696..4b5626e9e4 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/collection-period/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/collection-period/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import pytest import json import os diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/collection-period/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/collection-period/validate.py index 9700753a0c..925f631026 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/collection-period/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/collection-period/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import re import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/extra_counters/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/extra_counters/conftest.py index 965bd0958e..3848aad811 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/extra_counters/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/extra_counters/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest import pandas as pd diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/extra_counters/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/extra_counters/validate.py index 450962efc3..9670a9a9dc 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/extra_counters/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/extra_counters/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import numpy as np diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input1/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input1/conftest.py index 965bd0958e..3848aad811 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input1/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input1/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest import pandas as pd diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input1/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input1/validate.py index 7732d1abe2..0499e52e9e 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input1/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input1/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import numpy as np diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input2/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input2/conftest.py index 08f1d3c298..2d7fa0d8c9 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input2/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input2/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest import csv diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input2/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input2/validate.py index 803e7e578f..ac9668205c 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input2/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input2/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input3/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input3/conftest.py index 2b51de525a..ada2b5932a 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input3/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input3/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest import csv diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input3/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input3/validate.py index d73a2e7f0c..da010b2019 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input3/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/input3/validate.py @@ -1,3 +1,27 @@ +#!/usr/bin/env python3 + +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import pandas as pd import os import sys diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/kernel_filtering/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/kernel_filtering/conftest.py index c70be49b7a..704a449cd6 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/kernel_filtering/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/kernel_filtering/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest import pandas as pd diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/kernel_filtering/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/kernel_filtering/validate.py index d70c186939..8b68c5c03c 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/kernel_filtering/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/kernel_filtering/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import numpy as np diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/list_metrics/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/list_metrics/conftest.py index 95e99079c4..c5586632bc 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/list_metrics/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/list_metrics/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import csv import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/list_metrics/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/list_metrics/validate.py index 93f2c8acb3..87e165b830 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/list_metrics/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/list_metrics/validate.py @@ -1,3 +1,27 @@ +#!/usr/bin/env python3 + +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import pandas as pd import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/range_filtering/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/range_filtering/conftest.py index 5c9176f4fe..1a39eb04ce 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/range_filtering/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/range_filtering/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest import pandas as pd diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/range_filtering/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/range_filtering/validate.py index 59953fb659..523b7a5c15 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/range_filtering/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/counter-collection/range_filtering/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import numpy as np diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/hsa-queue-dependency/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/hsa-queue-dependency/conftest.py index f9e31ebd77..e988ccb515 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/hsa-queue-dependency/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/hsa-queue-dependency/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import csv import pytest import json diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/hsa-queue-dependency/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/hsa-queue-dependency/validate.py index 7e70bb5f8f..1973f3ba03 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/hsa-queue-dependency/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/hsa-queue-dependency/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/kernel-rename/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/kernel-rename/conftest.py index 0efcd2c4a0..c0a8d934ca 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/kernel-rename/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/kernel-rename/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import pytest import json import os diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/kernel-rename/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/kernel-rename/validate.py index 609076b4f5..6c21fd867c 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/kernel-rename/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/kernel-rename/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import re import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/memory-allocation/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/memory-allocation/conftest.py index 00b58d0542..6007ecc41d 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/memory-allocation/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/memory-allocation/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import os import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/memory-allocation/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/memory-allocation/validate.py index 80b833ac6f..62a7474c79 100755 --- a/projects/rocprofiler-sdk/tests/rocprofv3/memory-allocation/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/memory-allocation/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import json diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/conftest.py index 5e182db9cf..6c077d286d 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import os import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py index 13f83ebcf2..ee914946e6 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import itertools import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/transpose-multiple-agents/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/transpose-multiple-agents/conftest.py index 73c678ad0a..9a19c5768f 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/transpose-multiple-agents/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/transpose-multiple-agents/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# 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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import os import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/transpose-multiple-agents/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/transpose-multiple-agents/validate.py index 695ea1549c..8c56b02cf8 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/transpose-multiple-agents/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/transpose-multiple-agents/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# 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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import itertools import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/roctracer-roctx/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/roctracer-roctx/conftest.py index e96269be14..35715ac33e 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/roctracer-roctx/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/roctracer-roctx/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import os import json import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/roctracer-roctx/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/roctracer-roctx/validate.py index 22091e3dfe..4eb5e8de97 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/roctracer-roctx/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/roctracer-roctx/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/scratch-memory/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/scratch-memory/conftest.py index a5184d68f0..fe9d4b538a 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/scratch-memory/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/scratch-memory/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import csv import json import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/scratch-memory/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/scratch-memory/validate.py index 75ecd179de..6c1bdb4bfe 100755 --- a/projects/rocprofiler-sdk/tests/rocprofv3/scratch-memory/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/scratch-memory/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import json diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/summary/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/summary/conftest.py index a371aff6d1..73faaed82e 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/summary/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/summary/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import pandas as pd import pytest import json diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/summary/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/summary/validate.py index 57648455bb..7558d1f3cc 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/summary/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/summary/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import os import re import sys diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/tracing-hip-in-libraries/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/tracing-hip-in-libraries/conftest.py index e6d5f2b9d6..37e01d8d17 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/tracing-hip-in-libraries/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/tracing-hip-in-libraries/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import os import csv import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/tracing-hip-in-libraries/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/tracing-hip-in-libraries/validate.py index d7fa202021..a2099e2d26 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/tracing-hip-in-libraries/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/tracing-hip-in-libraries/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import re import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/tracing-plus-counter-collection/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/tracing-plus-counter-collection/conftest.py index 6225384d33..46c150eb9e 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/tracing-plus-counter-collection/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/tracing-plus-counter-collection/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import os import csv import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/tracing-plus-counter-collection/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/tracing-plus-counter-collection/validate.py index dc4ec6dc5b..2ca2951d53 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/tracing-plus-counter-collection/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/tracing-plus-counter-collection/validate.py @@ -1,3 +1,27 @@ +#!/usr/bin/env python3 + +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/tracing/conftest.py b/projects/rocprofiler-sdk/tests/rocprofv3/tracing/conftest.py index d5b632e464..5cbf2002e3 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/tracing/conftest.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/tracing/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import csv import pytest import json diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/tracing/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/tracing/validate.py index 0bbc87e136..f7fbd70612 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/tracing/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/tracing/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import re diff --git a/projects/rocprofiler-sdk/tests/scratch-memory-tracing/conftest.py b/projects/rocprofiler-sdk/tests/scratch-memory-tracing/conftest.py index be526b644f..7a6bd55852 100644 --- a/projects/rocprofiler-sdk/tests/scratch-memory-tracing/conftest.py +++ b/projects/rocprofiler-sdk/tests/scratch-memory-tracing/conftest.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import json import pytest diff --git a/projects/rocprofiler-sdk/tests/scratch-memory-tracing/validate.py b/projects/rocprofiler-sdk/tests/scratch-memory-tracing/validate.py index 68be3b8dae..8054c2e578 100755 --- a/projects/rocprofiler-sdk/tests/scratch-memory-tracing/validate.py +++ b/projects/rocprofiler-sdk/tests/scratch-memory-tracing/validate.py @@ -1,5 +1,27 @@ #!/usr/bin/env python3 +# MIT License +# +# Copyright (c) 2024-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 +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + import sys import pytest import json diff --git a/projects/rocprofiler-sdk/tests/thread-trace/agent.cpp b/projects/rocprofiler-sdk/tests/thread-trace/agent.cpp index a12ddf5189..aab994ec3f 100644 --- a/projects/rocprofiler-sdk/tests/thread-trace/agent.cpp +++ b/projects/rocprofiler-sdk/tests/thread-trace/agent.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2024-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-sdk/tests/thread-trace/kernel_branch.cpp b/projects/rocprofiler-sdk/tests/thread-trace/kernel_branch.cpp index d3c7aeeabf..8f069285e7 100644 --- a/projects/rocprofiler-sdk/tests/thread-trace/kernel_branch.cpp +++ b/projects/rocprofiler-sdk/tests/thread-trace/kernel_branch.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/thread-trace/kernel_lds.cpp b/projects/rocprofiler-sdk/tests/thread-trace/kernel_lds.cpp index bf767a75fc..a16b68d886 100644 --- a/projects/rocprofiler-sdk/tests/thread-trace/kernel_lds.cpp +++ b/projects/rocprofiler-sdk/tests/thread-trace/kernel_lds.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/thread-trace/main.cpp b/projects/rocprofiler-sdk/tests/thread-trace/main.cpp index 242bc433dc..41eb2c5211 100644 --- a/projects/rocprofiler-sdk/tests/thread-trace/main.cpp +++ b/projects/rocprofiler-sdk/tests/thread-trace/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/thread-trace/multi_dispatch.cpp b/projects/rocprofiler-sdk/tests/thread-trace/multi_dispatch.cpp index e1630edf9d..1277a19498 100644 --- a/projects/rocprofiler-sdk/tests/thread-trace/multi_dispatch.cpp +++ b/projects/rocprofiler-sdk/tests/thread-trace/multi_dispatch.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/thread-trace/single_dispatch.cpp b/projects/rocprofiler-sdk/tests/thread-trace/single_dispatch.cpp index 4f68855c9b..36df4fde3c 100644 --- a/projects/rocprofiler-sdk/tests/thread-trace/single_dispatch.cpp +++ b/projects/rocprofiler-sdk/tests/thread-trace/single_dispatch.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/thread-trace/trace_callbacks.cpp b/projects/rocprofiler-sdk/tests/thread-trace/trace_callbacks.cpp index ef807920b0..3224c57b4c 100644 --- a/projects/rocprofiler-sdk/tests/thread-trace/trace_callbacks.cpp +++ b/projects/rocprofiler-sdk/tests/thread-trace/trace_callbacks.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/thread-trace/trace_callbacks.hpp b/projects/rocprofiler-sdk/tests/thread-trace/trace_callbacks.hpp index 1ae6b5332c..fd24440d99 100644 --- a/projects/rocprofiler-sdk/tests/thread-trace/trace_callbacks.hpp +++ b/projects/rocprofiler-sdk/tests/thread-trace/trace_callbacks.hpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/tools/c-tool.c b/projects/rocprofiler-sdk/tests/tools/c-tool.c index 09e4f7256f..d4d87c0f9c 100644 --- a/projects/rocprofiler-sdk/tests/tools/c-tool.c +++ b/projects/rocprofiler-sdk/tests/tools/c-tool.c @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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-sdk/tests/tools/json-tool.cpp b/projects/rocprofiler-sdk/tests/tools/json-tool.cpp index 662eef19d7..574ca461e4 100644 --- a/projects/rocprofiler-sdk/tests/tools/json-tool.cpp +++ b/projects/rocprofiler-sdk/tests/tools/json-tool.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-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