diff --git a/LICENSE b/LICENSE index 49bfb6bb25..2bec038f1f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2022 Advanced Micro Devices, Inc. +Copyright (c) 2019-2023 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/example/amd_smi_drm_example.cc b/example/amd_smi_drm_example.cc index de0f794aed..38a6882586 100644 --- a/example/amd_smi_drm_example.cc +++ b/example/amd_smi_drm_example.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/example/amd_smi_nodrm_example.cc b/example/amd_smi_nodrm_example.cc index 987c8c9225..843691d0a6 100644 --- a/example/amd_smi_nodrm_example.cc +++ b/example/amd_smi_nodrm_example.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/example/amdsmi_esmi_intg_example.cc b/example/amdsmi_esmi_intg_example.cc index 64114852b3..e79a30cbd7 100644 --- a/example/amdsmi_esmi_intg_example.cc +++ b/example/amdsmi_esmi_intg_example.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/amdsmi.h b/include/amd_smi/amdsmi.h index 72894c3422..89c0aca42b 100644 --- a/include/amd_smi/amdsmi.h +++ b/include/amd_smi/amdsmi.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_common.h b/include/amd_smi/impl/amd_smi_common.h index e4d8fd8a53..3a93823f7d 100644 --- a/include/amd_smi/impl/amd_smi_common.h +++ b/include/amd_smi/impl/amd_smi_common.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_cpu_core.h b/include/amd_smi/impl/amd_smi_cpu_core.h index c721cd671c..e623cf7b47 100644 --- a/include/amd_smi/impl/amd_smi_cpu_core.h +++ b/include/amd_smi/impl/amd_smi_cpu_core.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_cpu_socket.h b/include/amd_smi/impl/amd_smi_cpu_socket.h index 8e41422cec..9403db201d 100644 --- a/include/amd_smi/impl/amd_smi_cpu_socket.h +++ b/include/amd_smi/impl/amd_smi_cpu_socket.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_drm.h b/include/amd_smi/impl/amd_smi_drm.h index 88da83e82a..4f25838ad8 100644 --- a/include/amd_smi/impl/amd_smi_drm.h +++ b/include/amd_smi/impl/amd_smi_drm.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_gpu_device.h b/include/amd_smi/impl/amd_smi_gpu_device.h index c191b29421..61290a5f37 100644 --- a/include/amd_smi/impl/amd_smi_gpu_device.h +++ b/include/amd_smi/impl/amd_smi_gpu_device.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_processor.h b/include/amd_smi/impl/amd_smi_processor.h index 3db7b0f53c..2e20f2b75f 100644 --- a/include/amd_smi/impl/amd_smi_processor.h +++ b/include/amd_smi/impl/amd_smi_processor.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_socket.h b/include/amd_smi/impl/amd_smi_socket.h index 93c5bd38d1..e8a3ab567a 100644 --- a/include/amd_smi/impl/amd_smi_socket.h +++ b/include/amd_smi/impl/amd_smi_socket.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_system.h b/include/amd_smi/impl/amd_smi_system.h index f20b2ed0b7..8c31c2b891 100644 --- a/include/amd_smi/impl/amd_smi_system.h +++ b/include/amd_smi/impl/amd_smi_system.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/include/amd_smi/impl/amd_smi_utils.h b/include/amd_smi/impl/amd_smi_utils.h index ae8f2b26ad..7d2df9b115 100644 --- a/include/amd_smi/impl/amd_smi_utils.h +++ b/include/amd_smi/impl/amd_smi_utils.h @@ -1,4 +1,4 @@ -/* * Copyright (C) 2022 Advanced Micro Devices. All rights reserved. +/* * Copyright (C) 2023 Advanced Micro Devices. All rights reserved. * * 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 diff --git a/include/amd_smi/impl/amd_smi_uuid.h b/include/amd_smi/impl/amd_smi_uuid.h index 2b9bbe9494..0027936473 100644 --- a/include/amd_smi/impl/amd_smi_uuid.h +++ b/include/amd_smi/impl/amd_smi_uuid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/amd_smi/impl/fdinfo.h b/include/amd_smi/impl/fdinfo.h index c37e60cf5b..d55a04a623 100644 --- a/include/amd_smi/impl/fdinfo.h +++ b/include/amd_smi/impl/fdinfo.h @@ -1,5 +1,5 @@ /* - * Copyright 2022 Advanced Micro Devices, Inc. + * Copyright 2023 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"), diff --git a/rocm_smi/python_smi_tools/README.md b/rocm_smi/python_smi_tools/README.md index bbb8652019..57654290fe 100644 --- a/rocm_smi/python_smi_tools/README.md +++ b/rocm_smi/python_smi_tools/README.md @@ -426,4 +426,4 @@ The information contained herein is for informational purposes only, and is subj AMD, the AMD Arrow logo, and combinations thereof are trademarks of Advanced Micro Devices, Inc. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies. -Copyright (c) 2014-2022 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2014-2023 Advanced Micro Devices, Inc. All rights reserved. diff --git a/src/amd_smi/amd_smi.cc b/src/amd_smi/amd_smi.cc index f25b3d6f92..4866bedde6 100644 --- a/src/amd_smi/amd_smi.cc +++ b/src/amd_smi/amd_smi.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_common.cc b/src/amd_smi/amd_smi_common.cc index 21dff9bca4..4f839e8cd7 100644 --- a/src/amd_smi/amd_smi_common.cc +++ b/src/amd_smi/amd_smi_common.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_cpu_core.cc b/src/amd_smi/amd_smi_cpu_core.cc index deb1206f72..9f96517157 100644 --- a/src/amd_smi/amd_smi_cpu_core.cc +++ b/src/amd_smi/amd_smi_cpu_core.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_cpu_socket.cc b/src/amd_smi/amd_smi_cpu_socket.cc index 64117e21bb..0fc90adc7c 100644 --- a/src/amd_smi/amd_smi_cpu_socket.cc +++ b/src/amd_smi/amd_smi_cpu_socket.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_drm.cc b/src/amd_smi/amd_smi_drm.cc index 3d47e2d074..a3b2fbc79e 100644 --- a/src/amd_smi/amd_smi_drm.cc +++ b/src/amd_smi/amd_smi_drm.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_gpu_device.cc b/src/amd_smi/amd_smi_gpu_device.cc index 236c34d9d1..b303e82ea3 100644 --- a/src/amd_smi/amd_smi_gpu_device.cc +++ b/src/amd_smi/amd_smi_gpu_device.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_lib_loader.cc b/src/amd_smi/amd_smi_lib_loader.cc index d85e18c553..ad3dba1fd0 100644 --- a/src/amd_smi/amd_smi_lib_loader.cc +++ b/src/amd_smi/amd_smi_lib_loader.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_socket.cc b/src/amd_smi/amd_smi_socket.cc index a563d72b93..cf2cfc3f9e 100644 --- a/src/amd_smi/amd_smi_socket.cc +++ b/src/amd_smi/amd_smi_socket.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_system.cc b/src/amd_smi/amd_smi_system.cc index a0520fdddc..66e481c7ba 100644 --- a/src/amd_smi/amd_smi_system.cc +++ b/src/amd_smi/amd_smi_system.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/src/amd_smi/amd_smi_utils.cc b/src/amd_smi/amd_smi_utils.cc index d733d0b031..2b16250dc3 100644 --- a/src/amd_smi/amd_smi_utils.cc +++ b/src/amd_smi/amd_smi_utils.cc @@ -1,4 +1,4 @@ -/* * Copyright (C) 2022 Advanced Micro Devices. All rights reserved. +/* * Copyright (C) 2023 Advanced Micro Devices. All rights reserved. * * 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 diff --git a/src/amd_smi/amd_smi_uuid.cc b/src/amd_smi/amd_smi_uuid.cc index cbf41244ef..d75844eb25 100644 --- a/src/amd_smi/amd_smi_uuid.cc +++ b/src/amd_smi/amd_smi_uuid.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/amd_smi/fdinfo.cc b/src/amd_smi/fdinfo.cc index 857b09c71f..997bc22525 100644 --- a/src/amd_smi/fdinfo.cc +++ b/src/amd_smi/fdinfo.cc @@ -1,4 +1,4 @@ -/* * Copyright (C) 2022 Advanced Micro Devices. All rights reserved. +/* * Copyright (C) 2023 Advanced Micro Devices. All rights reserved. * * 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 diff --git a/src/amd_smiConfig.in b/src/amd_smiConfig.in index 3d720f727e..28fa592fb2 100755 --- a/src/amd_smiConfig.in +++ b/src/amd_smiConfig.in @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/api_support_read.cc b/tests/amd_smi_test/functional/api_support_read.cc index 939c35b3e4..78cf468af1 100755 --- a/tests/amd_smi_test/functional/api_support_read.cc +++ b/tests/amd_smi_test/functional/api_support_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/api_support_read.h b/tests/amd_smi_test/functional/api_support_read.h index 10d1674733..6bdf3a89b6 100755 --- a/tests/amd_smi_test/functional/api_support_read.h +++ b/tests/amd_smi_test/functional/api_support_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/err_cnt_read.cc b/tests/amd_smi_test/functional/err_cnt_read.cc index ab341b21a0..fa8b3676af 100755 --- a/tests/amd_smi_test/functional/err_cnt_read.cc +++ b/tests/amd_smi_test/functional/err_cnt_read.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/err_cnt_read.h b/tests/amd_smi_test/functional/err_cnt_read.h index 57126d167a..701fde4e31 100755 --- a/tests/amd_smi_test/functional/err_cnt_read.h +++ b/tests/amd_smi_test/functional/err_cnt_read.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/evt_notif_read_write.cc b/tests/amd_smi_test/functional/evt_notif_read_write.cc index 5061c6f097..47a2ae12eb 100755 --- a/tests/amd_smi_test/functional/evt_notif_read_write.cc +++ b/tests/amd_smi_test/functional/evt_notif_read_write.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/evt_notif_read_write.h b/tests/amd_smi_test/functional/evt_notif_read_write.h index d60dd63ff6..b1e0271007 100755 --- a/tests/amd_smi_test/functional/evt_notif_read_write.h +++ b/tests/amd_smi_test/functional/evt_notif_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/frequencies_read.cc b/tests/amd_smi_test/functional/frequencies_read.cc index 98e310d64b..6aec518e26 100755 --- a/tests/amd_smi_test/functional/frequencies_read.cc +++ b/tests/amd_smi_test/functional/frequencies_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/frequencies_read.h b/tests/amd_smi_test/functional/frequencies_read.h index 07329338a7..7d58403ef6 100755 --- a/tests/amd_smi_test/functional/frequencies_read.h +++ b/tests/amd_smi_test/functional/frequencies_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/frequencies_read_write.cc b/tests/amd_smi_test/functional/frequencies_read_write.cc index b80f700fb1..cc35838293 100755 --- a/tests/amd_smi_test/functional/frequencies_read_write.cc +++ b/tests/amd_smi_test/functional/frequencies_read_write.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/frequencies_read_write.h b/tests/amd_smi_test/functional/frequencies_read_write.h index 03322396e6..0757a35cd5 100755 --- a/tests/amd_smi_test/functional/frequencies_read_write.h +++ b/tests/amd_smi_test/functional/frequencies_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/gpu_busy_read.cc b/tests/amd_smi_test/functional/gpu_busy_read.cc index 7d02cafecb..2d20c6eead 100755 --- a/tests/amd_smi_test/functional/gpu_busy_read.cc +++ b/tests/amd_smi_test/functional/gpu_busy_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/gpu_busy_read.h b/tests/amd_smi_test/functional/gpu_busy_read.h index 1f94059a2e..8d734d2012 100755 --- a/tests/amd_smi_test/functional/gpu_busy_read.h +++ b/tests/amd_smi_test/functional/gpu_busy_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/gpu_metrics_read.cc b/tests/amd_smi_test/functional/gpu_metrics_read.cc index 0c6ffa1a12..a5e69fdedd 100644 --- a/tests/amd_smi_test/functional/gpu_metrics_read.cc +++ b/tests/amd_smi_test/functional/gpu_metrics_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/gpu_metrics_read.h b/tests/amd_smi_test/functional/gpu_metrics_read.h index 60a3b77afd..de75bf1d96 100644 --- a/tests/amd_smi_test/functional/gpu_metrics_read.h +++ b/tests/amd_smi_test/functional/gpu_metrics_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/hw_topology_read.cc b/tests/amd_smi_test/functional/hw_topology_read.cc index c4ad7810ad..7f1e095758 100755 --- a/tests/amd_smi_test/functional/hw_topology_read.cc +++ b/tests/amd_smi_test/functional/hw_topology_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/hw_topology_read.h b/tests/amd_smi_test/functional/hw_topology_read.h index 94868b0c5a..5e04a3b950 100755 --- a/tests/amd_smi_test/functional/hw_topology_read.h +++ b/tests/amd_smi_test/functional/hw_topology_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/id_info_read.cc b/tests/amd_smi_test/functional/id_info_read.cc index 35345ffd18..192e672c85 100755 --- a/tests/amd_smi_test/functional/id_info_read.cc +++ b/tests/amd_smi_test/functional/id_info_read.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/id_info_read.h b/tests/amd_smi_test/functional/id_info_read.h index 4f7e8903d2..4fcff497e7 100755 --- a/tests/amd_smi_test/functional/id_info_read.h +++ b/tests/amd_smi_test/functional/id_info_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/init_shutdown_refcount.cc b/tests/amd_smi_test/functional/init_shutdown_refcount.cc index 23841aab06..222486be6a 100755 --- a/tests/amd_smi_test/functional/init_shutdown_refcount.cc +++ b/tests/amd_smi_test/functional/init_shutdown_refcount.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/init_shutdown_refcount.h b/tests/amd_smi_test/functional/init_shutdown_refcount.h index be0058a779..9c5a7183ee 100755 --- a/tests/amd_smi_test/functional/init_shutdown_refcount.h +++ b/tests/amd_smi_test/functional/init_shutdown_refcount.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/mem_page_info_read.cc b/tests/amd_smi_test/functional/mem_page_info_read.cc index d706f83722..3d4dd866e5 100755 --- a/tests/amd_smi_test/functional/mem_page_info_read.cc +++ b/tests/amd_smi_test/functional/mem_page_info_read.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/mem_page_info_read.h b/tests/amd_smi_test/functional/mem_page_info_read.h index 823d915fef..e17e127b15 100755 --- a/tests/amd_smi_test/functional/mem_page_info_read.h +++ b/tests/amd_smi_test/functional/mem_page_info_read.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/mem_util_read.cc b/tests/amd_smi_test/functional/mem_util_read.cc index 86b41b0015..3a467d272a 100755 --- a/tests/amd_smi_test/functional/mem_util_read.cc +++ b/tests/amd_smi_test/functional/mem_util_read.cc @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/mem_util_read.h b/tests/amd_smi_test/functional/mem_util_read.h index 9317fdf265..f9ea38ad9a 100755 --- a/tests/amd_smi_test/functional/mem_util_read.h +++ b/tests/amd_smi_test/functional/mem_util_read.h @@ -3,7 +3,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/metrics_counter_read.cc b/tests/amd_smi_test/functional/metrics_counter_read.cc index 2c24576fba..28225637d5 100644 --- a/tests/amd_smi_test/functional/metrics_counter_read.cc +++ b/tests/amd_smi_test/functional/metrics_counter_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/metrics_counter_read.h b/tests/amd_smi_test/functional/metrics_counter_read.h index ccf824f96d..3c59d58e6c 100644 --- a/tests/amd_smi_test/functional/metrics_counter_read.h +++ b/tests/amd_smi_test/functional/metrics_counter_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/mutual_exclusion.cc b/tests/amd_smi_test/functional/mutual_exclusion.cc index 28b9f337f5..48bbe82934 100755 --- a/tests/amd_smi_test/functional/mutual_exclusion.cc +++ b/tests/amd_smi_test/functional/mutual_exclusion.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/mutual_exclusion.h b/tests/amd_smi_test/functional/mutual_exclusion.h index 648367c23d..c650876ca8 100755 --- a/tests/amd_smi_test/functional/mutual_exclusion.h +++ b/tests/amd_smi_test/functional/mutual_exclusion.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/overdrive_read.cc b/tests/amd_smi_test/functional/overdrive_read.cc index 4c609c50d4..57e362a502 100755 --- a/tests/amd_smi_test/functional/overdrive_read.cc +++ b/tests/amd_smi_test/functional/overdrive_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/overdrive_read.h b/tests/amd_smi_test/functional/overdrive_read.h index 40818155ad..acc6bb4973 100755 --- a/tests/amd_smi_test/functional/overdrive_read.h +++ b/tests/amd_smi_test/functional/overdrive_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/overdrive_read_write.cc b/tests/amd_smi_test/functional/overdrive_read_write.cc index 55662bae28..23837d293d 100755 --- a/tests/amd_smi_test/functional/overdrive_read_write.cc +++ b/tests/amd_smi_test/functional/overdrive_read_write.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/overdrive_read_write.h b/tests/amd_smi_test/functional/overdrive_read_write.h index 009f7bec9d..af46e4374a 100755 --- a/tests/amd_smi_test/functional/overdrive_read_write.h +++ b/tests/amd_smi_test/functional/overdrive_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/pci_read_write.cc b/tests/amd_smi_test/functional/pci_read_write.cc index f08b8e4c17..4c147ad4cf 100755 --- a/tests/amd_smi_test/functional/pci_read_write.cc +++ b/tests/amd_smi_test/functional/pci_read_write.cc @@ -2,7 +2,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/pci_read_write.h b/tests/amd_smi_test/functional/pci_read_write.h index 9b0b13a849..c34dd0832b 100755 --- a/tests/amd_smi_test/functional/pci_read_write.h +++ b/tests/amd_smi_test/functional/pci_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/perf_cntr_read_write.cc b/tests/amd_smi_test/functional/perf_cntr_read_write.cc index 804b462a54..8a4901be1c 100755 --- a/tests/amd_smi_test/functional/perf_cntr_read_write.cc +++ b/tests/amd_smi_test/functional/perf_cntr_read_write.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/perf_cntr_read_write.h b/tests/amd_smi_test/functional/perf_cntr_read_write.h index 1aef41d396..bea0988d28 100755 --- a/tests/amd_smi_test/functional/perf_cntr_read_write.h +++ b/tests/amd_smi_test/functional/perf_cntr_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/perf_determinism.h b/tests/amd_smi_test/functional/perf_determinism.h index 2803d23db3..1d7cb5dbff 100644 --- a/tests/amd_smi_test/functional/perf_determinism.h +++ b/tests/amd_smi_test/functional/perf_determinism.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/perf_level_read.cc b/tests/amd_smi_test/functional/perf_level_read.cc index bb8d996120..414b4422ea 100755 --- a/tests/amd_smi_test/functional/perf_level_read.cc +++ b/tests/amd_smi_test/functional/perf_level_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/perf_level_read.h b/tests/amd_smi_test/functional/perf_level_read.h index ea4f91e651..1a686cf228 100755 --- a/tests/amd_smi_test/functional/perf_level_read.h +++ b/tests/amd_smi_test/functional/perf_level_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/perf_level_read_write.cc b/tests/amd_smi_test/functional/perf_level_read_write.cc index 0e59053cb7..fde494dbc3 100755 --- a/tests/amd_smi_test/functional/perf_level_read_write.cc +++ b/tests/amd_smi_test/functional/perf_level_read_write.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/perf_level_read_write.h b/tests/amd_smi_test/functional/perf_level_read_write.h index 9032f0afe9..9fa74f19d1 100755 --- a/tests/amd_smi_test/functional/perf_level_read_write.h +++ b/tests/amd_smi_test/functional/perf_level_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/power_cap_read_write.cc b/tests/amd_smi_test/functional/power_cap_read_write.cc index 7672afb93e..dbf4726779 100755 --- a/tests/amd_smi_test/functional/power_cap_read_write.cc +++ b/tests/amd_smi_test/functional/power_cap_read_write.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/power_cap_read_write.h b/tests/amd_smi_test/functional/power_cap_read_write.h index 8fd44c93af..c913cec99a 100755 --- a/tests/amd_smi_test/functional/power_cap_read_write.h +++ b/tests/amd_smi_test/functional/power_cap_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/power_read_write.cc b/tests/amd_smi_test/functional/power_read_write.cc index 16e006a57c..24e496c14b 100755 --- a/tests/amd_smi_test/functional/power_read_write.cc +++ b/tests/amd_smi_test/functional/power_read_write.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/power_read_write.h b/tests/amd_smi_test/functional/power_read_write.h index 6c9168021a..4edb21cfb5 100755 --- a/tests/amd_smi_test/functional/power_read_write.h +++ b/tests/amd_smi_test/functional/power_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/process_info_read.cc b/tests/amd_smi_test/functional/process_info_read.cc index 18bb30d258..f039459363 100755 --- a/tests/amd_smi_test/functional/process_info_read.cc +++ b/tests/amd_smi_test/functional/process_info_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/process_info_read.h b/tests/amd_smi_test/functional/process_info_read.h index f71992706a..6b78411d7a 100755 --- a/tests/amd_smi_test/functional/process_info_read.h +++ b/tests/amd_smi_test/functional/process_info_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/sys_info_read.cc b/tests/amd_smi_test/functional/sys_info_read.cc index 05c327a3b0..aa337bc210 100755 --- a/tests/amd_smi_test/functional/sys_info_read.cc +++ b/tests/amd_smi_test/functional/sys_info_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/sys_info_read.h b/tests/amd_smi_test/functional/sys_info_read.h index a165c81b9e..d241378476 100755 --- a/tests/amd_smi_test/functional/sys_info_read.h +++ b/tests/amd_smi_test/functional/sys_info_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/temp_read.cc b/tests/amd_smi_test/functional/temp_read.cc index e6aa1d88ca..ded598910a 100755 --- a/tests/amd_smi_test/functional/temp_read.cc +++ b/tests/amd_smi_test/functional/temp_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/temp_read.h b/tests/amd_smi_test/functional/temp_read.h index 21a20ea563..eaca3b3b05 100755 --- a/tests/amd_smi_test/functional/temp_read.h +++ b/tests/amd_smi_test/functional/temp_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/version_read.cc b/tests/amd_smi_test/functional/version_read.cc index 22d9f9f84c..1a11263185 100755 --- a/tests/amd_smi_test/functional/version_read.cc +++ b/tests/amd_smi_test/functional/version_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/version_read.h b/tests/amd_smi_test/functional/version_read.h index ff9948db1f..5b8bbdc988 100755 --- a/tests/amd_smi_test/functional/version_read.h +++ b/tests/amd_smi_test/functional/version_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/volt_freq_curv_read.cc b/tests/amd_smi_test/functional/volt_freq_curv_read.cc index a35bacc1dd..4c1a758fc9 100755 --- a/tests/amd_smi_test/functional/volt_freq_curv_read.cc +++ b/tests/amd_smi_test/functional/volt_freq_curv_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/volt_freq_curv_read.h b/tests/amd_smi_test/functional/volt_freq_curv_read.h index dadd26b999..ee9de3a1dd 100755 --- a/tests/amd_smi_test/functional/volt_freq_curv_read.h +++ b/tests/amd_smi_test/functional/volt_freq_curv_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/volt_read.cc b/tests/amd_smi_test/functional/volt_read.cc index 62a0c2b6b4..c28070dfa7 100644 --- a/tests/amd_smi_test/functional/volt_read.cc +++ b/tests/amd_smi_test/functional/volt_read.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/volt_read.h b/tests/amd_smi_test/functional/volt_read.h index 83c1b4cd7e..135dfccd56 100644 --- a/tests/amd_smi_test/functional/volt_read.h +++ b/tests/amd_smi_test/functional/volt_read.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/xgmi_read_write.cc b/tests/amd_smi_test/functional/xgmi_read_write.cc index d252cda1f8..4685ece760 100755 --- a/tests/amd_smi_test/functional/xgmi_read_write.cc +++ b/tests/amd_smi_test/functional/xgmi_read_write.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/functional/xgmi_read_write.h b/tests/amd_smi_test/functional/xgmi_read_write.h index 496c48baf3..87353d8298 100755 --- a/tests/amd_smi_test/functional/xgmi_read_write.h +++ b/tests/amd_smi_test/functional/xgmi_read_write.h @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/tests/amd_smi_test/main.cc b/tests/amd_smi_test/main.cc index 9765ab325f..d38c148f31 100644 --- a/tests/amd_smi_test/main.cc +++ b/tests/amd_smi_test/main.cc @@ -5,7 +5,7 @@ * The University of Illinois/NCSA * Open Source License (NCSA) * - * Copyright (c) 2022, Advanced Micro Devices, Inc. + * Copyright (c) 2023, Advanced Micro Devices, Inc. * All rights reserved. * * Developed by: diff --git a/third_party/shared_mutex/shared_mutex.cc b/third_party/shared_mutex/shared_mutex.cc index b1b8dade38..cc61042fa3 100755 --- a/third_party/shared_mutex/shared_mutex.cc +++ b/third_party/shared_mutex/shared_mutex.cc @@ -1,5 +1,5 @@ /* -Modifications Copyright 2019 - 2022 Advanced Micro Devices, Inc. All Rights +Modifications Copyright 2019 - 2023 Advanced Micro Devices, Inc. All Rights Reserved. Copyright (c) 2018 Oleg Yamnikov