From a504edd60298fd7bc3a217be20558991338a2804 Mon Sep 17 00:00:00 2001 From: Akash Chandra Date: Thu, 16 Jan 2025 12:03:06 +0530 Subject: [PATCH] build: update copyright header for 2025 --- asadm.py | 2 +- asinfo/asinfo.py | 2 +- lib/__init__.py | 2 +- lib/base_controller.py | 2 +- lib/collectinfo_analyzer/__init__.py | 2 +- .../collectinfo_command_controller.py | 2 +- lib/collectinfo_analyzer/collectinfo_handler/__init__.py | 2 +- .../collectinfo_handler/collectinfo_log.py | 2 +- .../collectinfo_handler/collectinfo_parser/__init__.py | 2 +- .../collectinfo_parser/collectinfo_parser.py | 2 +- .../collectinfo_handler/log_handler.py | 2 +- lib/collectinfo_analyzer/collectinfo_root_controller.py | 2 +- lib/collectinfo_analyzer/features_controller.py | 2 +- lib/collectinfo_analyzer/get_controller.py | 2 +- lib/collectinfo_analyzer/health_check_controller.py | 2 +- lib/collectinfo_analyzer/info_controller.py | 2 +- lib/collectinfo_analyzer/list_controller.py | 2 +- lib/collectinfo_analyzer/page_controller.py | 2 +- lib/collectinfo_analyzer/show_controller.py | 2 +- lib/collectinfo_analyzer/summary_controller.py | 2 +- lib/health/__init__.py | 2 +- lib/health/commands.py | 2 +- lib/health/constants.py | 2 +- lib/health/errors.py | 2 +- lib/health/exceptions.py | 2 +- lib/health/health_checker.py | 2 +- lib/health/operation.py | 2 +- lib/health/parser.py | 2 +- lib/health/query.py | 2 +- lib/health/query/health.hql | 2 +- lib/health/util.py | 2 +- lib/live_cluster/__init__.py | 2 +- lib/live_cluster/asinfo_controller.py | 2 +- lib/live_cluster/client/__init__.py | 2 +- lib/live_cluster/client/assocket.py | 2 +- lib/live_cluster/client/client_util.py | 2 +- lib/live_cluster/client/cluster.py | 2 +- lib/live_cluster/client/config_handler.py | 2 +- lib/live_cluster/client/ctx.py | 2 +- lib/live_cluster/client/info.py | 2 +- lib/live_cluster/client/msgpack.py | 2 +- lib/live_cluster/client/node.py | 2 +- lib/live_cluster/client/ssl_context.py | 2 +- lib/live_cluster/client/sys_cmd_parser.py | 2 +- lib/live_cluster/client/types.py | 2 +- lib/live_cluster/collectinfo_controller.py | 2 +- lib/live_cluster/collectlogs_controller.py | 2 +- lib/live_cluster/features_controller.py | 2 +- lib/live_cluster/get_controller.py | 2 +- lib/live_cluster/health_check_controller.py | 2 +- lib/live_cluster/info_controller.py | 2 +- lib/live_cluster/live_cluster_command_controller.py | 2 +- lib/live_cluster/live_cluster_root_controller.py | 2 +- lib/live_cluster/manage_controller.py | 2 +- lib/live_cluster/pager_controller.py | 2 +- lib/live_cluster/show_controller.py | 2 +- lib/live_cluster/summary_controller.py | 2 +- lib/log_analyzer/__init__.py | 2 +- lib/log_analyzer/grep_file_controller.py | 2 +- lib/log_analyzer/log_analyzer_command_controller.py | 2 +- lib/log_analyzer/log_analyzer_root_controller.py | 2 +- lib/log_analyzer/log_handler/__init__.py | 2 +- lib/log_analyzer/log_handler/log_handler.py | 2 +- lib/log_analyzer/log_handler/log_latency.py | 2 +- lib/log_analyzer/log_handler/log_reader.py | 2 +- lib/log_analyzer/log_handler/server_log.py | 2 +- lib/log_analyzer/log_handler/util.py | 2 +- lib/utils/__init__.py | 2 +- lib/utils/async_object.py | 2 +- lib/utils/common.py | 2 +- lib/utils/conf.py | 2 +- lib/utils/conf_parser.py | 2 +- lib/utils/constants.py | 2 +- lib/utils/data.py | 2 +- lib/utils/file_size.py | 2 +- lib/utils/log_util.py | 2 +- lib/utils/logger.py | 2 +- lib/utils/lookup_dict.py | 2 +- lib/utils/timeout.py | 2 +- lib/utils/types.py | 2 +- lib/utils/util.py | 2 +- lib/view/__init__.py | 2 +- lib/view/sheet/__init__.py | 2 +- lib/view/sheet/const.py | 2 +- lib/view/sheet/decleration.py | 2 +- lib/view/sheet/render/__init__.py | 2 +- lib/view/sheet/render/base_rsheet.py | 2 +- lib/view/sheet/render/column_rsheet.py | 2 +- lib/view/sheet/render/json_rsheet.py | 2 +- lib/view/sheet/render/render_utils/__init__.py | 2 +- lib/view/sheet/render/row_rsheet.py | 2 +- lib/view/sheet/source.py | 2 +- lib/view/table.py | 2 +- lib/view/templates.py | 2 +- lib/view/terminal/__init__.py | 2 +- lib/view/terminal/terminal.py | 2 +- lib/view/view.py | 2 +- makefile | 2 +- pyinstaller-build.spec | 2 +- test/__init__.py | 2 +- test/e2e/__init__.py | 2 +- test/e2e/aerospike_6.x.conf | 2 +- test/e2e/aerospike_latest.conf | 2 +- test/e2e/lib.py | 2 +- test/e2e/live_cluster/__init__.py | 2 +- test/e2e/live_cluster/test_all.py | 2 +- test/e2e/live_cluster/test_collectinfo.py | 2 +- test/e2e/live_cluster/test_info.py | 2 +- test/e2e/live_cluster/test_manage.py | 2 +- test/e2e/live_cluster/test_show.py | 2 +- test/e2e/live_cluster/test_watch.py | 2 +- test/e2e/util.py | 2 +- test/test_asinfo.sh | 2 +- test/unit/__init__.py | 2 +- test/unit/collectinfo_analyzer/__init__.py | 2 +- test/unit/collectinfo_analyzer/test_getcontroller.py | 2 +- test/unit/health/__init__.py | 2 +- test/unit/health/test_commands.py | 2 +- test/unit/health/test_healthchecker.py | 2 +- test/unit/health/test_operation.py | 2 +- test/unit/health/test_util.py | 2 +- test/unit/live_cluster/__init__.py | 2 +- test/unit/live_cluster/client/__init__.py | 2 +- test/unit/live_cluster/client/test_assocket.py | 2 +- test/unit/live_cluster/client/test_cluster.py | 2 +- test/unit/live_cluster/client/test_config_handler.py | 2 +- test/unit/live_cluster/client/test_info.py | 2 +- test/unit/live_cluster/client/test_msgpack.py | 2 +- test/unit/live_cluster/client/test_node.py | 2 +- test/unit/live_cluster/client/test_types.py | 2 +- test/unit/live_cluster/client/test_util.py | 2 +- test/unit/live_cluster/test_collectlogs_controller.py | 8 ++++---- test/unit/live_cluster/test_getcontroller.py | 2 +- test/unit/live_cluster/test_manage_controller.py | 2 +- test/unit/live_cluster/test_show_controller.py | 2 +- test/unit/test_base_controller.py | 2 +- test/unit/util.py | 2 +- test/unit/utils/__init__.py | 2 +- test/unit/utils/test_common.py | 2 +- test/unit/utils/test_lookup_dict.py | 2 +- test/unit/utils/test_util.py | 2 +- test/unit/view/__init__.py | 2 +- test/unit/view/test_sheet.py | 2 +- test/unit/view/test_templates.py | 2 +- test/unit/view/test_view.py | 8 ++++---- 145 files changed, 151 insertions(+), 151 deletions(-) diff --git a/asadm.py b/asadm.py index c2c68786..29fff21a 100755 --- a/asadm.py +++ b/asadm.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/asinfo/asinfo.py b/asinfo/asinfo.py index 5e65f8cb..94f7aa4a 100755 --- a/asinfo/asinfo.py +++ b/asinfo/asinfo.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2008-2023 Aerospike, Inc. +# Copyright 2008-2025 Aerospike, Inc. # # 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/lib/__init__.py b/lib/__init__.py index b88c17d4..a835f251 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/base_controller.py b/lib/base_controller.py index 73294103..ef723a4a 100644 --- a/lib/base_controller.py +++ b/lib/base_controller.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/__init__.py b/lib/collectinfo_analyzer/__init__.py index b88c17d4..a835f251 100644 --- a/lib/collectinfo_analyzer/__init__.py +++ b/lib/collectinfo_analyzer/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/collectinfo_command_controller.py b/lib/collectinfo_analyzer/collectinfo_command_controller.py index 9cb96eb8..967c636d 100644 --- a/lib/collectinfo_analyzer/collectinfo_command_controller.py +++ b/lib/collectinfo_analyzer/collectinfo_command_controller.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/collectinfo_handler/__init__.py b/lib/collectinfo_analyzer/collectinfo_handler/__init__.py index b88c17d4..a835f251 100644 --- a/lib/collectinfo_analyzer/collectinfo_handler/__init__.py +++ b/lib/collectinfo_analyzer/collectinfo_handler/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_log.py b/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_log.py index 5e05d9fc..dd33b148 100644 --- a/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_log.py +++ b/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_log.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_parser/__init__.py b/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_parser/__init__.py index 2bbf9684..0b3c5e39 100644 --- a/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_parser/__init__.py +++ b/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_parser/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_parser/collectinfo_parser.py b/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_parser/collectinfo_parser.py index eb7aba3d..d9015199 100644 --- a/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_parser/collectinfo_parser.py +++ b/lib/collectinfo_analyzer/collectinfo_handler/collectinfo_parser/collectinfo_parser.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/collectinfo_handler/log_handler.py b/lib/collectinfo_analyzer/collectinfo_handler/log_handler.py index ab5f4773..7b7f2de9 100644 --- a/lib/collectinfo_analyzer/collectinfo_handler/log_handler.py +++ b/lib/collectinfo_analyzer/collectinfo_handler/log_handler.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/collectinfo_root_controller.py b/lib/collectinfo_analyzer/collectinfo_root_controller.py index 94ad6697..2571c7fc 100644 --- a/lib/collectinfo_analyzer/collectinfo_root_controller.py +++ b/lib/collectinfo_analyzer/collectinfo_root_controller.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/features_controller.py b/lib/collectinfo_analyzer/features_controller.py index 6ef72aff..a3123599 100644 --- a/lib/collectinfo_analyzer/features_controller.py +++ b/lib/collectinfo_analyzer/features_controller.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/get_controller.py b/lib/collectinfo_analyzer/get_controller.py index c6966b30..13516da9 100644 --- a/lib/collectinfo_analyzer/get_controller.py +++ b/lib/collectinfo_analyzer/get_controller.py @@ -1,4 +1,4 @@ -# Copyright 2023-2023 Aerospike, Inc. +# Copyright 2023-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/health_check_controller.py b/lib/collectinfo_analyzer/health_check_controller.py index fdb05b22..f6164797 100644 --- a/lib/collectinfo_analyzer/health_check_controller.py +++ b/lib/collectinfo_analyzer/health_check_controller.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/info_controller.py b/lib/collectinfo_analyzer/info_controller.py index f2aeaba0..5c6df751 100644 --- a/lib/collectinfo_analyzer/info_controller.py +++ b/lib/collectinfo_analyzer/info_controller.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/list_controller.py b/lib/collectinfo_analyzer/list_controller.py index be0899b5..c57b5b0e 100644 --- a/lib/collectinfo_analyzer/list_controller.py +++ b/lib/collectinfo_analyzer/list_controller.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/page_controller.py b/lib/collectinfo_analyzer/page_controller.py index 15c6b18b..1e316d64 100644 --- a/lib/collectinfo_analyzer/page_controller.py +++ b/lib/collectinfo_analyzer/page_controller.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/show_controller.py b/lib/collectinfo_analyzer/show_controller.py index 09136a20..32b79cf0 100644 --- a/lib/collectinfo_analyzer/show_controller.py +++ b/lib/collectinfo_analyzer/show_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/collectinfo_analyzer/summary_controller.py b/lib/collectinfo_analyzer/summary_controller.py index a47561ef..76dbd430 100644 --- a/lib/collectinfo_analyzer/summary_controller.py +++ b/lib/collectinfo_analyzer/summary_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/health/__init__.py b/lib/health/__init__.py index b88c17d4..a835f251 100644 --- a/lib/health/__init__.py +++ b/lib/health/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/commands.py b/lib/health/commands.py index d09b6592..6723c35f 100644 --- a/lib/health/commands.py +++ b/lib/health/commands.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/constants.py b/lib/health/constants.py index 5dbbba64..b79359d6 100644 --- a/lib/health/constants.py +++ b/lib/health/constants.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/errors.py b/lib/health/errors.py index 38cf6349..36f72204 100644 --- a/lib/health/errors.py +++ b/lib/health/errors.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/exceptions.py b/lib/health/exceptions.py index 40d18168..ae0eb3f2 100644 --- a/lib/health/exceptions.py +++ b/lib/health/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/health_checker.py b/lib/health/health_checker.py index 18d8d86d..4ecc725f 100644 --- a/lib/health/health_checker.py +++ b/lib/health/health_checker.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/operation.py b/lib/health/operation.py index 58e427b2..2617c472 100644 --- a/lib/health/operation.py +++ b/lib/health/operation.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/parser.py b/lib/health/parser.py index ffd504a3..83544199 100644 --- a/lib/health/parser.py +++ b/lib/health/parser.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/query.py b/lib/health/query.py index 207a6c44..6a239acd 100644 --- a/lib/health/query.py +++ b/lib/health/query.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/query/health.hql b/lib/health/query/health.hql index adfff6d9..6e488eb9 100644 --- a/lib/health/query/health.hql +++ b/lib/health/query/health.hql @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/health/util.py b/lib/health/util.py index a011c57b..a03a5868 100644 --- a/lib/health/util.py +++ b/lib/health/util.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/__init__.py b/lib/live_cluster/__init__.py index b88c17d4..a835f251 100644 --- a/lib/live_cluster/__init__.py +++ b/lib/live_cluster/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/asinfo_controller.py b/lib/live_cluster/asinfo_controller.py index e3a53cfd..03f97286 100644 --- a/lib/live_cluster/asinfo_controller.py +++ b/lib/live_cluster/asinfo_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/__init__.py b/lib/live_cluster/client/__init__.py index bb0056f8..045dc02f 100644 --- a/lib/live_cluster/client/__init__.py +++ b/lib/live_cluster/client/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/assocket.py b/lib/live_cluster/client/assocket.py index 9ddf7b7f..f011bc65 100644 --- a/lib/live_cluster/client/assocket.py +++ b/lib/live_cluster/client/assocket.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/client_util.py b/lib/live_cluster/client/client_util.py index dbd08b01..f2905d09 100644 --- a/lib/live_cluster/client/client_util.py +++ b/lib/live_cluster/client/client_util.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/cluster.py b/lib/live_cluster/client/cluster.py index d62a8017..16a77c8e 100644 --- a/lib/live_cluster/client/cluster.py +++ b/lib/live_cluster/client/cluster.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/config_handler.py b/lib/live_cluster/client/config_handler.py index b0a4c5e6..86f345e7 100644 --- a/lib/live_cluster/client/config_handler.py +++ b/lib/live_cluster/client/config_handler.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/ctx.py b/lib/live_cluster/client/ctx.py index d6e3a1c5..d81ff9ad 100644 --- a/lib/live_cluster/client/ctx.py +++ b/lib/live_cluster/client/ctx.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/info.py b/lib/live_cluster/client/info.py index eb6ecd94..42cb5466 100644 --- a/lib/live_cluster/client/info.py +++ b/lib/live_cluster/client/info.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/msgpack.py b/lib/live_cluster/client/msgpack.py index a6614f9c..d2643e95 100644 --- a/lib/live_cluster/client/msgpack.py +++ b/lib/live_cluster/client/msgpack.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/node.py b/lib/live_cluster/client/node.py index c5ebac74..984a9bbd 100644 --- a/lib/live_cluster/client/node.py +++ b/lib/live_cluster/client/node.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/ssl_context.py b/lib/live_cluster/client/ssl_context.py index 2a9132aa..820765db 100644 --- a/lib/live_cluster/client/ssl_context.py +++ b/lib/live_cluster/client/ssl_context.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/sys_cmd_parser.py b/lib/live_cluster/client/sys_cmd_parser.py index 374ac216..7fe7542f 100644 --- a/lib/live_cluster/client/sys_cmd_parser.py +++ b/lib/live_cluster/client/sys_cmd_parser.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/live_cluster/client/types.py b/lib/live_cluster/client/types.py index c971a19c..bdb047e3 100644 --- a/lib/live_cluster/client/types.py +++ b/lib/live_cluster/client/types.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/collectinfo_controller.py b/lib/live_cluster/collectinfo_controller.py index 4a4290df..0540051a 100644 --- a/lib/live_cluster/collectinfo_controller.py +++ b/lib/live_cluster/collectinfo_controller.py @@ -1,4 +1,4 @@ -# Copyright 2023-2023 Aerospike, Inc. +# Copyright 2023-2025 Aerospike, Inc. # # 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/lib/live_cluster/collectlogs_controller.py b/lib/live_cluster/collectlogs_controller.py index 0b70e09d..74a5ccf8 100644 --- a/lib/live_cluster/collectlogs_controller.py +++ b/lib/live_cluster/collectlogs_controller.py @@ -1,4 +1,4 @@ -# Copyright 2023-2023 Aerospike, Inc. +# Copyright 2023-2025 Aerospike, Inc. # # 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/lib/live_cluster/features_controller.py b/lib/live_cluster/features_controller.py index 105e6ac7..aced2845 100644 --- a/lib/live_cluster/features_controller.py +++ b/lib/live_cluster/features_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/get_controller.py b/lib/live_cluster/get_controller.py index 6f2d87ae..0b9ff3b1 100644 --- a/lib/live_cluster/get_controller.py +++ b/lib/live_cluster/get_controller.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/health_check_controller.py b/lib/live_cluster/health_check_controller.py index 5b50c96e..ea59f092 100644 --- a/lib/live_cluster/health_check_controller.py +++ b/lib/live_cluster/health_check_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/info_controller.py b/lib/live_cluster/info_controller.py index 06ca9d7d..fb0b0036 100644 --- a/lib/live_cluster/info_controller.py +++ b/lib/live_cluster/info_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/live_cluster_command_controller.py b/lib/live_cluster/live_cluster_command_controller.py index c9535d23..f2711b45 100644 --- a/lib/live_cluster/live_cluster_command_controller.py +++ b/lib/live_cluster/live_cluster_command_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/live_cluster_root_controller.py b/lib/live_cluster/live_cluster_root_controller.py index cba73c7e..3e384f65 100644 --- a/lib/live_cluster/live_cluster_root_controller.py +++ b/lib/live_cluster/live_cluster_root_controller.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/live_cluster/manage_controller.py b/lib/live_cluster/manage_controller.py index ef99a0d7..83113460 100644 --- a/lib/live_cluster/manage_controller.py +++ b/lib/live_cluster/manage_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/pager_controller.py b/lib/live_cluster/pager_controller.py index 47e984e8..b4f56976 100644 --- a/lib/live_cluster/pager_controller.py +++ b/lib/live_cluster/pager_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/show_controller.py b/lib/live_cluster/show_controller.py index 6893fdaa..9da4e7bd 100644 --- a/lib/live_cluster/show_controller.py +++ b/lib/live_cluster/show_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/live_cluster/summary_controller.py b/lib/live_cluster/summary_controller.py index 080e1d18..6b4dd5d0 100644 --- a/lib/live_cluster/summary_controller.py +++ b/lib/live_cluster/summary_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/log_analyzer/__init__.py b/lib/log_analyzer/__init__.py index b88c17d4..a835f251 100644 --- a/lib/log_analyzer/__init__.py +++ b/lib/log_analyzer/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/log_analyzer/grep_file_controller.py b/lib/log_analyzer/grep_file_controller.py index 28558d1a..d03e1db9 100644 --- a/lib/log_analyzer/grep_file_controller.py +++ b/lib/log_analyzer/grep_file_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/log_analyzer/log_analyzer_command_controller.py b/lib/log_analyzer/log_analyzer_command_controller.py index 87fd2dad..9daf4dfa 100644 --- a/lib/log_analyzer/log_analyzer_command_controller.py +++ b/lib/log_analyzer/log_analyzer_command_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/log_analyzer/log_analyzer_root_controller.py b/lib/log_analyzer/log_analyzer_root_controller.py index 33be2bae..6f56520f 100644 --- a/lib/log_analyzer/log_analyzer_root_controller.py +++ b/lib/log_analyzer/log_analyzer_root_controller.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/log_analyzer/log_handler/__init__.py b/lib/log_analyzer/log_handler/__init__.py index b88c17d4..a835f251 100644 --- a/lib/log_analyzer/log_handler/__init__.py +++ b/lib/log_analyzer/log_handler/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/log_analyzer/log_handler/log_handler.py b/lib/log_analyzer/log_handler/log_handler.py index 42f6adf5..cad7ca4b 100644 --- a/lib/log_analyzer/log_handler/log_handler.py +++ b/lib/log_analyzer/log_handler/log_handler.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/log_analyzer/log_handler/log_latency.py b/lib/log_analyzer/log_handler/log_latency.py index 2b93ccec..fea3e6ae 100644 --- a/lib/log_analyzer/log_handler/log_latency.py +++ b/lib/log_analyzer/log_handler/log_latency.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/log_analyzer/log_handler/log_reader.py b/lib/log_analyzer/log_handler/log_reader.py index a545ebe3..9d110f1e 100644 --- a/lib/log_analyzer/log_handler/log_reader.py +++ b/lib/log_analyzer/log_handler/log_reader.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/log_analyzer/log_handler/server_log.py b/lib/log_analyzer/log_handler/server_log.py index b4481bb0..f78e02fa 100644 --- a/lib/log_analyzer/log_handler/server_log.py +++ b/lib/log_analyzer/log_handler/server_log.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/log_analyzer/log_handler/util.py b/lib/log_analyzer/log_handler/util.py index 44a7d66f..84b6f43e 100644 --- a/lib/log_analyzer/log_handler/util.py +++ b/lib/log_analyzer/log_handler/util.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/__init__.py b/lib/utils/__init__.py index b88c17d4..a835f251 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/async_object.py b/lib/utils/async_object.py index bf53415c..b6de6464 100644 --- a/lib/utils/async_object.py +++ b/lib/utils/async_object.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/lib/utils/common.py b/lib/utils/common.py index 5d13d58f..2322cfe8 100644 --- a/lib/utils/common.py +++ b/lib/utils/common.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/conf.py b/lib/utils/conf.py index 59f9d836..359a8053 100644 --- a/lib/utils/conf.py +++ b/lib/utils/conf.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/conf_parser.py b/lib/utils/conf_parser.py index c9938667..5755bde0 100644 --- a/lib/utils/conf_parser.py +++ b/lib/utils/conf_parser.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/constants.py b/lib/utils/constants.py index f45600eb..ed2c2e44 100644 --- a/lib/utils/constants.py +++ b/lib/utils/constants.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/data.py b/lib/utils/data.py index 92c5d29d..e42af40f 100644 --- a/lib/utils/data.py +++ b/lib/utils/data.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/file_size.py b/lib/utils/file_size.py index 892de5ac..59dafc7b 100644 --- a/lib/utils/file_size.py +++ b/lib/utils/file_size.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/log_util.py b/lib/utils/log_util.py index a21ae05a..54f52ca7 100644 --- a/lib/utils/log_util.py +++ b/lib/utils/log_util.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/logger.py b/lib/utils/logger.py index d17d12e5..2af61e42 100644 --- a/lib/utils/logger.py +++ b/lib/utils/logger.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/lib/utils/lookup_dict.py b/lib/utils/lookup_dict.py index 99dafc9c..26865c26 100644 --- a/lib/utils/lookup_dict.py +++ b/lib/utils/lookup_dict.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/timeout.py b/lib/utils/timeout.py index 59de17b8..182fc779 100644 --- a/lib/utils/timeout.py +++ b/lib/utils/timeout.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/utils/types.py b/lib/utils/types.py index 6bb1359a..68ac2fc0 100644 --- a/lib/utils/types.py +++ b/lib/utils/types.py @@ -1,4 +1,4 @@ -# Copyright 2023 Aerospike, Inc. +# Copyright 2025 Aerospike, Inc. # # 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/lib/utils/util.py b/lib/utils/util.py index 26632c76..386964a8 100644 --- a/lib/utils/util.py +++ b/lib/utils/util.py @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Aerospike, Inc. +# Copyright 2017-2025 Aerospike, Inc. # # 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/lib/view/__init__.py b/lib/view/__init__.py index b88c17d4..a835f251 100644 --- a/lib/view/__init__.py +++ b/lib/view/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/view/sheet/__init__.py b/lib/view/sheet/__init__.py index 502c14da..74429d73 100644 --- a/lib/view/sheet/__init__.py +++ b/lib/view/sheet/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/const.py b/lib/view/sheet/const.py index 9c1de3dd..0c6bad6c 100644 --- a/lib/view/sheet/const.py +++ b/lib/view/sheet/const.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/decleration.py b/lib/view/sheet/decleration.py index d13c4020..248d40fe 100644 --- a/lib/view/sheet/decleration.py +++ b/lib/view/sheet/decleration.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/render/__init__.py b/lib/view/sheet/render/__init__.py index dc34bff6..350f47fa 100644 --- a/lib/view/sheet/render/__init__.py +++ b/lib/view/sheet/render/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/render/base_rsheet.py b/lib/view/sheet/render/base_rsheet.py index 5ab31381..813c0c4d 100644 --- a/lib/view/sheet/render/base_rsheet.py +++ b/lib/view/sheet/render/base_rsheet.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/render/column_rsheet.py b/lib/view/sheet/render/column_rsheet.py index f4fd0586..c63b38a8 100644 --- a/lib/view/sheet/render/column_rsheet.py +++ b/lib/view/sheet/render/column_rsheet.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/render/json_rsheet.py b/lib/view/sheet/render/json_rsheet.py index 47388999..8bc6d40d 100644 --- a/lib/view/sheet/render/json_rsheet.py +++ b/lib/view/sheet/render/json_rsheet.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/render/render_utils/__init__.py b/lib/view/sheet/render/render_utils/__init__.py index 4e8579c9..914cb103 100644 --- a/lib/view/sheet/render/render_utils/__init__.py +++ b/lib/view/sheet/render/render_utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/render/row_rsheet.py b/lib/view/sheet/render/row_rsheet.py index 49e1e7f3..db944186 100644 --- a/lib/view/sheet/render/row_rsheet.py +++ b/lib/view/sheet/render/row_rsheet.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/sheet/source.py b/lib/view/sheet/source.py index 60c34afc..1bb5fcb6 100644 --- a/lib/view/sheet/source.py +++ b/lib/view/sheet/source.py @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Aerospike, Inc. +# Copyright 2019-2025 Aerospike, Inc. # # 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/lib/view/table.py b/lib/view/table.py index 628c7a99..c5c142c8 100644 --- a/lib/view/table.py +++ b/lib/view/table.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/view/templates.py b/lib/view/templates.py index 6f5acb9e..5bc32b0f 100644 --- a/lib/view/templates.py +++ b/lib/view/templates.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/view/terminal/__init__.py b/lib/view/terminal/__init__.py index 6644a23e..68c16f2a 100644 --- a/lib/view/terminal/__init__.py +++ b/lib/view/terminal/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/view/terminal/terminal.py b/lib/view/terminal/terminal.py index 00e55154..d675f864 100644 --- a/lib/view/terminal/terminal.py +++ b/lib/view/terminal/terminal.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/lib/view/view.py b/lib/view/view.py index c4a0ebb9..40cb3aa4 100644 --- a/lib/view/view.py +++ b/lib/view/view.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/makefile b/makefile index b7ad0128..2d8a593c 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/pyinstaller-build.spec b/pyinstaller-build.spec index 06976b9c..5fa8893b 100644 --- a/pyinstaller-build.spec +++ b/pyinstaller-build.spec @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/test/__init__.py b/test/__init__.py index b88c17d4..a835f251 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/e2e/__init__.py b/test/e2e/__init__.py index b88c17d4..a835f251 100644 --- a/test/e2e/__init__.py +++ b/test/e2e/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/e2e/aerospike_6.x.conf b/test/e2e/aerospike_6.x.conf index 63806a79..87f3f5cb 100644 --- a/test/e2e/aerospike_6.x.conf +++ b/test/e2e/aerospike_6.x.conf @@ -1,6 +1,6 @@ # Aerospike Asadm Test Configuration Template # -# Copyright (c) 2008-2023 Aerospike, Inc. All rights reserved. +# Copyright (c) 2008-2025 Aerospike, Inc. All rights reserved. # # 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/test/e2e/aerospike_latest.conf b/test/e2e/aerospike_latest.conf index 7e4a6aac..ce968366 100644 --- a/test/e2e/aerospike_latest.conf +++ b/test/e2e/aerospike_latest.conf @@ -1,6 +1,6 @@ # Aerospike Asadm Test Configuration Template # -# Copyright (c) 2008-2023 Aerospike, Inc. All rights reserved. +# Copyright (c) 2008-2025 Aerospike, Inc. All rights reserved. # # 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/test/e2e/lib.py b/test/e2e/lib.py index 4236eaf6..2a2064b1 100644 --- a/test/e2e/lib.py +++ b/test/e2e/lib.py @@ -1,4 +1,4 @@ -# Copyright 2023 Aerospike, Inc. +# Copyright 2025 Aerospike, Inc. # # 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/test/e2e/live_cluster/__init__.py b/test/e2e/live_cluster/__init__.py index b88c17d4..a835f251 100644 --- a/test/e2e/live_cluster/__init__.py +++ b/test/e2e/live_cluster/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/e2e/live_cluster/test_all.py b/test/e2e/live_cluster/test_all.py index 44056cd7..7c76f798 100644 --- a/test/e2e/live_cluster/test_all.py +++ b/test/e2e/live_cluster/test_all.py @@ -1,4 +1,4 @@ -# Copyright 2023 Aerospike, Inc. +# Copyright 2025 Aerospike, Inc. # # 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/test/e2e/live_cluster/test_collectinfo.py b/test/e2e/live_cluster/test_collectinfo.py index 04082684..2f155af0 100644 --- a/test/e2e/live_cluster/test_collectinfo.py +++ b/test/e2e/live_cluster/test_collectinfo.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/e2e/live_cluster/test_info.py b/test/e2e/live_cluster/test_info.py index e883e7cd..0a727957 100644 --- a/test/e2e/live_cluster/test_info.py +++ b/test/e2e/live_cluster/test_info.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/e2e/live_cluster/test_manage.py b/test/e2e/live_cluster/test_manage.py index a7c00ccf..c7d7347f 100644 --- a/test/e2e/live_cluster/test_manage.py +++ b/test/e2e/live_cluster/test_manage.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/e2e/live_cluster/test_show.py b/test/e2e/live_cluster/test_show.py index 2d7f6f99..e92148de 100644 --- a/test/e2e/live_cluster/test_show.py +++ b/test/e2e/live_cluster/test_show.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/e2e/live_cluster/test_watch.py b/test/e2e/live_cluster/test_watch.py index 5f328017..c535ff01 100644 --- a/test/e2e/live_cluster/test_watch.py +++ b/test/e2e/live_cluster/test_watch.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/e2e/util.py b/test/e2e/util.py index b49f3d22..d27ba174 100644 --- a/test/e2e/util.py +++ b/test/e2e/util.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/test_asinfo.sh b/test/test_asinfo.sh index 540654d5..115e7dc6 100755 --- a/test/test_asinfo.sh +++ b/test/test_asinfo.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/__init__.py b/test/unit/__init__.py index b88c17d4..a835f251 100644 --- a/test/unit/__init__.py +++ b/test/unit/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/collectinfo_analyzer/__init__.py b/test/unit/collectinfo_analyzer/__init__.py index b88c17d4..a835f251 100644 --- a/test/unit/collectinfo_analyzer/__init__.py +++ b/test/unit/collectinfo_analyzer/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/collectinfo_analyzer/test_getcontroller.py b/test/unit/collectinfo_analyzer/test_getcontroller.py index 874850b6..15e25dd6 100644 --- a/test/unit/collectinfo_analyzer/test_getcontroller.py +++ b/test/unit/collectinfo_analyzer/test_getcontroller.py @@ -1,4 +1,4 @@ -# Copyright 2023 Aerospike, Inc. +# Copyright 2025 Aerospike, Inc. # # 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/test/unit/health/__init__.py b/test/unit/health/__init__.py index b88c17d4..a835f251 100644 --- a/test/unit/health/__init__.py +++ b/test/unit/health/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/health/test_commands.py b/test/unit/health/test_commands.py index ac15b3fb..3d4ba04e 100644 --- a/test/unit/health/test_commands.py +++ b/test/unit/health/test_commands.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/health/test_healthchecker.py b/test/unit/health/test_healthchecker.py index 392f6d1b..607d592b 100644 --- a/test/unit/health/test_healthchecker.py +++ b/test/unit/health/test_healthchecker.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/health/test_operation.py b/test/unit/health/test_operation.py index 6d7c2581..3bee6aa3 100644 --- a/test/unit/health/test_operation.py +++ b/test/unit/health/test_operation.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/health/test_util.py b/test/unit/health/test_util.py index 2dbc9000..e7fed4e6 100644 --- a/test/unit/health/test_util.py +++ b/test/unit/health/test_util.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/__init__.py b/test/unit/live_cluster/__init__.py index b88c17d4..a835f251 100644 --- a/test/unit/live_cluster/__init__.py +++ b/test/unit/live_cluster/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/__init__.py b/test/unit/live_cluster/client/__init__.py index b88c17d4..a835f251 100644 --- a/test/unit/live_cluster/client/__init__.py +++ b/test/unit/live_cluster/client/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/test_assocket.py b/test/unit/live_cluster/client/test_assocket.py index eb651fbe..5fae7b5f 100644 --- a/test/unit/live_cluster/client/test_assocket.py +++ b/test/unit/live_cluster/client/test_assocket.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/test_cluster.py b/test/unit/live_cluster/client/test_cluster.py index dfdb3314..717e9aad 100644 --- a/test/unit/live_cluster/client/test_cluster.py +++ b/test/unit/live_cluster/client/test_cluster.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/test_config_handler.py b/test/unit/live_cluster/client/test_config_handler.py index c5ed4530..fe723b31 100644 --- a/test/unit/live_cluster/client/test_config_handler.py +++ b/test/unit/live_cluster/client/test_config_handler.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/test_info.py b/test/unit/live_cluster/client/test_info.py index 140120fa..a5a78b64 100644 --- a/test/unit/live_cluster/client/test_info.py +++ b/test/unit/live_cluster/client/test_info.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/test_msgpack.py b/test/unit/live_cluster/client/test_msgpack.py index 1396b617..44dfc7a9 100644 --- a/test/unit/live_cluster/client/test_msgpack.py +++ b/test/unit/live_cluster/client/test_msgpack.py @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Aerospike, Inc. +# Copyright 2022-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/test_node.py b/test/unit/live_cluster/client/test_node.py index 32be4e39..f8b26166 100644 --- a/test/unit/live_cluster/client/test_node.py +++ b/test/unit/live_cluster/client/test_node.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/test_types.py b/test/unit/live_cluster/client/test_types.py index 67bee3f6..6003372d 100644 --- a/test/unit/live_cluster/client/test_types.py +++ b/test/unit/live_cluster/client/test_types.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/client/test_util.py b/test/unit/live_cluster/client/test_util.py index 500c6966..ce6835eb 100644 --- a/test/unit/live_cluster/client/test_util.py +++ b/test/unit/live_cluster/client/test_util.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/test_collectlogs_controller.py b/test/unit/live_cluster/test_collectlogs_controller.py index de4b10b3..f5817e6b 100644 --- a/test/unit/live_cluster/test_collectlogs_controller.py +++ b/test/unit/live_cluster/test_collectlogs_controller.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -66,7 +66,7 @@ async def test_flags(self): await self.controller.execute(line.split()) self.controller._gather_logs.assert_called_once_with( - "/tmp/prefix_collect_logs_20230828_214727/20230828_214727_", + "/tmp/prefix_collect_logs_20250828_214727/20250828_214727_", True, "user", "pwd", @@ -165,7 +165,7 @@ def __init__(self, config): ) self.assertEqual(self.cluster_mock, downloader_mock.cluster) # type: ignore self.assertEqual(factory_mock, downloader_mock.factory) # type: ignore - archive_dir.assert_called_once_with("/tmp/collect_logs_20230828_214727") + archive_dir.assert_called_once_with("/tmp/collect_logs_20250828_214727") summary_mock.assert_called_once_with("log_archive") self.controller.teardown_loggers.assert_called_once() @@ -244,7 +244,7 @@ async def download(self, func): self.logger_mock.error.assert_called_with( "Failed to download logs from some nodes." ) - archive_dir.assert_called_once_with("/tmp/collect_logs_20230828_214727") + archive_dir.assert_called_once_with("/tmp/collect_logs_20250828_214727") summary_mock.assert_called_once_with("log_archive") self.controller.teardown_loggers.assert_called_once() diff --git a/test/unit/live_cluster/test_getcontroller.py b/test/unit/live_cluster/test_getcontroller.py index a6d38ad6..76968871 100644 --- a/test/unit/live_cluster/test_getcontroller.py +++ b/test/unit/live_cluster/test_getcontroller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/test_manage_controller.py b/test/unit/live_cluster/test_manage_controller.py index fa67a80c..9f289a0f 100644 --- a/test/unit/live_cluster/test_manage_controller.py +++ b/test/unit/live_cluster/test_manage_controller.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/live_cluster/test_show_controller.py b/test/unit/live_cluster/test_show_controller.py index 9c2eabcc..c82a9ffd 100644 --- a/test/unit/live_cluster/test_show_controller.py +++ b/test/unit/live_cluster/test_show_controller.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/test_base_controller.py b/test/unit/test_base_controller.py index 6eb2e270..895618be 100644 --- a/test/unit/test_base_controller.py +++ b/test/unit/test_base_controller.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/util.py b/test/unit/util.py index c981ef2a..0f82ab1a 100644 --- a/test/unit/util.py +++ b/test/unit/util.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/utils/__init__.py b/test/unit/utils/__init__.py index b88c17d4..a835f251 100644 --- a/test/unit/utils/__init__.py +++ b/test/unit/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/utils/test_common.py b/test/unit/utils/test_common.py index e8619a9c..7f049371 100644 --- a/test/unit/utils/test_common.py +++ b/test/unit/utils/test_common.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/utils/test_lookup_dict.py b/test/unit/utils/test_lookup_dict.py index 4dcc380c..aa11788d 100644 --- a/test/unit/utils/test_lookup_dict.py +++ b/test/unit/utils/test_lookup_dict.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/utils/test_util.py b/test/unit/utils/test_util.py index df47fad1..02e1856d 100644 --- a/test/unit/utils/test_util.py +++ b/test/unit/utils/test_util.py @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Aerospike, Inc. +# Copyright 2021-2025 Aerospike, Inc. # # 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/test/unit/view/__init__.py b/test/unit/view/__init__.py index b88c17d4..a835f251 100644 --- a/test/unit/view/__init__.py +++ b/test/unit/view/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/view/test_sheet.py b/test/unit/view/test_sheet.py index 74d707de..7b092c64 100644 --- a/test/unit/view/test_sheet.py +++ b/test/unit/view/test_sheet.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # 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/test/unit/view/test_templates.py b/test/unit/view/test_templates.py index 836c9a02..9b05938b 100644 --- a/test/unit/view/test_templates.py +++ b/test/unit/view/test_templates.py @@ -1,4 +1,4 @@ -# Copyright 2023 Aerospike, Inc. +# Copyright 2025 Aerospike, Inc. # # 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/test/unit/view/test_view.py b/test/unit/view/test_view.py index 16c6387f..972c530f 100644 --- a/test/unit/view/test_view.py +++ b/test/unit/view/test_view.py @@ -1,4 +1,4 @@ -# Copyright 2013-2023 Aerospike, Inc. +# Copyright 2013-2025 Aerospike, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -771,7 +771,7 @@ def test_summary_cluster_list_view(self): 10. Memory : Total 1.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) 11. Device : Total 1.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) 12. Pmem : Total 1.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) - 13. License Usage : Latest (2023-10-04T20:35:42+00:00): 2.000 B Min: 3.000 B Max: 4.000 B Avg: 5.000 B + 13. License Usage : Latest (2025-10-04T20:35:42+00:00): 2.000 B Min: 3.000 B Max: 4.000 B Avg: 5.000 B 14. Active Namespaces : 2 of 2 15. Active Features : Compression, Depression @@ -943,7 +943,7 @@ def test_summary_namespace_list_view(self): 6. Memory : Total 5.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) 7. Device : Total 6.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) 8. Pmem : Total 7.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) - 9. License Usage : Latest (2023-10-04T20:35:42+00:00): 2.000 B Min: 3.000 B Max: 4.000 B Avg: 5.000 B + 9. License Usage : Latest (2025-10-04T20:35:42+00:00): 2.000 B Min: 3.000 B Max: 4.000 B Avg: 5.000 B 10. Replication Factor : 1 11. Post-Write-Queue Hit-Rate: 1.000 12. Rack-aware : True @@ -960,7 +960,7 @@ def test_summary_namespace_list_view(self): 6. Memory : Total 5.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) 7. Device : Total 6.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) 8. Pmem : Total 7.000 B, 4.00% used (2.000 B), 5.00% available contiguous space (3.000 B) - 9. License Usage : Latest (2023-10-04T20:35:42+00:00): 2.000 B Min: 3.000 B Max: 4.000 B Avg: 5.000 B + 9. License Usage : Latest (2025-10-04T20:35:42+00:00): 2.000 B Min: 3.000 B Max: 4.000 B Avg: 5.000 B 10. Replication Factor : 1 11. Post-Write-Queue Hit-Rate: 1.000 12. Rack-aware : False