diff --git a/LICENSE b/LICENSE index 1fcc34a3..91844dd7 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021-2023 Xuehai Pan. All Rights Reserved. + Copyright 2021-2024 Xuehai Pan. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/source/conf.py b/docs/source/conf.py index 23c8be76..5a8d6b3a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ # -- Project information ----------------------------------------------------- project = 'nvitop: the one-stop solution for GPU process management.' -copyright = '2021-2023, Xuehai Pan' +copyright = '2021-2024, Xuehai Pan' author = 'Xuehai Pan' diff --git a/install-nvidia-driver.sh b/install-nvidia-driver.sh index d684a3f1..088368d5 100755 --- a/install-nvidia-driver.sh +++ b/install-nvidia-driver.sh @@ -13,7 +13,7 @@ # ============================================================================== # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop-exporter/LICENSE b/nvitop-exporter/LICENSE index 1fcc34a3..91844dd7 100644 --- a/nvitop-exporter/LICENSE +++ b/nvitop-exporter/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021-2023 Xuehai Pan. All Rights Reserved. + Copyright 2021-2024 Xuehai Pan. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nvitop-exporter/nvitop_exporter/__init__.py b/nvitop-exporter/nvitop_exporter/__init__.py index 67ddb819..c18e4d3e 100644 --- a/nvitop-exporter/nvitop_exporter/__init__.py +++ b/nvitop-exporter/nvitop_exporter/__init__.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop-exporter/nvitop_exporter/__main__.py b/nvitop-exporter/nvitop_exporter/__main__.py index 9c76a7f5..a2e4b862 100644 --- a/nvitop-exporter/nvitop_exporter/__main__.py +++ b/nvitop-exporter/nvitop_exporter/__main__.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop-exporter/nvitop_exporter/cli.py b/nvitop-exporter/nvitop_exporter/cli.py index f493c8e1..8fd6a2d9 100644 --- a/nvitop-exporter/nvitop_exporter/cli.py +++ b/nvitop-exporter/nvitop_exporter/cli.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop-exporter/nvitop_exporter/exporter.py b/nvitop-exporter/nvitop_exporter/exporter.py index 7d9db604..bdbd3870 100644 --- a/nvitop-exporter/nvitop_exporter/exporter.py +++ b/nvitop-exporter/nvitop_exporter/exporter.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop-exporter/nvitop_exporter/utils.py b/nvitop-exporter/nvitop_exporter/utils.py index 1b07fdb6..e8685489 100644 --- a/nvitop-exporter/nvitop_exporter/utils.py +++ b/nvitop-exporter/nvitop_exporter/utils.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop-exporter/nvitop_exporter/version.py b/nvitop-exporter/nvitop_exporter/version.py index 3c295c0a..284fc4b7 100644 --- a/nvitop-exporter/nvitop_exporter/version.py +++ b/nvitop-exporter/nvitop_exporter/version.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/__init__.py b/nvitop/__init__.py index efe63237..2190a538 100644 --- a/nvitop/__init__.py +++ b/nvitop/__init__.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/LICENSE b/nvitop/api/LICENSE index 1fcc34a3..91844dd7 100644 --- a/nvitop/api/LICENSE +++ b/nvitop/api/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021-2023 Xuehai Pan. All Rights Reserved. + Copyright 2021-2024 Xuehai Pan. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nvitop/api/__init__.py b/nvitop/api/__init__.py index fd4e814a..ec1e2cb2 100644 --- a/nvitop/api/__init__.py +++ b/nvitop/api/__init__.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/collector.py b/nvitop/api/collector.py index 227c7818..ad5ac75d 100644 --- a/nvitop/api/collector.py +++ b/nvitop/api/collector.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/device.py b/nvitop/api/device.py index 304d80ea..7e45182d 100644 --- a/nvitop/api/device.py +++ b/nvitop/api/device.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/host.py b/nvitop/api/host.py index c7116272..2f759292 100644 --- a/nvitop/api/host.py +++ b/nvitop/api/host.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/libcuda.py b/nvitop/api/libcuda.py index 906cd182..53f85a5b 100644 --- a/nvitop/api/libcuda.py +++ b/nvitop/api/libcuda.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/libcudart.py b/nvitop/api/libcudart.py index 17ab5d18..56238962 100644 --- a/nvitop/api/libcudart.py +++ b/nvitop/api/libcudart.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/libnvml.py b/nvitop/api/libnvml.py index 86a9af67..fb176670 100644 --- a/nvitop/api/libnvml.py +++ b/nvitop/api/libnvml.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/process.py b/nvitop/api/process.py index 839fdd2f..d26b1296 100644 --- a/nvitop/api/process.py +++ b/nvitop/api/process.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/api/utils.py b/nvitop/api/utils.py index 3f336fd6..ac5f6248 100644 --- a/nvitop/api/utils.py +++ b/nvitop/api/utils.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/callbacks/LICENSE b/nvitop/callbacks/LICENSE index 92cdd036..91844dd7 100644 --- a/nvitop/callbacks/LICENSE +++ b/nvitop/callbacks/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020-2023 Xuehai Pan. All Rights Reserved. + Copyright 2021-2024 Xuehai Pan. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/nvitop/callbacks/__init__.py b/nvitop/callbacks/__init__.py index a4f4f642..f1b81282 100644 --- a/nvitop/callbacks/__init__.py +++ b/nvitop/callbacks/__init__.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/callbacks/keras.py b/nvitop/callbacks/keras.py index f4e750f3..fd2a101e 100644 --- a/nvitop/callbacks/keras.py +++ b/nvitop/callbacks/keras.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/callbacks/lightning.py b/nvitop/callbacks/lightning.py index a9d094d0..cbc2da02 100644 --- a/nvitop/callbacks/lightning.py +++ b/nvitop/callbacks/lightning.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/callbacks/pytorch_lightning.py b/nvitop/callbacks/pytorch_lightning.py index 79597c8c..dec3f4df 100644 --- a/nvitop/callbacks/pytorch_lightning.py +++ b/nvitop/callbacks/pytorch_lightning.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/callbacks/tensorboard.py b/nvitop/callbacks/tensorboard.py index 83a445d5..61b96744 100644 --- a/nvitop/callbacks/tensorboard.py +++ b/nvitop/callbacks/tensorboard.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/callbacks/utils.py b/nvitop/callbacks/utils.py index 6191d8e4..7c3dbf7a 100644 --- a/nvitop/callbacks/utils.py +++ b/nvitop/callbacks/utils.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/gui/screens/help.py b/nvitop/gui/screens/help.py index c91fded2..5ef44807 100644 --- a/nvitop/gui/screens/help.py +++ b/nvitop/gui/screens/help.py @@ -7,7 +7,7 @@ from nvitop.version import __version__ -HELP_TEMPLATE = """nvitop {} - (C) Xuehai Pan, 2021-2023. +HELP_TEMPLATE = """nvitop {} - (C) Xuehai Pan, 2021-2024. Released under the GNU GPLv3 License. GPU Process Type: C: Compute, G: Graphics, X: Mixed. diff --git a/nvitop/select.py b/nvitop/select.py index 7a84a11e..3e115f02 100644 --- a/nvitop/select.py +++ b/nvitop/select.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nvitop/version.py b/nvitop/version.py index be8a42bd..28c74c8a 100644 --- a/nvitop/version.py +++ b/nvitop/version.py @@ -1,6 +1,6 @@ # This file is part of nvitop, the interactive NVIDIA-GPU process viewer. # -# Copyright 2021-2023 Xuehai Pan. All Rights Reserved. +# Copyright 2021-2024 Xuehai Pan. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.