diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ead088..a3cfa1f 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 d9e4002..583183c 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/.gitignore b/.gitignore index 8c6e436..94feb8d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/.pylintrc b/.pylintrc index 241d51b..d76e7b7 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/.streamlit/config.toml b/.streamlit/config.toml index 5baceff..e250e1b 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.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/LICENSE.md b/LICENSE.md index 9312d57..7e5e159 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/MANIFEST.in b/MANIFEST.in index a649156..00fdcd2 100644 --- a/MANIFEST.in +++ b/MANIFEST.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/Makefile b/Makefile index 6f86780..c0f9f23 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/codecov.yml b/codecov.yml index 88513ee..d6cf3b8 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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 422f338..e42ce30 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'SmartDashboard' -copyright = '2021-2023, Hewlett Packard Enterprise' +copyright = '2021-2024, Hewlett Packard Enterprise' author = 'Hewlett Packard Enterprise' # The full version, including alpha/beta/rc tags diff --git a/pyproject.toml b/pyproject.toml index cbe4c8e..e90de2d 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/smartdashboard/Experiment_Overview.py b/smartdashboard/Experiment_Overview.py index 33ee193..18af02e 100644 --- a/smartdashboard/Experiment_Overview.py +++ b/smartdashboard/Experiment_Overview.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/smartdashboard/__init__.py b/smartdashboard/__init__.py index bf6fd95..efe0390 100644 --- a/smartdashboard/__init__.py +++ b/smartdashboard/__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/smartdashboard/__main__.py b/smartdashboard/__main__.py index 53e5950..c31889f 100644 --- a/smartdashboard/__main__.py +++ b/smartdashboard/__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/smartdashboard/pages/3_Help.py b/smartdashboard/pages/3_Help.py index 65fb3f0..212578d 100644 --- a/smartdashboard/pages/3_Help.py +++ b/smartdashboard/pages/3_Help.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/smartdashboard/pages/__init__.py b/smartdashboard/pages/__init__.py index bf6fd95..efe0390 100644 --- a/smartdashboard/pages/__init__.py +++ b/smartdashboard/pages/__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/smartdashboard/schemas/__init__.py b/smartdashboard/schemas/__init__.py index bf6fd95..efe0390 100644 --- a/smartdashboard/schemas/__init__.py +++ b/smartdashboard/schemas/__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/smartdashboard/schemas/application.py b/smartdashboard/schemas/application.py index 9a5a9f3..2187647 100644 --- a/smartdashboard/schemas/application.py +++ b/smartdashboard/schemas/application.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/smartdashboard/schemas/base.py b/smartdashboard/schemas/base.py index b558d72..8baf0f9 100644 --- a/smartdashboard/schemas/base.py +++ b/smartdashboard/schemas/base.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/smartdashboard/schemas/ensemble.py b/smartdashboard/schemas/ensemble.py index b00a9bd..f22042c 100644 --- a/smartdashboard/schemas/ensemble.py +++ b/smartdashboard/schemas/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/smartdashboard/schemas/experiment.py b/smartdashboard/schemas/experiment.py index 158b163..53ef610 100644 --- a/smartdashboard/schemas/experiment.py +++ b/smartdashboard/schemas/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/smartdashboard/schemas/files.py b/smartdashboard/schemas/files.py index 82bb2d7..b2f728d 100644 --- a/smartdashboard/schemas/files.py +++ b/smartdashboard/schemas/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/smartdashboard/schemas/orchestrator.py b/smartdashboard/schemas/orchestrator.py index e5e1254..8625cba 100644 --- a/smartdashboard/schemas/orchestrator.py +++ b/smartdashboard/schemas/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/smartdashboard/schemas/run.py b/smartdashboard/schemas/run.py index 4e35606..0283a99 100644 --- a/smartdashboard/schemas/run.py +++ b/smartdashboard/schemas/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/smartdashboard/schemas/shard.py b/smartdashboard/schemas/shard.py index a5b00ea..0c425cf 100644 --- a/smartdashboard/schemas/shard.py +++ b/smartdashboard/schemas/shard.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/smartdashboard/static/style.css b/smartdashboard/static/style.css index b26b54e..f22265d 100644 --- a/smartdashboard/static/style.css +++ b/smartdashboard/static/style.css @@ -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 @@ -68,4 +68,3 @@ div[data-testid="stStatusWidget"] { div[class="stDeployButton"]{ visibility: hidden; } - diff --git a/smartdashboard/utils/LogReader.py b/smartdashboard/utils/LogReader.py index c96bfff..0cc2b59 100644 --- a/smartdashboard/utils/LogReader.py +++ b/smartdashboard/utils/LogReader.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/smartdashboard/utils/ManifestReader.py b/smartdashboard/utils/ManifestReader.py index 8d37929..1628323 100644 --- a/smartdashboard/utils/ManifestReader.py +++ b/smartdashboard/utils/ManifestReader.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/smartdashboard/utils/StatusReader.py b/smartdashboard/utils/StatusReader.py index cca4aeb..efc7a5b 100644 --- a/smartdashboard/utils/StatusReader.py +++ b/smartdashboard/utils/StatusReader.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/smartdashboard/utils/__init__.py b/smartdashboard/utils/__init__.py index bf6fd95..efe0390 100644 --- a/smartdashboard/utils/__init__.py +++ b/smartdashboard/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/smartdashboard/utils/errors.py b/smartdashboard/utils/errors.py index 19d4fac..5c8f4bf 100644 --- a/smartdashboard/utils/errors.py +++ b/smartdashboard/utils/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/smartdashboard/utils/helpers.py b/smartdashboard/utils/helpers.py index ab717e5..5977e04 100644 --- a/smartdashboard/utils/helpers.py +++ b/smartdashboard/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/smartdashboard/utils/pageSetup.py b/smartdashboard/utils/pageSetup.py index 8bf97fc..de85728 100644 --- a/smartdashboard/utils/pageSetup.py +++ b/smartdashboard/utils/pageSetup.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/smartdashboard/utils/status.py b/smartdashboard/utils/status.py index d213c50..65d77a3 100644 --- a/smartdashboard/utils/status.py +++ b/smartdashboard/utils/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/smartdashboard/view_builders.py b/smartdashboard/view_builders.py index d61a7e2..610dc6b 100644 --- a/smartdashboard/view_builders.py +++ b/smartdashboard/view_builders.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/smartdashboard/views.py b/smartdashboard/views.py index f66697a..ef60d0b 100644 --- a/smartdashboard/views.py +++ b/smartdashboard/views.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 bf6fd95..efe0390 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/test_LogReader/__init__.py b/tests/test_LogReader/__init__.py index bf6fd95..efe0390 100644 --- a/tests/test_LogReader/__init__.py +++ b/tests/test_LogReader/__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_LogReader/test_get_logs.py b/tests/test_LogReader/test_get_logs.py index 06555f8..07ad45e 100644 --- a/tests/test_LogReader/test_get_logs.py +++ b/tests/test_LogReader/test_get_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_ManifestReader/test_manifestfilereader_get_manifest.py b/tests/test_ManifestReader/test_manifestfilereader_get_manifest.py index 3d3370a..5f39e99 100644 --- a/tests/test_ManifestReader/test_manifestfilereader_get_manifest.py +++ b/tests/test_ManifestReader/test_manifestfilereader_get_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_ManifestReader/test_manifestfilereader_load_manifest.py b/tests/test_ManifestReader/test_manifestfilereader_load_manifest.py index 8925550..d74bbca 100644 --- a/tests/test_ManifestReader/test_manifestfilereader_load_manifest.py +++ b/tests/test_ManifestReader/test_manifestfilereader_load_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_StatusReader/__init__.py b/tests/test_StatusReader/__init__.py index bf6fd95..efe0390 100644 --- a/tests/test_StatusReader/__init__.py +++ b/tests/test_StatusReader/__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_StatusReader/test_format_status.py b/tests/test_StatusReader/test_format_status.py index 7d3bb1d..e6f56e4 100644 --- a/tests/test_StatusReader/test_format_status.py +++ b/tests/test_StatusReader/test_format_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/tests/test_StatusReader/test_get_ensemble_status_summary.py b/tests/test_StatusReader/test_get_ensemble_status_summary.py index b7f0408..8d5b4d8 100644 --- a/tests/test_StatusReader/test_get_ensemble_status_summary.py +++ b/tests/test_StatusReader/test_get_ensemble_status_summary.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_StatusReader/test_get_experiment_status_summary.py b/tests/test_StatusReader/test_get_experiment_status_summary.py index a9ebf40..f46a1f4 100644 --- a/tests/test_StatusReader/test_get_experiment_status_summary.py +++ b/tests/test_StatusReader/test_get_experiment_status_summary.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_StatusReader/test_get_orchestrator_status_summary.py b/tests/test_StatusReader/test_get_orchestrator_status_summary.py index 3e1f621..3c82390 100644 --- a/tests/test_StatusReader/test_get_orchestrator_status_summary.py +++ b/tests/test_StatusReader/test_get_orchestrator_status_summary.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_StatusReader/test_get_status.py b/tests/test_StatusReader/test_get_status.py index 83a4166..1c4a1e5 100644 --- a/tests/test_StatusReader/test_get_status.py +++ b/tests/test_StatusReader/test_get_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/tests/test_builders/test_app_builder.py b/tests/test_builders/test_app_builder.py index f89647b..a3b31d6 100644 --- a/tests/test_builders/test_app_builder.py +++ b/tests/test_builders/test_app_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/test_builders/test_ens_builder.py b/tests/test_builders/test_ens_builder.py index 152608d..bc584e5 100644 --- a/tests/test_builders/test_ens_builder.py +++ b/tests/test_builders/test_ens_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/test_builders/test_error_builder.py b/tests/test_builders/test_error_builder.py index 951ecf9..7103a69 100644 --- a/tests/test_builders/test_error_builder.py +++ b/tests/test_builders/test_error_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/test_builders/test_exp_builder.py b/tests/test_builders/test_exp_builder.py index a1c801a..2f18245 100644 --- a/tests/test_builders/test_exp_builder.py +++ b/tests/test_builders/test_exp_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/test_builders/test_orc_builder.py b/tests/test_builders/test_orc_builder.py index 5f41c65..9a0bf55 100644 --- a/tests/test_builders/test_orc_builder.py +++ b/tests/test_builders/test_orc_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/test_cli/test_cli.py b/tests/test_cli/test_cli.py index 6cd02bb..6c1293a 100644 --- a/tests/test_cli/test_cli.py +++ b/tests/test_cli/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_configs/cov/local_cov.cfg b/tests/test_configs/cov/local_cov.cfg index 0ab2df7..89447f4 100644 --- a/tests/test_configs/cov/local_cov.cfg +++ b/tests/test_configs/cov/local_cov.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/tests/test_helpers/__init__.py b/tests/test_helpers/__init__.py index bf6fd95..efe0390 100644 --- a/tests/test_helpers/__init__.py +++ b/tests/test_helpers/__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_helpers/test_format_ensemble_params.py b/tests/test_helpers/test_format_ensemble_params.py index 222eb6a..41be0b1 100644 --- a/tests/test_helpers/test_format_ensemble_params.py +++ b/tests/test_helpers/test_format_ensemble_params.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/test_format_mixed_nested_dict.py b/tests/test_helpers/test_format_mixed_nested_dict.py index 53a4133..3e19bd5 100644 --- a/tests/test_helpers/test_format_mixed_nested_dict.py +++ b/tests/test_helpers/test_format_mixed_nested_dict.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/test_get_port.py b/tests/test_helpers/test_get_port.py index 9ee40f5..4325c2f 100644 --- a/tests/test_helpers/test_get_port.py +++ b/tests/test_helpers/test_get_port.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_schemas/test_applications.py b/tests/test_schemas/test_applications.py index d45dcc0..d692aea 100644 --- a/tests/test_schemas/test_applications.py +++ b/tests/test_schemas/test_applications.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_schemas/test_ensembles.py b/tests/test_schemas/test_ensembles.py index 3b53441..fee8277 100644 --- a/tests/test_schemas/test_ensembles.py +++ b/tests/test_schemas/test_ensembles.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_schemas/test_orchestrators.py b/tests/test_schemas/test_orchestrators.py index f852301..357514d 100644 --- a/tests/test_schemas/test_orchestrators.py +++ b/tests/test_schemas/test_orchestrators.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/utils/__init__.py b/tests/utils/__init__.py index bf6fd95..efe0390 100644 --- a/tests/utils/__init__.py +++ b/tests/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/tests/utils/test_entities.py b/tests/utils/test_entities.py index fa37a03..ed23f1a 100644 --- a/tests/utils/test_entities.py +++ b/tests/utils/test_entities.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