diff --git a/projects/rocprofiler-compute/cmake/Dockerfile b/projects/rocprofiler-compute/cmake/Dockerfile index b38dd735b3..87605794a7 100644 --- a/projects/rocprofiler-compute/cmake/Dockerfile +++ b/projects/rocprofiler-compute/cmake/Dockerfile @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/cmake/rocm_install.sh b/projects/rocprofiler-compute/cmake/rocm_install.sh index ed86c94127..377ad53ad5 100755 --- a/projects/rocprofiler-compute/cmake/rocm_install.sh +++ b/projects/rocprofiler-compute/cmake/rocm_install.sh @@ -3,7 +3,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/docs/conf.py b/projects/rocprofiler-compute/docs/conf.py index 2d4aeaccec..c98dafb60e 100644 --- a/projects/rocprofiler-compute/docs/conf.py +++ b/projects/rocprofiler-compute/docs/conf.py @@ -1,17 +1,18 @@ +##############################################################################bl # MIT License - -# Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved. - +# +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. +# # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # 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 @@ -19,6 +20,7 @@ # 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. +##############################################################################el # Configuration file for the Sphinx documentation builder. # diff --git a/projects/rocprofiler-compute/grafana/docker-entrypoint.sh b/projects/rocprofiler-compute/grafana/docker-entrypoint.sh index be92ccf6e6..3775f06c28 100755 --- a/projects/rocprofiler-compute/grafana/docker-entrypoint.sh +++ b/projects/rocprofiler-compute/grafana/docker-entrypoint.sh @@ -3,7 +3,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/argparser.py b/projects/rocprofiler-compute/src/argparser.py index 3c242ee94b..d0113b223c 100644 --- a/projects/rocprofiler-compute/src/argparser.py +++ b/projects/rocprofiler-compute/src/argparser.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/config.py b/projects/rocprofiler-compute/src/config.py index 1caed50294..2cdcbd63d6 100644 --- a/projects/rocprofiler-compute/src/config.py +++ b/projects/rocprofiler-compute/src/config.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof-compute b/projects/rocprofiler-compute/src/rocprof-compute index 42ce464a04..3b7ae7aa83 100755 --- a/projects/rocprofiler-compute/src/rocprof-compute +++ b/projects/rocprofiler-compute/src/rocprof-compute @@ -5,7 +5,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -130,7 +130,7 @@ def verify_deps(): def main(): - '''Main function for rocprofiler-compute''' + """Main function for rocprofiler-compute""" # verify required python dependencies verify_deps() diff --git a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_base.py b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_base.py index 4f8b939d34..e63735efb1 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_base.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_base.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_cli.py b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_cli.py index b4d6358ed0..95d7f24a5b 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_cli.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_cli.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py index ae5b0d9285..f8d6b3bfbb 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_base.py b/projects/rocprofiler-compute/src/rocprof_compute_base.py index 4b19acbcfc..65e7cf6312 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_base.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_base.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py index e449ebe864..68e92bb105 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v1.py b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v1.py index 621a42d82a..e2be4e2480 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v1.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v1.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v2.py b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v2.py index b39bc637ee..ae320b7c2d 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v2.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v2.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v3.py b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v3.py index f9a75f5a20..d27384cff1 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v3.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocprof_v3.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2024 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocscope.py b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocscope.py index eff72e0d8d..761e931dab 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocscope.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_rocscope.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_base.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_base.py index b73c72e19e..85af78cd66 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_base.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_base.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx906.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx906.py index ce5c488be3..5bdbe13e49 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx906.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx906.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py index b77e20a873..a4fec81863 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx908.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx90a.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx90a.py index d9cf55febd..a84ebc5575 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx90a.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx90a.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx940.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx940.py index fccf551b29..ca63df993e 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx940.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx940.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx941.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx941.py index 750975a1ec..9fdef9c7cb 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx941.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx941.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx942.py b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx942.py index 41bb6c7ad5..8e1ee003e9 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx942.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_soc/soc_gfx942.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/roofline.py b/projects/rocprofiler-compute/src/roofline.py index d16ba7c739..e9bff28cf5 100644 --- a/projects/rocprofiler-compute/src/roofline.py +++ b/projects/rocprofiler-compute/src/roofline.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/db_connector.py b/projects/rocprofiler-compute/src/utils/db_connector.py index a00e7522f9..e92f0b3cd5 100644 --- a/projects/rocprofiler-compute/src/utils/db_connector.py +++ b/projects/rocprofiler-compute/src/utils/db_connector.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/file_io.py b/projects/rocprofiler-compute/src/utils/file_io.py index c1932f95da..5632e9019c 100644 --- a/projects/rocprofiler-compute/src/utils/file_io.py +++ b/projects/rocprofiler-compute/src/utils/file_io.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/gfx_perfmon_builder.py b/projects/rocprofiler-compute/src/utils/gfx_perfmon_builder.py index 6416e6cf69..90cedf9583 100755 --- a/projects/rocprofiler-compute/src/utils/gfx_perfmon_builder.py +++ b/projects/rocprofiler-compute/src/utils/gfx_perfmon_builder.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/gui.py b/projects/rocprofiler-compute/src/utils/gui.py index 00a40d31e7..d308cc1af3 100644 --- a/projects/rocprofiler-compute/src/utils/gui.py +++ b/projects/rocprofiler-compute/src/utils/gui.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/gui_components/header.py b/projects/rocprofiler-compute/src/utils/gui_components/header.py index ffe492a0cd..917ab651b8 100644 --- a/projects/rocprofiler-compute/src/utils/gui_components/header.py +++ b/projects/rocprofiler-compute/src/utils/gui_components/header.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/gui_components/memchart.py b/projects/rocprofiler-compute/src/utils/gui_components/memchart.py index 1e6843ce45..16d828f217 100644 --- a/projects/rocprofiler-compute/src/utils/gui_components/memchart.py +++ b/projects/rocprofiler-compute/src/utils/gui_components/memchart.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/kernel_name_shortener.py b/projects/rocprofiler-compute/src/utils/kernel_name_shortener.py index b43a14289d..3d8723256f 100644 --- a/projects/rocprofiler-compute/src/utils/kernel_name_shortener.py +++ b/projects/rocprofiler-compute/src/utils/kernel_name_shortener.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/logger.py b/projects/rocprofiler-compute/src/utils/logger.py index 8b62a3aa79..e9933b8a7a 100644 --- a/projects/rocprofiler-compute/src/utils/logger.py +++ b/projects/rocprofiler-compute/src/utils/logger.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/mem_chart.py b/projects/rocprofiler-compute/src/utils/mem_chart.py index becd02fc98..141456196a 100644 --- a/projects/rocprofiler-compute/src/utils/mem_chart.py +++ b/projects/rocprofiler-compute/src/utils/mem_chart.py @@ -1,7 +1,7 @@ ###############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/parser.py b/projects/rocprofiler-compute/src/utils/parser.py index 85c891c79c..2e7c03d78e 100644 --- a/projects/rocprofiler-compute/src/utils/parser.py +++ b/projects/rocprofiler-compute/src/utils/parser.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/resources.py b/projects/rocprofiler-compute/src/utils/resources.py index 634174e93b..cf86cb6985 100644 --- a/projects/rocprofiler-compute/src/utils/resources.py +++ b/projects/rocprofiler-compute/src/utils/resources.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/roofline_calc.py b/projects/rocprofiler-compute/src/utils/roofline_calc.py index 68755affe0..46f3800f44 100644 --- a/projects/rocprofiler-compute/src/utils/roofline_calc.py +++ b/projects/rocprofiler-compute/src/utils/roofline_calc.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/schema.py b/projects/rocprofiler-compute/src/utils/schema.py index 2def78ca1e..e0fd9272a8 100644 --- a/projects/rocprofiler-compute/src/utils/schema.py +++ b/projects/rocprofiler-compute/src/utils/schema.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/specs.py b/projects/rocprofiler-compute/src/utils/specs.py index a43bc2adda..6144b377da 100644 --- a/projects/rocprofiler-compute/src/utils/specs.py +++ b/projects/rocprofiler-compute/src/utils/specs.py @@ -3,7 +3,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/tty.py b/projects/rocprofiler-compute/src/utils/tty.py index d439db09f6..2294661f0b 100644 --- a/projects/rocprofiler-compute/src/utils/tty.py +++ b/projects/rocprofiler-compute/src/utils/tty.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/src/utils/utils.py b/projects/rocprofiler-compute/src/utils/utils.py index 7a0314b8c5..ce38e8c9d0 100644 --- a/projects/rocprofiler-compute/src/utils/utils.py +++ b/projects/rocprofiler-compute/src/utils/utils.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocprofiler-compute/tests/test_utils.py b/projects/rocprofiler-compute/tests/test_utils.py index 3b0c2a4e5d..f2beaf7e8a 100644 --- a/projects/rocprofiler-compute/tests/test_utils.py +++ b/projects/rocprofiler-compute/tests/test_utils.py @@ -1,7 +1,7 @@ ##############################################################################bl # MIT License # -# Copyright (c) 2021 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2021 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal