From 96d6ef0bd13f5b419bb55bfff8d9945400657195 Mon Sep 17 00:00:00 2001 From: Alyssa Cote <46540273+AlyssaCote@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:38:01 -0800 Subject: [PATCH] Update license to include 2024 (#485) Updates `Copyright (c) 2021-2023` to `Copyright (c) 2021-2024` in all of the necessary files. --- .github/workflows/build_docs.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run_tests.yml | 2 +- .pylintrc | 2 +- LICENSE.md | 2 +- Makefile | 2 +- conftest.py | 2 +- doc/conf.py | 2 +- docker/dev/Dockerfile | 2 +- docker/docs/dev/Dockerfile | 2 +- docker/prod/Dockerfile | 2 +- docker/testing/Dockerfile | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- setup.py | 2 +- smartsim/__init__.py | 2 +- smartsim/_core/__init__.py | 2 +- smartsim/_core/_cli/__init__.py | 2 +- smartsim/_core/_cli/__main__.py | 2 +- smartsim/_core/_cli/build.py | 2 +- smartsim/_core/_cli/clean.py | 2 +- smartsim/_core/_cli/cli.py | 2 +- smartsim/_core/_cli/dbcli.py | 2 +- smartsim/_core/_cli/site.py | 2 +- smartsim/_core/_cli/utils.py | 2 +- smartsim/_core/_cli/validate.py | 2 +- smartsim/_core/_install/__init__.py | 2 +- smartsim/_core/_install/buildenv.py | 2 +- smartsim/_core/_install/builder.py | 2 +- smartsim/_core/config/__init__.py | 2 +- smartsim/_core/config/config.py | 2 +- smartsim/_core/control/__init__.py | 2 +- smartsim/_core/control/controller.py | 2 +- smartsim/_core/control/job.py | 2 +- smartsim/_core/control/jobmanager.py | 2 +- smartsim/_core/control/manifest.py | 2 +- smartsim/_core/entrypoints/__init__.py | 2 +- smartsim/_core/entrypoints/colocated.py | 2 +- smartsim/_core/entrypoints/indirect.py | 2 +- smartsim/_core/entrypoints/redis.py | 2 +- smartsim/_core/entrypoints/telemetrymonitor.py | 2 +- smartsim/_core/generation/__init__.py | 2 +- smartsim/_core/generation/generator.py | 2 +- smartsim/_core/generation/modelwriter.py | 2 +- smartsim/_core/launcher/__init__.py | 2 +- smartsim/_core/launcher/colocated.py | 2 +- smartsim/_core/launcher/launcher.py | 2 +- smartsim/_core/launcher/local/__init__.py | 2 +- smartsim/_core/launcher/local/local.py | 2 +- smartsim/_core/launcher/lsf/__init__.py | 2 +- smartsim/_core/launcher/lsf/lsfCommands.py | 2 +- smartsim/_core/launcher/lsf/lsfLauncher.py | 2 +- smartsim/_core/launcher/lsf/lsfParser.py | 2 +- smartsim/_core/launcher/pbs/__init__.py | 2 +- smartsim/_core/launcher/pbs/pbsCommands.py | 2 +- smartsim/_core/launcher/pbs/pbsLauncher.py | 2 +- smartsim/_core/launcher/pbs/pbsParser.py | 2 +- smartsim/_core/launcher/slurm/__init__.py | 2 +- smartsim/_core/launcher/slurm/slurmCommands.py | 2 +- smartsim/_core/launcher/slurm/slurmLauncher.py | 2 +- smartsim/_core/launcher/slurm/slurmParser.py | 2 +- smartsim/_core/launcher/step/__init__.py | 2 +- smartsim/_core/launcher/step/alpsStep.py | 2 +- smartsim/_core/launcher/step/localStep.py | 2 +- smartsim/_core/launcher/step/lsfStep.py | 2 +- smartsim/_core/launcher/step/mpiStep.py | 2 +- smartsim/_core/launcher/step/pbsStep.py | 2 +- smartsim/_core/launcher/step/slurmStep.py | 2 +- smartsim/_core/launcher/step/step.py | 2 +- smartsim/_core/launcher/stepInfo.py | 2 +- smartsim/_core/launcher/stepMapping.py | 2 +- smartsim/_core/launcher/taskManager.py | 2 +- smartsim/_core/launcher/util/__init__.py | 2 +- smartsim/_core/launcher/util/launcherUtil.py | 2 +- smartsim/_core/launcher/util/shell.py | 2 +- smartsim/_core/utils/__init__.py | 2 +- smartsim/_core/utils/helpers.py | 2 +- smartsim/_core/utils/network.py | 2 +- smartsim/_core/utils/redis.py | 2 +- smartsim/_core/utils/serialize.py | 2 +- smartsim/database/__init__.py | 2 +- smartsim/database/orchestrator.py | 2 +- smartsim/entity/__init__.py | 2 +- smartsim/entity/dbnode.py | 2 +- smartsim/entity/dbobject.py | 2 +- smartsim/entity/ensemble.py | 2 +- smartsim/entity/entity.py | 2 +- smartsim/entity/entityList.py | 2 +- smartsim/entity/files.py | 2 +- smartsim/entity/model.py | 2 +- smartsim/entity/strategies.py | 2 +- smartsim/error/__init__.py | 2 +- smartsim/error/errors.py | 2 +- smartsim/experiment.py | 2 +- smartsim/log.py | 2 +- smartsim/ml/__init__.py | 2 +- smartsim/ml/data.py | 2 +- smartsim/ml/tf/__init__.py | 2 +- smartsim/ml/tf/data.py | 2 +- smartsim/ml/tf/utils.py | 2 +- smartsim/ml/torch/__init__.py | 2 +- smartsim/ml/torch/data.py | 2 +- smartsim/servertype.py | 2 +- smartsim/settings/__init__.py | 2 +- smartsim/settings/alpsSettings.py | 2 +- smartsim/settings/base.py | 2 +- smartsim/settings/containers.py | 2 +- smartsim/settings/lsfSettings.py | 2 +- smartsim/settings/mpiSettings.py | 2 +- smartsim/settings/mpirunSettings.py | 2 +- smartsim/settings/palsSettings.py | 2 +- smartsim/settings/pbsSettings.py | 2 +- smartsim/settings/settings.py | 2 +- smartsim/settings/slurmSettings.py | 2 +- smartsim/slurm.py | 2 +- smartsim/status.py | 2 +- smartsim/wlm/__init__.py | 2 +- smartsim/wlm/pbs.py | 2 +- smartsim/wlm/slurm.py | 2 +- tests/__init__.py | 2 +- tests/backends/run_sklearn_onnx.py | 2 +- tests/backends/run_tf.py | 2 +- tests/backends/run_torch.py | 2 +- tests/backends/test_cli_mini_exp.py | 2 +- tests/backends/test_dataloader.py | 2 +- tests/backends/test_dbmodel.py | 2 +- tests/backends/test_dbscript.py | 2 +- tests/backends/test_onnx.py | 2 +- tests/backends/test_tf.py | 2 +- tests/backends/test_torch.py | 2 +- tests/full_wlm/test_generic_batch_launch.py | 2 +- tests/full_wlm/test_generic_orc_launch_batch.py | 2 +- tests/full_wlm/test_mpmd.py | 2 +- tests/full_wlm/test_slurm_allocation.py | 2 +- tests/full_wlm/test_wlm_helper_functions.py | 2 +- tests/install/test_buildenv.py | 2 +- tests/install/test_builder.py | 2 +- tests/on_wlm/test_base_settings_on_wlm.py | 2 +- tests/on_wlm/test_colocated_model.py | 2 +- tests/on_wlm/test_containers_wlm.py | 2 +- tests/on_wlm/test_generic_orc_launch.py | 2 +- tests/on_wlm/test_het_job.py | 2 +- tests/on_wlm/test_launch_errors.py | 2 +- tests/on_wlm/test_launch_ompi_lsf.py | 2 +- tests/on_wlm/test_local_step.py | 2 +- tests/on_wlm/test_restart.py | 2 +- tests/on_wlm/test_simple_base_settings_on_wlm.py | 2 +- tests/on_wlm/test_simple_entity_launch.py | 2 +- tests/on_wlm/test_slurm_commands.py | 2 +- tests/on_wlm/test_stop.py | 2 +- tests/on_wlm/test_wlm_orc_config_settings.py | 2 +- tests/test_alps_settings.py | 2 +- tests/test_batch_settings.py | 2 +- tests/test_cli.py | 2 +- tests/test_colo_model_local.py | 2 +- tests/test_colo_model_lsf.py | 2 +- tests/test_config.py | 2 +- tests/test_configs/bad.py | 2 +- tests/test_configs/check_dirs.py | 2 +- tests/test_configs/echo.py | 2 +- .../generator_files/circular_config/sub_dir/hello.sh | 2 +- tests/test_configs/generator_files/multi_tags_template.sh | 2 +- tests/test_configs/generator_files/test_dir/test.in | 2 +- tests/test_configs/hw_mpi.c | 2 +- tests/test_configs/incoming_entities_reader.py | 2 +- tests/test_configs/ml/training_service_torch.py | 2 +- tests/test_configs/mpi_impl_stubs/openmpi4/mpiexec | 2 +- tests/test_configs/mpi_impl_stubs/openmpi4/mpirun | 2 +- tests/test_configs/mpi_impl_stubs/openmpi4/orterun | 2 +- tests/test_configs/mpi_impl_stubs/pals/mpiexec | 2 +- tests/test_configs/mpi_impl_stubs/slurm/mpiexec | 2 +- tests/test_configs/reconnect_node.py | 2 +- tests/test_configs/reconnect_sim.py | 2 +- tests/test_configs/run_dbscript_smartredis.py | 2 +- tests/test_configs/run_pt_dbmodel_smartredis.py | 2 +- tests/test_configs/run_tf_dbmodel_smartredis.py | 2 +- tests/test_configs/send_data.py | 2 +- tests/test_configs/send_data_local_smartredis.py | 2 +- tests/test_configs/sleep.py | 2 +- tests/test_configs/torchscript.py | 2 +- tests/test_containers.py | 2 +- tests/test_controller.py | 2 +- tests/test_controller_errors.py | 2 +- tests/test_dbnode.py | 2 +- tests/test_ensemble.py | 2 +- tests/test_entitylist.py | 2 +- tests/test_experiment.py | 2 +- tests/test_generator.py | 2 +- tests/test_helpers.py | 2 +- tests/test_indirect.py | 2 +- tests/test_init.py | 2 +- tests/test_interrupt.py | 2 +- tests/test_launch_errors.py | 2 +- tests/test_local_launch.py | 2 +- tests/test_local_multi_run.py | 2 +- tests/test_local_restart.py | 2 +- tests/test_logs.py | 2 +- tests/test_lsf_parser.py | 2 +- tests/test_lsf_settings.py | 2 +- tests/test_manifest.py | 2 +- tests/test_model.py | 2 +- tests/test_modelwriter.py | 2 +- tests/test_mpi_settings.py | 2 +- tests/test_multidb.py | 2 +- tests/test_orc_config_settings.py | 2 +- tests/test_orchestrator.py | 2 +- tests/test_pals_settings.py | 2 +- tests/test_pbs_parser.py | 2 +- tests/test_pbs_settings.py | 2 +- tests/test_reconnect_orchestrator.py | 2 +- tests/test_run_settings.py | 2 +- tests/test_serialize.py | 2 +- tests/test_shell_util.py | 2 +- tests/test_slurm_get_alloc.py | 2 +- tests/test_slurm_parser.py | 2 +- tests/test_slurm_settings.py | 2 +- tests/test_slurm_validation.py | 2 +- tests/test_smartredis.py | 2 +- tests/test_step_info.py | 2 +- tests/test_telemetry_monitor.py | 2 +- 220 files changed, 220 insertions(+), 220 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 8bf761964..714eb3819 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -1,7 +1,7 @@ # # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9e57ec50..ad9a55e03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ # # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index e45fe5eff..79466b902 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -1,7 +1,7 @@ # # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/.pylintrc b/.pylintrc index da0886ba2..f2fa17bab 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023 Hewlett Packard Enterprise +# Copyright (c) 2021-2024 Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/LICENSE.md b/LICENSE.md index 9312d5762..7e5e1594b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2021-2023, Hewlett Packard Enterprise +Copyright (c) 2021-2024, Hewlett Packard Enterprise All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile b/Makefile index 4f0baf6ef..371c4fee5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/conftest.py b/conftest.py index fa1c888b9..b5a4fd70b 100644 --- a/conftest.py +++ b/conftest.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/doc/conf.py b/doc/conf.py index 7817d2f2e..0490d148b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = 'SmartSim' -copyright = '2021-2023, Hewlett Packard Enterprise' +copyright = '2021-2024, Hewlett Packard Enterprise' author = 'Cray Labs' try: diff --git a/docker/dev/Dockerfile b/docker/dev/Dockerfile index 6a5f82642..c643787c3 100644 --- a/docker/dev/Dockerfile +++ b/docker/dev/Dockerfile @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/docker/docs/dev/Dockerfile b/docker/docs/dev/Dockerfile index eee809910..eff99de36 100644 --- a/docker/docs/dev/Dockerfile +++ b/docker/docs/dev/Dockerfile @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile index 628d9af60..6fadbc7f9 100644 --- a/docker/prod/Dockerfile +++ b/docker/prod/Dockerfile @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/docker/testing/Dockerfile b/docker/testing/Dockerfile index 1b59e0046..9c247c320 100644 --- a/docker/testing/Dockerfile +++ b/docker/testing/Dockerfile @@ -2,7 +2,7 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/pyproject.toml b/pyproject.toml index 8c5e25a29..4415c63ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/setup.cfg b/setup.cfg index eeac3fbe3..5fdfa82ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/setup.py b/setup.py index dd91d444a..bc7cf60d6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/__init__.py b/smartsim/__init__.py index d3f5062b8..7c1fa2fe0 100644 --- a/smartsim/__init__.py +++ b/smartsim/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/__init__.py b/smartsim/_core/__init__.py index b835c7a0e..bbc108f48 100644 --- a/smartsim/_core/__init__.py +++ b/smartsim/_core/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/__init__.py b/smartsim/_core/_cli/__init__.py index bf6fd954c..efe03908e 100644 --- a/smartsim/_core/_cli/__init__.py +++ b/smartsim/_core/_cli/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/__main__.py b/smartsim/_core/_cli/__main__.py index 47df07048..66a50095a 100644 --- a/smartsim/_core/_cli/__main__.py +++ b/smartsim/_core/_cli/__main__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/build.py b/smartsim/_core/_cli/build.py index ecad43fd0..881017fcb 100644 --- a/smartsim/_core/_cli/build.py +++ b/smartsim/_core/_cli/build.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/clean.py b/smartsim/_core/_cli/clean.py index d8a85f8a9..50e267d80 100644 --- a/smartsim/_core/_cli/clean.py +++ b/smartsim/_core/_cli/clean.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/cli.py b/smartsim/_core/_cli/cli.py index ef4c113e1..3cad573d1 100644 --- a/smartsim/_core/_cli/cli.py +++ b/smartsim/_core/_cli/cli.py @@ -2,7 +2,7 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/dbcli.py b/smartsim/_core/_cli/dbcli.py index ce0975bc4..733c2fe4d 100644 --- a/smartsim/_core/_cli/dbcli.py +++ b/smartsim/_core/_cli/dbcli.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/site.py b/smartsim/_core/_cli/site.py index c86e0341b..386f642c0 100644 --- a/smartsim/_core/_cli/site.py +++ b/smartsim/_core/_cli/site.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/utils.py b/smartsim/_core/_cli/utils.py index e31d0aed2..8bf0984df 100644 --- a/smartsim/_core/_cli/utils.py +++ b/smartsim/_core/_cli/utils.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_cli/validate.py b/smartsim/_core/_cli/validate.py index 5794e768f..8ea40ae00 100644 --- a/smartsim/_core/_cli/validate.py +++ b/smartsim/_core/_cli/validate.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_install/__init__.py b/smartsim/_core/_install/__init__.py index bf6fd954c..efe03908e 100644 --- a/smartsim/_core/_install/__init__.py +++ b/smartsim/_core/_install/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_install/buildenv.py b/smartsim/_core/_install/buildenv.py index f8e2b5a37..62e59b8c6 100644 --- a/smartsim/_core/_install/buildenv.py +++ b/smartsim/_core/_install/buildenv.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/_install/builder.py b/smartsim/_core/_install/builder.py index fa8abf4fa..238cfdb16 100644 --- a/smartsim/_core/_install/builder.py +++ b/smartsim/_core/_install/builder.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/config/__init__.py b/smartsim/_core/config/__init__.py index 97e3caf18..1637d6a2f 100644 --- a/smartsim/_core/config/__init__.py +++ b/smartsim/_core/config/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/config/config.py b/smartsim/_core/config/config.py index 832790116..42a548c42 100644 --- a/smartsim/_core/config/config.py +++ b/smartsim/_core/config/config.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/control/__init__.py b/smartsim/_core/control/__init__.py index 2a89c04b5..0acd80650 100644 --- a/smartsim/_core/control/__init__.py +++ b/smartsim/_core/control/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/control/controller.py b/smartsim/_core/control/controller.py index a79f0e347..3b673970a 100644 --- a/smartsim/_core/control/controller.py +++ b/smartsim/_core/control/controller.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/control/job.py b/smartsim/_core/control/job.py index aa4ecce76..f3bd8cf3a 100644 --- a/smartsim/_core/control/job.py +++ b/smartsim/_core/control/job.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/control/jobmanager.py b/smartsim/_core/control/jobmanager.py index 87021a6a3..e482b9951 100644 --- a/smartsim/_core/control/jobmanager.py +++ b/smartsim/_core/control/jobmanager.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/control/manifest.py b/smartsim/_core/control/manifest.py index f1835b96e..25037540c 100644 --- a/smartsim/_core/control/manifest.py +++ b/smartsim/_core/control/manifest.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/entrypoints/__init__.py b/smartsim/_core/entrypoints/__init__.py index bf6fd954c..efe03908e 100644 --- a/smartsim/_core/entrypoints/__init__.py +++ b/smartsim/_core/entrypoints/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/entrypoints/colocated.py b/smartsim/_core/entrypoints/colocated.py index 332d6e019..600ae2ff3 100644 --- a/smartsim/_core/entrypoints/colocated.py +++ b/smartsim/_core/entrypoints/colocated.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023 Hewlett Packard Enterprise +# Copyright (c) 2021-2024 Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/entrypoints/indirect.py b/smartsim/_core/entrypoints/indirect.py index 18d27601f..f94ad6e61 100644 --- a/smartsim/_core/entrypoints/indirect.py +++ b/smartsim/_core/entrypoints/indirect.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023 Hewlett Packard Enterprise +# Copyright (c) 2021-2024 Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/entrypoints/redis.py b/smartsim/_core/entrypoints/redis.py index ef9911829..018fc26fd 100644 --- a/smartsim/_core/entrypoints/redis.py +++ b/smartsim/_core/entrypoints/redis.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023 Hewlett Packard Enterprise +# Copyright (c) 2021-2024 Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/entrypoints/telemetrymonitor.py b/smartsim/_core/entrypoints/telemetrymonitor.py index ead72aa9b..115528bf4 100644 --- a/smartsim/_core/entrypoints/telemetrymonitor.py +++ b/smartsim/_core/entrypoints/telemetrymonitor.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023 Hewlett Packard Enterprise +# Copyright (c) 2021-2024 Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/generation/__init__.py b/smartsim/_core/generation/__init__.py index 10470e2d5..5224f8498 100644 --- a/smartsim/_core/generation/__init__.py +++ b/smartsim/_core/generation/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/generation/generator.py b/smartsim/_core/generation/generator.py index 79cea06b7..502753df7 100644 --- a/smartsim/_core/generation/generator.py +++ b/smartsim/_core/generation/generator.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/generation/modelwriter.py b/smartsim/_core/generation/modelwriter.py index 0cf071082..3062ea1db 100644 --- a/smartsim/_core/generation/modelwriter.py +++ b/smartsim/_core/generation/modelwriter.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/__init__.py b/smartsim/_core/launcher/__init__.py index d7c68bfb6..0c4001cd4 100644 --- a/smartsim/_core/launcher/__init__.py +++ b/smartsim/_core/launcher/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/colocated.py b/smartsim/_core/launcher/colocated.py index ea331023c..11d26b141 100644 --- a/smartsim/_core/launcher/colocated.py +++ b/smartsim/_core/launcher/colocated.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023 Hewlett Packard Enterprise +# Copyright (c) 2021-2024 Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/launcher.py b/smartsim/_core/launcher/launcher.py index 61f0460f9..80000c22f 100644 --- a/smartsim/_core/launcher/launcher.py +++ b/smartsim/_core/launcher/launcher.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/local/__init__.py b/smartsim/_core/launcher/local/__init__.py index bf6fd954c..efe03908e 100644 --- a/smartsim/_core/launcher/local/__init__.py +++ b/smartsim/_core/launcher/local/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/local/local.py b/smartsim/_core/launcher/local/local.py index fee058d16..96778ec0d 100644 --- a/smartsim/_core/launcher/local/local.py +++ b/smartsim/_core/launcher/local/local.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/lsf/__init__.py b/smartsim/_core/launcher/lsf/__init__.py index bf6fd954c..efe03908e 100644 --- a/smartsim/_core/launcher/lsf/__init__.py +++ b/smartsim/_core/launcher/lsf/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/lsf/lsfCommands.py b/smartsim/_core/launcher/lsf/lsfCommands.py index 99836fa7a..d6d0ee031 100644 --- a/smartsim/_core/launcher/lsf/lsfCommands.py +++ b/smartsim/_core/launcher/lsf/lsfCommands.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/lsf/lsfLauncher.py b/smartsim/_core/launcher/lsf/lsfLauncher.py index c2f432807..a8b6fafdb 100644 --- a/smartsim/_core/launcher/lsf/lsfLauncher.py +++ b/smartsim/_core/launcher/lsf/lsfLauncher.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/lsf/lsfParser.py b/smartsim/_core/launcher/lsf/lsfParser.py index fff49c57e..33837d2bd 100644 --- a/smartsim/_core/launcher/lsf/lsfParser.py +++ b/smartsim/_core/launcher/lsf/lsfParser.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/pbs/__init__.py b/smartsim/_core/launcher/pbs/__init__.py index bf6fd954c..efe03908e 100644 --- a/smartsim/_core/launcher/pbs/__init__.py +++ b/smartsim/_core/launcher/pbs/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/pbs/pbsCommands.py b/smartsim/_core/launcher/pbs/pbsCommands.py index 0fdd06f7b..f738ef1f8 100644 --- a/smartsim/_core/launcher/pbs/pbsCommands.py +++ b/smartsim/_core/launcher/pbs/pbsCommands.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/pbs/pbsLauncher.py b/smartsim/_core/launcher/pbs/pbsLauncher.py index 1b77ffd81..0b2f85e95 100644 --- a/smartsim/_core/launcher/pbs/pbsLauncher.py +++ b/smartsim/_core/launcher/pbs/pbsLauncher.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/pbs/pbsParser.py b/smartsim/_core/launcher/pbs/pbsParser.py index 426166342..362577595 100644 --- a/smartsim/_core/launcher/pbs/pbsParser.py +++ b/smartsim/_core/launcher/pbs/pbsParser.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/slurm/__init__.py b/smartsim/_core/launcher/slurm/__init__.py index bf6fd954c..efe03908e 100644 --- a/smartsim/_core/launcher/slurm/__init__.py +++ b/smartsim/_core/launcher/slurm/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/slurm/slurmCommands.py b/smartsim/_core/launcher/slurm/slurmCommands.py index ecf545b91..2e37f1d79 100644 --- a/smartsim/_core/launcher/slurm/slurmCommands.py +++ b/smartsim/_core/launcher/slurm/slurmCommands.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/slurm/slurmLauncher.py b/smartsim/_core/launcher/slurm/slurmLauncher.py index cba8df4f1..e939a63db 100644 --- a/smartsim/_core/launcher/slurm/slurmLauncher.py +++ b/smartsim/_core/launcher/slurm/slurmLauncher.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/slurm/slurmParser.py b/smartsim/_core/launcher/slurm/slurmParser.py index bfea06efb..ede687eb6 100644 --- a/smartsim/_core/launcher/slurm/slurmParser.py +++ b/smartsim/_core/launcher/slurm/slurmParser.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/step/__init__.py b/smartsim/_core/launcher/step/__init__.py index 2b5f106cb..663edb682 100644 --- a/smartsim/_core/launcher/step/__init__.py +++ b/smartsim/_core/launcher/step/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/step/alpsStep.py b/smartsim/_core/launcher/step/alpsStep.py index 9629ee3d5..61ca5eee8 100644 --- a/smartsim/_core/launcher/step/alpsStep.py +++ b/smartsim/_core/launcher/step/alpsStep.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/step/localStep.py b/smartsim/_core/launcher/step/localStep.py index 2f10bc79d..968152a41 100644 --- a/smartsim/_core/launcher/step/localStep.py +++ b/smartsim/_core/launcher/step/localStep.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/step/lsfStep.py b/smartsim/_core/launcher/step/lsfStep.py index 953ab9c45..1c88dadb8 100644 --- a/smartsim/_core/launcher/step/lsfStep.py +++ b/smartsim/_core/launcher/step/lsfStep.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/step/mpiStep.py b/smartsim/_core/launcher/step/mpiStep.py index 7bbeed03b..785d55e92 100644 --- a/smartsim/_core/launcher/step/mpiStep.py +++ b/smartsim/_core/launcher/step/mpiStep.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/step/pbsStep.py b/smartsim/_core/launcher/step/pbsStep.py index 9218894f9..65dac3225 100644 --- a/smartsim/_core/launcher/step/pbsStep.py +++ b/smartsim/_core/launcher/step/pbsStep.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/step/slurmStep.py b/smartsim/_core/launcher/step/slurmStep.py index cb0db483b..7baab891b 100644 --- a/smartsim/_core/launcher/step/slurmStep.py +++ b/smartsim/_core/launcher/step/slurmStep.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/step/step.py b/smartsim/_core/launcher/step/step.py index 74b0f4fdf..ddb95a850 100644 --- a/smartsim/_core/launcher/step/step.py +++ b/smartsim/_core/launcher/step/step.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/stepInfo.py b/smartsim/_core/launcher/stepInfo.py index a1f500fc1..56b5218fc 100644 --- a/smartsim/_core/launcher/stepInfo.py +++ b/smartsim/_core/launcher/stepInfo.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/stepMapping.py b/smartsim/_core/launcher/stepMapping.py index 665404b1b..15c93470f 100644 --- a/smartsim/_core/launcher/stepMapping.py +++ b/smartsim/_core/launcher/stepMapping.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/taskManager.py b/smartsim/_core/launcher/taskManager.py index a56cf8a1e..84123944e 100644 --- a/smartsim/_core/launcher/taskManager.py +++ b/smartsim/_core/launcher/taskManager.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/util/__init__.py b/smartsim/_core/launcher/util/__init__.py index bf6fd954c..efe03908e 100644 --- a/smartsim/_core/launcher/util/__init__.py +++ b/smartsim/_core/launcher/util/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/util/launcherUtil.py b/smartsim/_core/launcher/util/launcherUtil.py index 9fcd973e3..a24d69e49 100644 --- a/smartsim/_core/launcher/util/launcherUtil.py +++ b/smartsim/_core/launcher/util/launcherUtil.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/launcher/util/shell.py b/smartsim/_core/launcher/util/shell.py index 1fc243c15..c747bacbc 100644 --- a/smartsim/_core/launcher/util/shell.py +++ b/smartsim/_core/launcher/util/shell.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/utils/__init__.py b/smartsim/_core/utils/__init__.py index e1123321b..cb9395881 100644 --- a/smartsim/_core/utils/__init__.py +++ b/smartsim/_core/utils/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/utils/helpers.py b/smartsim/_core/utils/helpers.py index 8d7edf722..27059e320 100644 --- a/smartsim/_core/utils/helpers.py +++ b/smartsim/_core/utils/helpers.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/utils/network.py b/smartsim/_core/utils/network.py index f18be208e..69eeb3e1b 100644 --- a/smartsim/_core/utils/network.py +++ b/smartsim/_core/utils/network.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023 Hewlett Packard Enterprise +# Copyright (c) 2021-2024 Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/utils/redis.py b/smartsim/_core/utils/redis.py index 7d76aa1bd..3bcf1c1f2 100644 --- a/smartsim/_core/utils/redis.py +++ b/smartsim/_core/utils/redis.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/_core/utils/serialize.py b/smartsim/_core/utils/serialize.py index 7bbfebe91..69840b838 100644 --- a/smartsim/_core/utils/serialize.py +++ b/smartsim/_core/utils/serialize.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/database/__init__.py b/smartsim/database/__init__.py index f16cf7703..106f8e1e2 100644 --- a/smartsim/database/__init__.py +++ b/smartsim/database/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/database/orchestrator.py b/smartsim/database/orchestrator.py index e586bee1c..431cb43c5 100644 --- a/smartsim/database/orchestrator.py +++ b/smartsim/database/orchestrator.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/__init__.py b/smartsim/entity/__init__.py index 4ec28f2d4..4566cd76f 100644 --- a/smartsim/entity/__init__.py +++ b/smartsim/entity/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/dbnode.py b/smartsim/entity/dbnode.py index 403984d16..9b67687f0 100644 --- a/smartsim/entity/dbnode.py +++ b/smartsim/entity/dbnode.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/dbobject.py b/smartsim/entity/dbobject.py index 368864b40..0a495f066 100644 --- a/smartsim/entity/dbobject.py +++ b/smartsim/entity/dbobject.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/ensemble.py b/smartsim/entity/ensemble.py index 74bdcfba4..ebfe16f69 100644 --- a/smartsim/entity/ensemble.py +++ b/smartsim/entity/ensemble.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/entity.py b/smartsim/entity/entity.py index 0d126c907..46202ca6a 100644 --- a/smartsim/entity/entity.py +++ b/smartsim/entity/entity.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/entityList.py b/smartsim/entity/entityList.py index 4eaf3faa0..6d958bda6 100644 --- a/smartsim/entity/entityList.py +++ b/smartsim/entity/entityList.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/files.py b/smartsim/entity/files.py index 3aae9402b..9c282b94e 100644 --- a/smartsim/entity/files.py +++ b/smartsim/entity/files.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/model.py b/smartsim/entity/model.py index 2b380a32b..c7b8731c2 100644 --- a/smartsim/entity/model.py +++ b/smartsim/entity/model.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/entity/strategies.py b/smartsim/entity/strategies.py index e9db30c8f..2af88b58e 100644 --- a/smartsim/entity/strategies.py +++ b/smartsim/entity/strategies.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/error/__init__.py b/smartsim/error/__init__.py index a04f5d91e..4268905e6 100644 --- a/smartsim/error/__init__.py +++ b/smartsim/error/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/error/errors.py b/smartsim/error/errors.py index d71ae3f71..9a6954907 100644 --- a/smartsim/error/errors.py +++ b/smartsim/error/errors.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/experiment.py b/smartsim/experiment.py index b81e6bae1..9fcc7b13e 100644 --- a/smartsim/experiment.py +++ b/smartsim/experiment.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/log.py b/smartsim/log.py index eb4af0611..55cb88afb 100644 --- a/smartsim/log.py +++ b/smartsim/log.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/ml/__init__.py b/smartsim/ml/__init__.py index 84fd06b57..eb74c5957 100644 --- a/smartsim/ml/__init__.py +++ b/smartsim/ml/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/ml/data.py b/smartsim/ml/data.py index 4a28c7bb9..4cdc27c06 100644 --- a/smartsim/ml/data.py +++ b/smartsim/ml/data.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/ml/tf/__init__.py b/smartsim/ml/tf/__init__.py index 2f6646dbd..eb3cb565e 100644 --- a/smartsim/ml/tf/__init__.py +++ b/smartsim/ml/tf/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/ml/tf/data.py b/smartsim/ml/tf/data.py index c5e93261c..ffc969551 100644 --- a/smartsim/ml/tf/data.py +++ b/smartsim/ml/tf/data.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/ml/tf/utils.py b/smartsim/ml/tf/utils.py index c8018ac32..69c8e2580 100644 --- a/smartsim/ml/tf/utils.py +++ b/smartsim/ml/tf/utils.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/ml/torch/__init__.py b/smartsim/ml/torch/__init__.py index b90a6ffdb..fcc0f2a1f 100644 --- a/smartsim/ml/torch/__init__.py +++ b/smartsim/ml/torch/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/ml/torch/data.py b/smartsim/ml/torch/data.py index 166a29e05..c6a8e6eac 100644 --- a/smartsim/ml/torch/data.py +++ b/smartsim/ml/torch/data.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/servertype.py b/smartsim/servertype.py index a83149c23..06d0bc8e5 100644 --- a/smartsim/servertype.py +++ b/smartsim/servertype.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/__init__.py b/smartsim/settings/__init__.py index a3f1eeaed..d417c9ef8 100644 --- a/smartsim/settings/__init__.py +++ b/smartsim/settings/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/alpsSettings.py b/smartsim/settings/alpsSettings.py index c3df1fb74..5357312a5 100644 --- a/smartsim/settings/alpsSettings.py +++ b/smartsim/settings/alpsSettings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/base.py b/smartsim/settings/base.py index c4eefc780..284d435c0 100644 --- a/smartsim/settings/base.py +++ b/smartsim/settings/base.py @@ -1,5 +1,5 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/containers.py b/smartsim/settings/containers.py index 6d5a72f80..bdba1ce88 100644 --- a/smartsim/settings/containers.py +++ b/smartsim/settings/containers.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/lsfSettings.py b/smartsim/settings/lsfSettings.py index 11785f7b7..32902c8c6 100644 --- a/smartsim/settings/lsfSettings.py +++ b/smartsim/settings/lsfSettings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/mpiSettings.py b/smartsim/settings/mpiSettings.py index 5b6b520e3..ce132bcc5 100644 --- a/smartsim/settings/mpiSettings.py +++ b/smartsim/settings/mpiSettings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/mpirunSettings.py b/smartsim/settings/mpirunSettings.py index b290e2355..994d62bba 100644 --- a/smartsim/settings/mpirunSettings.py +++ b/smartsim/settings/mpirunSettings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/palsSettings.py b/smartsim/settings/palsSettings.py index bcfee1ff1..e43cd9466 100644 --- a/smartsim/settings/palsSettings.py +++ b/smartsim/settings/palsSettings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/pbsSettings.py b/smartsim/settings/pbsSettings.py index 0a4b0868a..19a58b11c 100644 --- a/smartsim/settings/pbsSettings.py +++ b/smartsim/settings/pbsSettings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/settings.py b/smartsim/settings/settings.py index cb48790f9..6e6172507 100644 --- a/smartsim/settings/settings.py +++ b/smartsim/settings/settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/settings/slurmSettings.py b/smartsim/settings/slurmSettings.py index 09689366e..935a8df39 100644 --- a/smartsim/settings/slurmSettings.py +++ b/smartsim/settings/slurmSettings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/slurm.py b/smartsim/slurm.py index 105800a14..6a32d0213 100644 --- a/smartsim/slurm.py +++ b/smartsim/slurm.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/status.py b/smartsim/status.py index 74d440b8e..409ec8c1a 100644 --- a/smartsim/status.py +++ b/smartsim/status.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/wlm/__init__.py b/smartsim/wlm/__init__.py index fd694f5f2..3a82a81e5 100644 --- a/smartsim/wlm/__init__.py +++ b/smartsim/wlm/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/wlm/pbs.py b/smartsim/wlm/pbs.py index 995ba5fc9..eda5baf24 100644 --- a/smartsim/wlm/pbs.py +++ b/smartsim/wlm/pbs.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/smartsim/wlm/slurm.py b/smartsim/wlm/slurm.py index 4fbe5a96f..9308eea98 100644 --- a/smartsim/wlm/slurm.py +++ b/smartsim/wlm/slurm.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/__init__.py b/tests/__init__.py index bf6fd954c..efe03908e 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/run_sklearn_onnx.py b/tests/backends/run_sklearn_onnx.py index d4377bbde..f10c8c7fb 100644 --- a/tests/backends/run_sklearn_onnx.py +++ b/tests/backends/run_sklearn_onnx.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/run_tf.py b/tests/backends/run_tf.py index c9cf0ee04..ec5d0142b 100644 --- a/tests/backends/run_tf.py +++ b/tests/backends/run_tf.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/run_torch.py b/tests/backends/run_torch.py index d57cfad9d..6e9ba2859 100644 --- a/tests/backends/run_torch.py +++ b/tests/backends/run_torch.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/test_cli_mini_exp.py b/tests/backends/test_cli_mini_exp.py index 7c793e915..f02f44270 100644 --- a/tests/backends/test_cli_mini_exp.py +++ b/tests/backends/test_cli_mini_exp.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/test_dataloader.py b/tests/backends/test_dataloader.py index 37c4296ef..d02f3f33c 100644 --- a/tests/backends/test_dataloader.py +++ b/tests/backends/test_dataloader.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/test_dbmodel.py b/tests/backends/test_dbmodel.py index 84e708f76..136adc4d1 100644 --- a/tests/backends/test_dbmodel.py +++ b/tests/backends/test_dbmodel.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/test_dbscript.py b/tests/backends/test_dbscript.py index e6cacd4d0..ddf1fa344 100644 --- a/tests/backends/test_dbscript.py +++ b/tests/backends/test_dbscript.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/test_onnx.py b/tests/backends/test_onnx.py index 19c40017e..7c0e97e41 100644 --- a/tests/backends/test_onnx.py +++ b/tests/backends/test_onnx.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/test_tf.py b/tests/backends/test_tf.py index 06c148a95..af04c89cb 100644 --- a/tests/backends/test_tf.py +++ b/tests/backends/test_tf.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/backends/test_torch.py b/tests/backends/test_torch.py index 71a63adb9..76a989a2e 100644 --- a/tests/backends/test_torch.py +++ b/tests/backends/test_torch.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/full_wlm/test_generic_batch_launch.py b/tests/full_wlm/test_generic_batch_launch.py index 1b35730e3..c69b1746a 100644 --- a/tests/full_wlm/test_generic_batch_launch.py +++ b/tests/full_wlm/test_generic_batch_launch.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/full_wlm/test_generic_orc_launch_batch.py b/tests/full_wlm/test_generic_orc_launch_batch.py index 6e445c298..058aef895 100644 --- a/tests/full_wlm/test_generic_orc_launch_batch.py +++ b/tests/full_wlm/test_generic_orc_launch_batch.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/full_wlm/test_mpmd.py b/tests/full_wlm/test_mpmd.py index 576c2628f..7f6cc2ea2 100644 --- a/tests/full_wlm/test_mpmd.py +++ b/tests/full_wlm/test_mpmd.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/full_wlm/test_slurm_allocation.py b/tests/full_wlm/test_slurm_allocation.py index 76867d3dd..95de1f426 100644 --- a/tests/full_wlm/test_slurm_allocation.py +++ b/tests/full_wlm/test_slurm_allocation.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/full_wlm/test_wlm_helper_functions.py b/tests/full_wlm/test_wlm_helper_functions.py index 452d10419..5723939f5 100644 --- a/tests/full_wlm/test_wlm_helper_functions.py +++ b/tests/full_wlm/test_wlm_helper_functions.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/install/test_buildenv.py b/tests/install/test_buildenv.py index d362ca1dd..21b9a49b8 100644 --- a/tests/install/test_buildenv.py +++ b/tests/install/test_buildenv.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/install/test_builder.py b/tests/install/test_builder.py index f6ad93b71..613879a20 100644 --- a/tests/install/test_builder.py +++ b/tests/install/test_builder.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_base_settings_on_wlm.py b/tests/on_wlm/test_base_settings_on_wlm.py index d75cc635f..0b31eedd2 100644 --- a/tests/on_wlm/test_base_settings_on_wlm.py +++ b/tests/on_wlm/test_base_settings_on_wlm.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_colocated_model.py b/tests/on_wlm/test_colocated_model.py index fa05eb513..8baf74bf4 100644 --- a/tests/on_wlm/test_colocated_model.py +++ b/tests/on_wlm/test_colocated_model.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_containers_wlm.py b/tests/on_wlm/test_containers_wlm.py index 198a92f43..8dc4baae0 100644 --- a/tests/on_wlm/test_containers_wlm.py +++ b/tests/on_wlm/test_containers_wlm.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_generic_orc_launch.py b/tests/on_wlm/test_generic_orc_launch.py index ab100d1a7..6cf1c3918 100644 --- a/tests/on_wlm/test_generic_orc_launch.py +++ b/tests/on_wlm/test_generic_orc_launch.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_het_job.py b/tests/on_wlm/test_het_job.py index e8f20d1ee..5a039a7c9 100644 --- a/tests/on_wlm/test_het_job.py +++ b/tests/on_wlm/test_het_job.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_launch_errors.py b/tests/on_wlm/test_launch_errors.py index 7281cb568..905d96f54 100644 --- a/tests/on_wlm/test_launch_errors.py +++ b/tests/on_wlm/test_launch_errors.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_launch_ompi_lsf.py b/tests/on_wlm/test_launch_ompi_lsf.py index ed082d22e..ed5de291b 100644 --- a/tests/on_wlm/test_launch_ompi_lsf.py +++ b/tests/on_wlm/test_launch_ompi_lsf.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_local_step.py b/tests/on_wlm/test_local_step.py index 02e619ebf..4e5f45e0b 100644 --- a/tests/on_wlm/test_local_step.py +++ b/tests/on_wlm/test_local_step.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_restart.py b/tests/on_wlm/test_restart.py index b1997961d..42bbe752c 100644 --- a/tests/on_wlm/test_restart.py +++ b/tests/on_wlm/test_restart.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_simple_base_settings_on_wlm.py b/tests/on_wlm/test_simple_base_settings_on_wlm.py index 42186bc89..1611781eb 100644 --- a/tests/on_wlm/test_simple_base_settings_on_wlm.py +++ b/tests/on_wlm/test_simple_base_settings_on_wlm.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_simple_entity_launch.py b/tests/on_wlm/test_simple_entity_launch.py index a05d7be0f..1ecc27442 100644 --- a/tests/on_wlm/test_simple_entity_launch.py +++ b/tests/on_wlm/test_simple_entity_launch.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_slurm_commands.py b/tests/on_wlm/test_slurm_commands.py index d3ebbcd31..8411be6e0 100644 --- a/tests/on_wlm/test_slurm_commands.py +++ b/tests/on_wlm/test_slurm_commands.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_stop.py b/tests/on_wlm/test_stop.py index 383c6c4bd..8d75d9f65 100644 --- a/tests/on_wlm/test_stop.py +++ b/tests/on_wlm/test_stop.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/on_wlm/test_wlm_orc_config_settings.py b/tests/on_wlm/test_wlm_orc_config_settings.py index 3de59075e..f9ab60609 100644 --- a/tests/on_wlm/test_wlm_orc_config_settings.py +++ b/tests/on_wlm/test_wlm_orc_config_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_alps_settings.py b/tests/test_alps_settings.py index 012f27fce..b3c4c3bdb 100644 --- a/tests/test_alps_settings.py +++ b/tests/test_alps_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_batch_settings.py b/tests/test_batch_settings.py index cb2096727..db269a9b5 100644 --- a/tests/test_batch_settings.py +++ b/tests/test_batch_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_cli.py b/tests/test_cli.py index b0c0a15b3..710a9a659 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_colo_model_local.py b/tests/test_colo_model_local.py index e68801762..138ceb4b7 100644 --- a/tests/test_colo_model_local.py +++ b/tests/test_colo_model_local.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_colo_model_lsf.py b/tests/test_colo_model_lsf.py index e77eeedec..5e1c449cc 100644 --- a/tests/test_colo_model_lsf.py +++ b/tests/test_colo_model_lsf.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_config.py b/tests/test_config.py index b9577dba2..0716ac0d5 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/bad.py b/tests/test_configs/bad.py index 93e4864ff..4efe8b9a1 100644 --- a/tests/test_configs/bad.py +++ b/tests/test_configs/bad.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/check_dirs.py b/tests/test_configs/check_dirs.py index 07b358d49..b817bde9a 100644 --- a/tests/test_configs/check_dirs.py +++ b/tests/test_configs/check_dirs.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/echo.py b/tests/test_configs/echo.py index 6523f4e4f..5d9a57ebb 100644 --- a/tests/test_configs/echo.py +++ b/tests/test_configs/echo.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/generator_files/circular_config/sub_dir/hello.sh b/tests/test_configs/generator_files/circular_config/sub_dir/hello.sh index 705c1dcc6..6d9be1214 100644 --- a/tests/test_configs/generator_files/circular_config/sub_dir/hello.sh +++ b/tests/test_configs/generator_files/circular_config/sub_dir/hello.sh @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/generator_files/multi_tags_template.sh b/tests/test_configs/generator_files/multi_tags_template.sh index 4fd79d321..a7131e892 100644 --- a/tests/test_configs/generator_files/multi_tags_template.sh +++ b/tests/test_configs/generator_files/multi_tags_template.sh @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/generator_files/test_dir/test.in b/tests/test_configs/generator_files/test_dir/test.in index 8a0a76ee2..f91f0256c 100644 --- a/tests/test_configs/generator_files/test_dir/test.in +++ b/tests/test_configs/generator_files/test_dir/test.in @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/hw_mpi.c b/tests/test_configs/hw_mpi.c index 4cfa04631..995047bb0 100644 --- a/tests/test_configs/hw_mpi.c +++ b/tests/test_configs/hw_mpi.c @@ -1,7 +1,7 @@ /* * BSD 2-Clause License * - * Copyright (c) 2021-2023, Hewlett Packard Enterprise + * Copyright (c) 2021-2024, Hewlett Packard Enterprise * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/incoming_entities_reader.py b/tests/test_configs/incoming_entities_reader.py index c558271e3..32d670ed1 100644 --- a/tests/test_configs/incoming_entities_reader.py +++ b/tests/test_configs/incoming_entities_reader.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/ml/training_service_torch.py b/tests/test_configs/ml/training_service_torch.py index 575940031..2a6bac051 100644 --- a/tests/test_configs/ml/training_service_torch.py +++ b/tests/test_configs/ml/training_service_torch.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/mpi_impl_stubs/openmpi4/mpiexec b/tests/test_configs/mpi_impl_stubs/openmpi4/mpiexec index a5e1157d3..b8c34bb63 100755 --- a/tests/test_configs/mpi_impl_stubs/openmpi4/mpiexec +++ b/tests/test_configs/mpi_impl_stubs/openmpi4/mpiexec @@ -2,7 +2,7 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/mpi_impl_stubs/openmpi4/mpirun b/tests/test_configs/mpi_impl_stubs/openmpi4/mpirun index 9cfffde3d..fa1d3d0ac 100755 --- a/tests/test_configs/mpi_impl_stubs/openmpi4/mpirun +++ b/tests/test_configs/mpi_impl_stubs/openmpi4/mpirun @@ -2,7 +2,7 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/mpi_impl_stubs/openmpi4/orterun b/tests/test_configs/mpi_impl_stubs/openmpi4/orterun index 66de76417..31f7dd9aa 100755 --- a/tests/test_configs/mpi_impl_stubs/openmpi4/orterun +++ b/tests/test_configs/mpi_impl_stubs/openmpi4/orterun @@ -2,7 +2,7 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/mpi_impl_stubs/pals/mpiexec b/tests/test_configs/mpi_impl_stubs/pals/mpiexec index 70b27d177..393ee2e3a 100755 --- a/tests/test_configs/mpi_impl_stubs/pals/mpiexec +++ b/tests/test_configs/mpi_impl_stubs/pals/mpiexec @@ -2,7 +2,7 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/mpi_impl_stubs/slurm/mpiexec b/tests/test_configs/mpi_impl_stubs/slurm/mpiexec index 46fbacf58..07ff9881d 100755 --- a/tests/test_configs/mpi_impl_stubs/slurm/mpiexec +++ b/tests/test_configs/mpi_impl_stubs/slurm/mpiexec @@ -2,7 +2,7 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/reconnect_node.py b/tests/test_configs/reconnect_node.py index 3ff3d71ef..1897529d6 100644 --- a/tests/test_configs/reconnect_node.py +++ b/tests/test_configs/reconnect_node.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/reconnect_sim.py b/tests/test_configs/reconnect_sim.py index eda634517..a8952406d 100644 --- a/tests/test_configs/reconnect_sim.py +++ b/tests/test_configs/reconnect_sim.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/run_dbscript_smartredis.py b/tests/test_configs/run_dbscript_smartredis.py index b486b3fcd..2fdab961b 100644 --- a/tests/test_configs/run_dbscript_smartredis.py +++ b/tests/test_configs/run_dbscript_smartredis.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/run_pt_dbmodel_smartredis.py b/tests/test_configs/run_pt_dbmodel_smartredis.py index 600ae2cb3..dd869c65a 100644 --- a/tests/test_configs/run_pt_dbmodel_smartredis.py +++ b/tests/test_configs/run_pt_dbmodel_smartredis.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/run_tf_dbmodel_smartredis.py b/tests/test_configs/run_tf_dbmodel_smartredis.py index 874b40c9c..a76009401 100644 --- a/tests/test_configs/run_tf_dbmodel_smartredis.py +++ b/tests/test_configs/run_tf_dbmodel_smartredis.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/send_data.py b/tests/test_configs/send_data.py index dd9194031..f9b9440c4 100644 --- a/tests/test_configs/send_data.py +++ b/tests/test_configs/send_data.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/send_data_local_smartredis.py b/tests/test_configs/send_data_local_smartredis.py index 0c318736f..34191bcca 100644 --- a/tests/test_configs/send_data_local_smartredis.py +++ b/tests/test_configs/send_data_local_smartredis.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/sleep.py b/tests/test_configs/sleep.py index 778b8946e..d74d43bf1 100644 --- a/tests/test_configs/sleep.py +++ b/tests/test_configs/sleep.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_configs/torchscript.py b/tests/test_configs/torchscript.py index 1ec0e71d5..a90f165aa 100644 --- a/tests/test_configs/torchscript.py +++ b/tests/test_configs/torchscript.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_containers.py b/tests/test_containers.py index e35b4f309..21fe50ad4 100644 --- a/tests/test_containers.py +++ b/tests/test_containers.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_controller.py b/tests/test_controller.py index 65687ec59..149872708 100644 --- a/tests/test_controller.py +++ b/tests/test_controller.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_controller_errors.py b/tests/test_controller_errors.py index a40ccdf66..a02c17678 100644 --- a/tests/test_controller_errors.py +++ b/tests/test_controller_errors.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_dbnode.py b/tests/test_dbnode.py index ec0ed23ea..227572ac9 100644 --- a/tests/test_dbnode.py +++ b/tests/test_dbnode.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_ensemble.py b/tests/test_ensemble.py index 4545e80bf..0632eee16 100644 --- a/tests/test_ensemble.py +++ b/tests/test_ensemble.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_entitylist.py b/tests/test_entitylist.py index 675e84426..89f56b7ab 100644 --- a/tests/test_entitylist.py +++ b/tests/test_entitylist.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_experiment.py b/tests/test_experiment.py index 139a61a99..12b2f1579 100644 --- a/tests/test_experiment.py +++ b/tests/test_experiment.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_generator.py b/tests/test_generator.py index e4618f9cd..fd9a5b836 100644 --- a/tests/test_generator.py +++ b/tests/test_generator.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_helpers.py b/tests/test_helpers.py index 784219f82..025f53d32 100644 --- a/tests/test_helpers.py +++ b/tests/test_helpers.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_indirect.py b/tests/test_indirect.py index 80870bcc2..73f381441 100644 --- a/tests/test_indirect.py +++ b/tests/test_indirect.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_init.py b/tests/test_init.py index 76f58b59a..dfb58bd55 100644 --- a/tests/test_init.py +++ b/tests/test_init.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_interrupt.py b/tests/test_interrupt.py index 73616a848..28c48e0db 100644 --- a/tests/test_interrupt.py +++ b/tests/test_interrupt.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_launch_errors.py b/tests/test_launch_errors.py index 51d8b60a6..0557f3cf4 100644 --- a/tests/test_launch_errors.py +++ b/tests/test_launch_errors.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_local_launch.py b/tests/test_local_launch.py index e4d593b6f..7befff95e 100644 --- a/tests/test_local_launch.py +++ b/tests/test_local_launch.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_local_multi_run.py b/tests/test_local_multi_run.py index b6eaba56a..576e290ca 100644 --- a/tests/test_local_multi_run.py +++ b/tests/test_local_multi_run.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_local_restart.py b/tests/test_local_restart.py index b05401138..c59aebd7b 100644 --- a/tests/test_local_restart.py +++ b/tests/test_local_restart.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_logs.py b/tests/test_logs.py index bc81edeb7..88c6a738f 100644 --- a/tests/test_logs.py +++ b/tests/test_logs.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_lsf_parser.py b/tests/test_lsf_parser.py index f41de54d8..abd27eb5a 100644 --- a/tests/test_lsf_parser.py +++ b/tests/test_lsf_parser.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_lsf_settings.py b/tests/test_lsf_settings.py index a71d658cb..fcb351648 100644 --- a/tests/test_lsf_settings.py +++ b/tests/test_lsf_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_manifest.py b/tests/test_manifest.py index 0fb9832b8..33fc6b163 100644 --- a/tests/test_manifest.py +++ b/tests/test_manifest.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_model.py b/tests/test_model.py index 88700ad23..a1b5ba505 100644 --- a/tests/test_model.py +++ b/tests/test_model.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_modelwriter.py b/tests/test_modelwriter.py index 4554a8b5a..a857d7c5f 100644 --- a/tests/test_modelwriter.py +++ b/tests/test_modelwriter.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_mpi_settings.py b/tests/test_mpi_settings.py index 4e0bc48c8..7d8db6e75 100644 --- a/tests/test_mpi_settings.py +++ b/tests/test_mpi_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_multidb.py b/tests/test_multidb.py index c4336294e..af21f5a1e 100644 --- a/tests/test_multidb.py +++ b/tests/test_multidb.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_orc_config_settings.py b/tests/test_orc_config_settings.py index f08467be0..365596496 100644 --- a/tests/test_orc_config_settings.py +++ b/tests/test_orc_config_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_orchestrator.py b/tests/test_orchestrator.py index 74ac21b81..f87aa9331 100644 --- a/tests/test_orchestrator.py +++ b/tests/test_orchestrator.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_pals_settings.py b/tests/test_pals_settings.py index 2cd725f65..8bc23d14d 100644 --- a/tests/test_pals_settings.py +++ b/tests/test_pals_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_pbs_parser.py b/tests/test_pbs_parser.py index 554780cd7..f77eb7c93 100644 --- a/tests/test_pbs_parser.py +++ b/tests/test_pbs_parser.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_pbs_settings.py b/tests/test_pbs_settings.py index ed450bd82..cefe3de4e 100644 --- a/tests/test_pbs_settings.py +++ b/tests/test_pbs_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_reconnect_orchestrator.py b/tests/test_reconnect_orchestrator.py index 0faa92242..554e42cbd 100644 --- a/tests/test_reconnect_orchestrator.py +++ b/tests/test_reconnect_orchestrator.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_run_settings.py b/tests/test_run_settings.py index 26562c825..b9439f41a 100644 --- a/tests/test_run_settings.py +++ b/tests/test_run_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_serialize.py b/tests/test_serialize.py index 5986da0d3..9e92a4866 100644 --- a/tests/test_serialize.py +++ b/tests/test_serialize.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_shell_util.py b/tests/test_shell_util.py index 7b7ac55b7..24f6b023c 100644 --- a/tests/test_shell_util.py +++ b/tests/test_shell_util.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_slurm_get_alloc.py b/tests/test_slurm_get_alloc.py index 72a208c2f..aa12ce362 100644 --- a/tests/test_slurm_get_alloc.py +++ b/tests/test_slurm_get_alloc.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_slurm_parser.py b/tests/test_slurm_parser.py index 30c6c5b31..b5f7cf32a 100644 --- a/tests/test_slurm_parser.py +++ b/tests/test_slurm_parser.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_slurm_settings.py b/tests/test_slurm_settings.py index d6bfd5063..aa5b2be11 100644 --- a/tests/test_slurm_settings.py +++ b/tests/test_slurm_settings.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_slurm_validation.py b/tests/test_slurm_validation.py index c3f796ba6..02baddce6 100644 --- a/tests/test_slurm_validation.py +++ b/tests/test_slurm_validation.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_smartredis.py b/tests/test_smartredis.py index 2f234c217..282e708cc 100644 --- a/tests/test_smartredis.py +++ b/tests/test_smartredis.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_step_info.py b/tests/test_step_info.py index eee920192..ec589ae76 100644 --- a/tests/test_step_info.py +++ b/tests/test_step_info.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tests/test_telemetry_monitor.py b/tests/test_telemetry_monitor.py index 2cc390197..ac3599d7d 100644 --- a/tests/test_telemetry_monitor.py +++ b/tests/test_telemetry_monitor.py @@ -1,6 +1,6 @@ # BSD 2-Clause License # -# Copyright (c) 2021-2023, Hewlett Packard Enterprise +# Copyright (c) 2021-2024, Hewlett Packard Enterprise # All rights reserved. # # Redistribution and use in source and binary forms, with or without