diff --git a/LICENSE b/LICENSE index 4ef84de6..2f61281d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------- MIT License -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/misc/omnistat-ornl b/misc/omnistat-ornl index cae6655b..0d786d49 100755 --- a/misc/omnistat-ornl +++ b/misc/omnistat-ornl @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat-annotate b/omnistat-annotate index c2c8c5dd..80a8815d 100755 --- a/omnistat-annotate +++ b/omnistat-annotate @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat-monitor b/omnistat-monitor index 2c447952..20fbd622 100755 --- a/omnistat-monitor +++ b/omnistat-monitor @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat-query b/omnistat-query index 6805bb59..7f7207c5 100755 --- a/omnistat-query +++ b/omnistat-query @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat-rms-env b/omnistat-rms-env index f7a66ecb..3541c6eb 100755 --- a/omnistat-rms-env +++ b/omnistat-rms-env @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat-standalone b/omnistat-standalone index da16264b..1f5c3b4f 100755 --- a/omnistat-standalone +++ b/omnistat-standalone @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat-usermode b/omnistat-usermode index 20ff40ba..f7c89f36 100755 --- a/omnistat-usermode +++ b/omnistat-usermode @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/annotate.py b/omnistat/annotate.py index 6f7d136b..ccec9359 100755 --- a/omnistat/annotate.py +++ b/omnistat/annotate.py @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/collector_base.py b/omnistat/collector_base.py index 246f910e..39df3dc8 100644 --- a/omnistat/collector_base.py +++ b/omnistat/collector_base.py @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/collector_events.py b/omnistat/collector_events.py index e9d966e4..145f1818 100644 --- a/omnistat/collector_events.py +++ b/omnistat/collector_events.py @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/collector_rms.py b/omnistat/collector_rms.py index 4be43d0d..05fd81c8 100644 --- a/omnistat/collector_rms.py +++ b/omnistat/collector_rms.py @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/collector_smi.py b/omnistat/collector_smi.py index 36fdd36f..8a6a3d7a 100644 --- a/omnistat/collector_smi.py +++ b/omnistat/collector_smi.py @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/collector_smi_process.py b/omnistat/collector_smi_process.py index 7fc117e5..828bb2c4 100644 --- a/omnistat/collector_smi_process.py +++ b/omnistat/collector_smi_process.py @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/collector_smi_v2.py b/omnistat/collector_smi_v2.py index ef1a60b0..de7592ad 100644 --- a/omnistat/collector_smi_v2.py +++ b/omnistat/collector_smi_v2.py @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/monitor.py b/omnistat/monitor.py index 32f2c129..9179289e 100644 --- a/omnistat/monitor.py +++ b/omnistat/monitor.py @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/node_monitoring.py b/omnistat/node_monitoring.py index 7be41ee8..abe4e1ff 100755 --- a/omnistat/node_monitoring.py +++ b/omnistat/node_monitoring.py @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/omni_util.py b/omnistat/omni_util.py index 3aa377f6..0ab1dbeb 100755 --- a/omnistat/omni_util.py +++ b/omnistat/omni_util.py @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/query.py b/omnistat/query.py index c5f68dd4..b1476e54 100755 --- a/omnistat/query.py +++ b/omnistat/query.py @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/rms_env.py b/omnistat/rms_env.py index c4c2833b..fb8b7cad 100755 --- a/omnistat/rms_env.py +++ b/omnistat/rms_env.py @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/standalone.py b/omnistat/standalone.py index c725df7b..46aa5fb8 100755 --- a/omnistat/standalone.py +++ b/omnistat/standalone.py @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/omnistat/utils.py b/omnistat/utils.py index b78c1d80..27f17672 100644 --- a/omnistat/utils.py +++ b/omnistat/utils.py @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------- # MIT License # -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All Rights Reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal