From 337101180d5cf6280d8a0b05b2591b5eb6161856 Mon Sep 17 00:00:00 2001 From: Russell Bunch Date: Fri, 27 Jan 2023 12:26:55 -0600 Subject: [PATCH] Update copyrights and fix readme.md (#266) --- .github/workflows/shellcheck.yml | 2 +- Dockerfile | 2 +- LICENSE | 2 +- MANIFEST.in | 2 +- README.md | 10 +++++----- canu/__init__.py | 2 +- canu/backup/__init__.py | 2 +- canu/backup/backup.py | 2 +- canu/backup/network/__init__.py | 2 +- canu/backup/network/network.py | 2 +- canu/cache/__init__.py | 2 +- canu/cache/cache.py | 2 +- canu/canu.yaml | 2 +- canu/cli.py | 2 +- canu/config/__init__.py | 2 +- canu/config/config.py | 2 +- canu/generate/__init__.py | 2 +- canu/generate/generate.py | 2 +- canu/generate/network/__init__.py | 2 +- canu/generate/network/config/__init__.py | 2 +- canu/generate/network/config/config.py | 2 +- canu/generate/network/network.py | 2 +- canu/generate/switch/__init__.py | 2 +- canu/generate/switch/config/__init__.py | 2 +- canu/generate/switch/config/config.py | 2 +- canu/generate/switch/switch.py | 2 +- canu/inventory/__init__.py | 2 +- canu/inventory/ansible.py | 2 +- canu/report/__init__.py | 2 +- canu/report/network/__init__.py | 2 +- canu/report/network/cabling/__init__.py | 2 +- canu/report/network/cabling/cabling.py | 2 +- canu/report/network/firmware/__init__.py | 2 +- canu/report/network/firmware/firmware.py | 2 +- canu/report/network/network.py | 2 +- canu/report/network/version/__init__.py | 2 +- canu/report/network/version/version.py | 2 +- canu/report/report.py | 2 +- canu/report/switch/__init__.py | 2 +- canu/report/switch/cabling/__init__.py | 2 +- canu/report/switch/cabling/cabling.py | 2 +- canu/report/switch/firmware/__init__.py | 2 +- canu/report/switch/firmware/firmware.py | 2 +- canu/report/switch/switch.py | 2 +- canu/send/__init__.py | 2 +- canu/send/command/__init__.py | 2 +- canu/send/command/command.py | 2 +- canu/send/send.py | 2 +- canu/test/__init__.py | 2 +- canu/test/aruba/test_suite.yaml | 2 +- canu/test/custom.py | 2 +- canu/test/dellanox/test_suite.yaml | 2 +- canu/test/test.py | 2 +- canu/utils/__init__.py | 2 +- canu/utils/cache.py | 2 +- canu/utils/host_alive.py | 2 +- canu/utils/inventory.py | 2 +- canu/utils/mac.py | 2 +- canu/utils/sls.py | 2 +- canu/utils/sls_utils/Managers.py | 2 +- canu/utils/sls_utils/Networks.py | 2 +- canu/utils/sls_utils/Reservations.py | 2 +- canu/utils/sls_utils/__init__.py | 2 +- canu/utils/sls_utils/ipam.py | 2 +- canu/utils/sls_utils/json_utils.py | 2 +- canu/utils/ssh.py | 2 +- canu/utils/vendor.py | 2 +- canu/utils/yaml_load.py | 2 +- canu/validate/__init__.py | 2 +- canu/validate/network/__init__.py | 2 +- canu/validate/network/bgp/__init__.py | 2 +- canu/validate/network/bgp/bgp.py | 2 +- canu/validate/network/cabling/__init__.py | 2 +- canu/validate/network/cabling/cabling.py | 2 +- canu/validate/network/config/__init__.py | 2 +- canu/validate/network/config/config.py | 2 +- canu/validate/network/network.py | 2 +- canu/validate/paddle/__init__.py | 2 +- canu/validate/paddle/paddle.py | 2 +- canu/validate/paddle_cabling/__init__.py | 2 +- canu/validate/paddle_cabling/paddle_cabling.py | 2 +- canu/validate/shcd/__init__.py | 2 +- canu/validate/shcd_cabling/__init__.py | 2 +- canu/validate/shcd_cabling/shcd_cabling.py | 2 +- canu/validate/switch/__init__.py | 2 +- canu/validate/switch/config/__init__.py | 2 +- canu/validate/switch/config/aoscx_options.yaml | 2 +- canu/validate/switch/config/config.py | 2 +- canu/validate/switch/config/dellOS10_options.yaml | 4 ++-- canu/validate/switch/config/dell_tags.yaml | 3 +-- canu/validate/switch/config/mellanox_tags.yaml | 3 +-- canu/validate/switch/config/onyx_options.yaml | 2 +- canu/validate/switch/config/tags.yaml | 3 +-- canu/validate/switch/switch.py | 2 +- canu/validate/validate.py | 2 +- canu_docker.sh | 2 +- docker-compose.yaml | 4 +--- docs/generation-WIP/cabling/cabling.py | 2 +- docs/generation-WIP/configuration/ncn_configs.py | 2 +- docs/templates/conf.py | 2 +- entry_points.ini | 1 - network_modeling/NetworkDrawing.py | 2 +- network_modeling/NetworkModel.py | 2 +- network_modeling/NetworkNode.py | 2 +- network_modeling/NetworkNodeFactory.py | 2 +- network_modeling/NetworkPort.py | 2 +- network_modeling/NodeLocation.py | 2 +- network_modeling/__init__.py | 2 +- network_modeling/cabling/standards/cabling.yaml | 4 ++-- network_modeling/cabling/standards/cabling_schema.yaml | 4 ++-- network_modeling/models/cray-network-architecture.yaml | 2 +- network_modeling/models/cray-network-hardware.yaml | 2 +- .../schema/cray-network-architecture-schema.yaml | 3 +-- .../schema/cray-network-hardware-schema.yaml | 4 ++-- noxfile.py | 2 +- pyinstaller.py | 3 +-- pyinstaller_hooks/hook-netutils.py | 2 +- pyinstaller_hooks/hook-nornir.py | 2 +- pyinstaller_hooks/hook-ttp.py | 2 +- tests/__init__.py | 2 +- tests/test_ansible.py | 2 +- tests/test_backup_network.py | 2 +- tests/test_cache.py | 2 +- tests/test_cli.py | 2 +- tests/test_generate_network_config_aruba_csm_1_0.py | 2 +- tests/test_generate_network_config_aruba_csm_1_2.py | 2 +- tests/test_generate_network_config_dellanox_csm_1_0.py | 2 +- tests/test_generate_network_config_dellanox_csm_1_2.py | 2 +- tests/test_generate_switch_config_arista_csm_1_2.py | 2 +- tests/test_generate_switch_config_aruba_csm_1_0.py | 2 +- tests/test_generate_switch_config_aruba_csm_1_2.py | 2 +- tests/test_generate_switch_config_dellanox_csm_1_0.py | 2 +- tests/test_generate_switch_config_dellanox_csm_1_2.py | 2 +- tests/test_report_network_cabling.py | 2 +- tests/test_report_network_firmware.py | 2 +- tests/test_report_switch_cabling.py | 2 +- tests/test_report_switch_firmware.py | 2 +- tests/test_validate_network_bgp.py | 2 +- tests/test_validate_network_cabling.py | 2 +- tests/test_validate_network_config.py | 2 +- tests/test_validate_paddle.py | 2 +- tests/test_validate_paddle_cabling.py | 2 +- tests/test_validate_shcd.py | 2 +- tests/test_validate_shcd_cabling.py | 2 +- tests/test_validate_switch_config.py | 2 +- 145 files changed, 152 insertions(+), 160 deletions(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 875bd06c3..a09933e28 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022 Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/Dockerfile b/Dockerfile index 4296824fe..8518fd0e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/LICENSE b/LICENSE index 23ac41879..216692d84 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -(C) Copyright [2022] Hewlett Packard Enterprise Development LP +(C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/MANIFEST.in b/MANIFEST.in index 088f83b13..42b782d21 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ # # MIT License # -# (C) Copyright 2022 Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/README.md b/README.md index dbc0e30a4..a0e1d65b7 100644 --- a/README.md +++ b/README.md @@ -205,28 +205,28 @@ In order to run CANU, both python3 and pip3 need to be installed. The version is derived from Git by the `setuptools_scm` Python module. -- (stable) No distance and clean; the build came from a commit with a git-tag and the repository folder had no modified files. +- **(stable)** No distance and clean; the build came from a commit with a git-tag and the repository folder had no modified files. ```bash # Format: {tag} canu, version 1.6.28 ``` - -- (unstable) Distance and clean; the build came from a commit that is after a git-tag, and the repository folder had no modified files. + +- **(unstable)** Distance and clean; the build came from a commit that is after a git-tag, and the repository folder had no modified files. ```bash # Format {tag}.post1.dev{distance}+{scm letter}{revision hash} canu, version 1.6.28.post1.dev14+g818da8a ``` -- (unstable/dev) Distance and not clean; the build came from a commit that has a git-tag, and the repository had modified changes. +- **(unstable/dev)** No distance and not clean; the build came from a commit that has a git-tag, and the repository had uncommitted changes. ```bash # Format {tag}.dYYYYMMDD canu, version 1.6.28.d20230123 ``` -- (unstable/dev) Distance and clean; the build came from a commit that is after a git-tag, and the repository had modified changes. +- **(unstable/dev)** Distance and not clean; the build came from one or more commits after a git-tag, and the repository had uncommitted changes. ```bash # Format {tag}.post1.dev{distance}+{scm letter}{revision hash}.dYYYYMMDD diff --git a/canu/__init__.py b/canu/__init__.py index 28d42dd10..453988b8d 100644 --- a/canu/__init__.py +++ b/canu/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/backup/__init__.py b/canu/backup/__init__.py index 79aa8a249..732617a19 100644 --- a/canu/backup/__init__.py +++ b/canu/backup/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/backup/backup.py b/canu/backup/backup.py index c3253226d..e2c5313ec 100644 --- a/canu/backup/backup.py +++ b/canu/backup/backup.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/backup/network/__init__.py b/canu/backup/network/__init__.py index 1be801f97..a55c7db8a 100644 --- a/canu/backup/network/__init__.py +++ b/canu/backup/network/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/backup/network/network.py b/canu/backup/network/network.py index 6e5ced6d5..46060dcb0 100644 --- a/canu/backup/network/network.py +++ b/canu/backup/network/network.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/cache/__init__.py b/canu/cache/__init__.py index bc68c4c67..81122cb20 100644 --- a/canu/cache/__init__.py +++ b/canu/cache/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/cache/cache.py b/canu/cache/cache.py index a84609a51..7bf302a00 100644 --- a/canu/cache/cache.py +++ b/canu/cache/cache.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/canu.yaml b/canu/canu.yaml index deb46ba2c..7ce3f5346 100644 --- a/canu/canu.yaml +++ b/canu/canu.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/cli.py b/canu/cli.py index 04e5a83f9..08a79f430 100644 --- a/canu/cli.py +++ b/canu/cli.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/config/__init__.py b/canu/config/__init__.py index 48d3d5496..3a09283f5 100644 --- a/canu/config/__init__.py +++ b/canu/config/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/config/config.py b/canu/config/config.py index a2e07f63c..d1fddea8a 100644 --- a/canu/config/config.py +++ b/canu/config/config.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/__init__.py b/canu/generate/__init__.py index 050d3968d..3316dfe61 100644 --- a/canu/generate/__init__.py +++ b/canu/generate/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/generate.py b/canu/generate/generate.py index debadd9c8..7121cd813 100644 --- a/canu/generate/generate.py +++ b/canu/generate/generate.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/network/__init__.py b/canu/generate/network/__init__.py index e1d7b9ba8..853162c12 100644 --- a/canu/generate/network/__init__.py +++ b/canu/generate/network/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/network/config/__init__.py b/canu/generate/network/config/__init__.py index c7a13593c..e9f8531eb 100644 --- a/canu/generate/network/config/__init__.py +++ b/canu/generate/network/config/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/network/config/config.py b/canu/generate/network/config/config.py index 7434b4ee1..69527fef2 100644 --- a/canu/generate/network/config/config.py +++ b/canu/generate/network/config/config.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/network/network.py b/canu/generate/network/network.py index 754b574c9..051850d20 100644 --- a/canu/generate/network/network.py +++ b/canu/generate/network/network.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/switch/__init__.py b/canu/generate/switch/__init__.py index a46f331f6..b058626a5 100644 --- a/canu/generate/switch/__init__.py +++ b/canu/generate/switch/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/switch/config/__init__.py b/canu/generate/switch/config/__init__.py index a14e5bea5..121a8d460 100644 --- a/canu/generate/switch/config/__init__.py +++ b/canu/generate/switch/config/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/switch/config/config.py b/canu/generate/switch/config/config.py index 3eb34e877..571481c99 100644 --- a/canu/generate/switch/config/config.py +++ b/canu/generate/switch/config/config.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/generate/switch/switch.py b/canu/generate/switch/switch.py index 0100a8ae6..90d0f186c 100644 --- a/canu/generate/switch/switch.py +++ b/canu/generate/switch/switch.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/inventory/__init__.py b/canu/inventory/__init__.py index 28d42dd10..453988b8d 100644 --- a/canu/inventory/__init__.py +++ b/canu/inventory/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/inventory/ansible.py b/canu/inventory/ansible.py index 485e7c7c7..a61f09c60 100644 --- a/canu/inventory/ansible.py +++ b/canu/inventory/ansible.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/__init__.py b/canu/report/__init__.py index 4fd97153a..9d9574d28 100644 --- a/canu/report/__init__.py +++ b/canu/report/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/network/__init__.py b/canu/report/network/__init__.py index 9697a6dd7..e0b0c5394 100644 --- a/canu/report/network/__init__.py +++ b/canu/report/network/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/network/cabling/__init__.py b/canu/report/network/cabling/__init__.py index 63f86df74..6ba392c7a 100644 --- a/canu/report/network/cabling/__init__.py +++ b/canu/report/network/cabling/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/network/cabling/cabling.py b/canu/report/network/cabling/cabling.py index bc8a36842..6935e9e66 100644 --- a/canu/report/network/cabling/cabling.py +++ b/canu/report/network/cabling/cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/network/firmware/__init__.py b/canu/report/network/firmware/__init__.py index 6b10a5b8b..45036a412 100644 --- a/canu/report/network/firmware/__init__.py +++ b/canu/report/network/firmware/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/network/firmware/firmware.py b/canu/report/network/firmware/firmware.py index 84f2430f3..1dcbfd0fb 100644 --- a/canu/report/network/firmware/firmware.py +++ b/canu/report/network/firmware/firmware.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/network/network.py b/canu/report/network/network.py index 8069919a6..c105712a8 100644 --- a/canu/report/network/network.py +++ b/canu/report/network/network.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/network/version/__init__.py b/canu/report/network/version/__init__.py index 3884b3733..5d70b9f98 100644 --- a/canu/report/network/version/__init__.py +++ b/canu/report/network/version/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/network/version/version.py b/canu/report/network/version/version.py index f2508c428..93871453f 100644 --- a/canu/report/network/version/version.py +++ b/canu/report/network/version/version.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/report.py b/canu/report/report.py index e2933832a..97c6ec601 100644 --- a/canu/report/report.py +++ b/canu/report/report.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/switch/__init__.py b/canu/report/switch/__init__.py index dad8f6750..57b81afdf 100644 --- a/canu/report/switch/__init__.py +++ b/canu/report/switch/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/switch/cabling/__init__.py b/canu/report/switch/cabling/__init__.py index d18574e09..971faf13a 100644 --- a/canu/report/switch/cabling/__init__.py +++ b/canu/report/switch/cabling/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/switch/cabling/cabling.py b/canu/report/switch/cabling/cabling.py index d904f6f0d..182e36801 100644 --- a/canu/report/switch/cabling/cabling.py +++ b/canu/report/switch/cabling/cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/switch/firmware/__init__.py b/canu/report/switch/firmware/__init__.py index 24d59a1fb..fd2ed077c 100644 --- a/canu/report/switch/firmware/__init__.py +++ b/canu/report/switch/firmware/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/switch/firmware/firmware.py b/canu/report/switch/firmware/firmware.py index 8cf11581f..13f2820ac 100644 --- a/canu/report/switch/firmware/firmware.py +++ b/canu/report/switch/firmware/firmware.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/report/switch/switch.py b/canu/report/switch/switch.py index 5ea8a8d20..a5af3050b 100644 --- a/canu/report/switch/switch.py +++ b/canu/report/switch/switch.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/send/__init__.py b/canu/send/__init__.py index 83afc4d81..6fa9314ff 100644 --- a/canu/send/__init__.py +++ b/canu/send/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/send/command/__init__.py b/canu/send/command/__init__.py index 5ad45e397..1dc8a08a3 100644 --- a/canu/send/command/__init__.py +++ b/canu/send/command/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/send/command/command.py b/canu/send/command/command.py index e80037ef1..9e291475c 100644 --- a/canu/send/command/command.py +++ b/canu/send/command/command.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/send/send.py b/canu/send/send.py index 8efc41322..105b3f2ed 100644 --- a/canu/send/send.py +++ b/canu/send/send.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/test/__init__.py b/canu/test/__init__.py index 8c13ca5bb..0334579f5 100755 --- a/canu/test/__init__.py +++ b/canu/test/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/test/aruba/test_suite.yaml b/canu/test/aruba/test_suite.yaml index ecb4201ef..229bf6ba5 100644 --- a/canu/test/aruba/test_suite.yaml +++ b/canu/test/aruba/test_suite.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/test/custom.py b/canu/test/custom.py index 3901dab6c..78ca48e20 100755 --- a/canu/test/custom.py +++ b/canu/test/custom.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/test/dellanox/test_suite.yaml b/canu/test/dellanox/test_suite.yaml index 0c07d743f..9d13a7215 100644 --- a/canu/test/dellanox/test_suite.yaml +++ b/canu/test/dellanox/test_suite.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/test/test.py b/canu/test/test.py index 4abe720a2..6f21ea64f 100755 --- a/canu/test/test.py +++ b/canu/test/test.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/__init__.py b/canu/utils/__init__.py index 9321b441d..a78448178 100644 --- a/canu/utils/__init__.py +++ b/canu/utils/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/cache.py b/canu/utils/cache.py index cad951f89..c941427db 100644 --- a/canu/utils/cache.py +++ b/canu/utils/cache.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/host_alive.py b/canu/utils/host_alive.py index 8f7d8b125..0368612be 100644 --- a/canu/utils/host_alive.py +++ b/canu/utils/host_alive.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/inventory.py b/canu/utils/inventory.py index a1a4f0906..6f22d4481 100644 --- a/canu/utils/inventory.py +++ b/canu/utils/inventory.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/mac.py b/canu/utils/mac.py index 95ffe040f..12ac627ad 100644 --- a/canu/utils/mac.py +++ b/canu/utils/mac.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/sls.py b/canu/utils/sls.py index c5ff0feb1..2ef8c6284 100644 --- a/canu/utils/sls.py +++ b/canu/utils/sls.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/sls_utils/Managers.py b/canu/utils/sls_utils/Managers.py index 04d8686e8..3cbec2bd2 100644 --- a/canu/utils/sls_utils/Managers.py +++ b/canu/utils/sls_utils/Managers.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/sls_utils/Networks.py b/canu/utils/sls_utils/Networks.py index 9f483d48d..e2caa141b 100644 --- a/canu/utils/sls_utils/Networks.py +++ b/canu/utils/sls_utils/Networks.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/sls_utils/Reservations.py b/canu/utils/sls_utils/Reservations.py index ca459a43e..138762cca 100644 --- a/canu/utils/sls_utils/Reservations.py +++ b/canu/utils/sls_utils/Reservations.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/sls_utils/__init__.py b/canu/utils/sls_utils/__init__.py index bc21baf1c..cc8fbcce1 100644 --- a/canu/utils/sls_utils/__init__.py +++ b/canu/utils/sls_utils/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/sls_utils/ipam.py b/canu/utils/sls_utils/ipam.py index 6f990a98e..056db3754 100644 --- a/canu/utils/sls_utils/ipam.py +++ b/canu/utils/sls_utils/ipam.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/sls_utils/json_utils.py b/canu/utils/sls_utils/json_utils.py index c3075b866..ca973c0da 100644 --- a/canu/utils/sls_utils/json_utils.py +++ b/canu/utils/sls_utils/json_utils.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/ssh.py b/canu/utils/ssh.py index c0eec10a3..3ac3b8b4a 100644 --- a/canu/utils/ssh.py +++ b/canu/utils/ssh.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/vendor.py b/canu/utils/vendor.py index 0edc91b0c..0e75c28fb 100644 --- a/canu/utils/vendor.py +++ b/canu/utils/vendor.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/utils/yaml_load.py b/canu/utils/yaml_load.py index 57bbae23b..e68cbcc53 100644 --- a/canu/utils/yaml_load.py +++ b/canu/utils/yaml_load.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/__init__.py b/canu/validate/__init__.py index e8431e47a..ee8356194 100644 --- a/canu/validate/__init__.py +++ b/canu/validate/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/network/__init__.py b/canu/validate/network/__init__.py index 0bd726bd0..557fa0b45 100644 --- a/canu/validate/network/__init__.py +++ b/canu/validate/network/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/network/bgp/__init__.py b/canu/validate/network/bgp/__init__.py index 9eafd1c76..e8ca12119 100644 --- a/canu/validate/network/bgp/__init__.py +++ b/canu/validate/network/bgp/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/network/bgp/bgp.py b/canu/validate/network/bgp/bgp.py index 82f09c5f4..d7ea90714 100644 --- a/canu/validate/network/bgp/bgp.py +++ b/canu/validate/network/bgp/bgp.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/network/cabling/__init__.py b/canu/validate/network/cabling/__init__.py index c6dfdef32..359323b6a 100644 --- a/canu/validate/network/cabling/__init__.py +++ b/canu/validate/network/cabling/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/network/cabling/cabling.py b/canu/validate/network/cabling/cabling.py index 9e2a02d3a..e5a253916 100644 --- a/canu/validate/network/cabling/cabling.py +++ b/canu/validate/network/cabling/cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/network/config/__init__.py b/canu/validate/network/config/__init__.py index f7634fbe4..d63e1a275 100644 --- a/canu/validate/network/config/__init__.py +++ b/canu/validate/network/config/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/network/config/config.py b/canu/validate/network/config/config.py index a2da53663..d0edd1a59 100644 --- a/canu/validate/network/config/config.py +++ b/canu/validate/network/config/config.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/network/network.py b/canu/validate/network/network.py index 430110e8c..442acc12f 100644 --- a/canu/validate/network/network.py +++ b/canu/validate/network/network.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/paddle/__init__.py b/canu/validate/paddle/__init__.py index 28dddb116..858685b23 100644 --- a/canu/validate/paddle/__init__.py +++ b/canu/validate/paddle/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/paddle/paddle.py b/canu/validate/paddle/paddle.py index ca28c490a..75a49fef1 100644 --- a/canu/validate/paddle/paddle.py +++ b/canu/validate/paddle/paddle.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/paddle_cabling/__init__.py b/canu/validate/paddle_cabling/__init__.py index 65a019031..375dce8d6 100644 --- a/canu/validate/paddle_cabling/__init__.py +++ b/canu/validate/paddle_cabling/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/paddle_cabling/paddle_cabling.py b/canu/validate/paddle_cabling/paddle_cabling.py index da666ecef..84058315a 100644 --- a/canu/validate/paddle_cabling/paddle_cabling.py +++ b/canu/validate/paddle_cabling/paddle_cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/shcd/__init__.py b/canu/validate/shcd/__init__.py index 97d71b578..ff0eface0 100644 --- a/canu/validate/shcd/__init__.py +++ b/canu/validate/shcd/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/shcd_cabling/__init__.py b/canu/validate/shcd_cabling/__init__.py index 9e41c2d2b..70fe10ec7 100644 --- a/canu/validate/shcd_cabling/__init__.py +++ b/canu/validate/shcd_cabling/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/shcd_cabling/shcd_cabling.py b/canu/validate/shcd_cabling/shcd_cabling.py index a213eeef2..9704481d7 100644 --- a/canu/validate/shcd_cabling/shcd_cabling.py +++ b/canu/validate/shcd_cabling/shcd_cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/switch/__init__.py b/canu/validate/switch/__init__.py index 45bcd7370..d089d1d86 100644 --- a/canu/validate/switch/__init__.py +++ b/canu/validate/switch/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/switch/config/__init__.py b/canu/validate/switch/config/__init__.py index 16f1d0ef6..c3ee8b0c9 100644 --- a/canu/validate/switch/config/__init__.py +++ b/canu/validate/switch/config/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/switch/config/aoscx_options.yaml b/canu/validate/switch/config/aoscx_options.yaml index 52f153764..e1e47a12f 100644 --- a/canu/validate/switch/config/aoscx_options.yaml +++ b/canu/validate/switch/config/aoscx_options.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/switch/config/config.py b/canu/validate/switch/config/config.py index b6d487932..7a3881ede 100644 --- a/canu/validate/switch/config/config.py +++ b/canu/validate/switch/config/config.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/switch/config/dellOS10_options.yaml b/canu/validate/switch/config/dellOS10_options.yaml index 308c653c3..b7e190e2f 100644 --- a/canu/validate/switch/config/dellOS10_options.yaml +++ b/canu/validate/switch/config/dellOS10_options.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -183,4 +183,4 @@ negation_negate_with: - lineage: - startswith: banner motd - use: no banner motd \ No newline at end of file + use: no banner motd diff --git a/canu/validate/switch/config/dell_tags.yaml b/canu/validate/switch/config/dell_tags.yaml index ff233d050..23e41ea2b 100644 --- a/canu/validate/switch/config/dell_tags.yaml +++ b/canu/validate/switch/config/dell_tags.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -156,4 +156,3 @@ - no spanning-tree - no interface vlan add_tags: manual - \ No newline at end of file diff --git a/canu/validate/switch/config/mellanox_tags.yaml b/canu/validate/switch/config/mellanox_tags.yaml index 7d1f7d295..f6defc80d 100644 --- a/canu/validate/switch/config/mellanox_tags.yaml +++ b/canu/validate/switch/config/mellanox_tags.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -156,4 +156,3 @@ - contains: - description add_tags: safe - \ No newline at end of file diff --git a/canu/validate/switch/config/onyx_options.yaml b/canu/validate/switch/config/onyx_options.yaml index d2710eae3..060028ec1 100644 --- a/canu/validate/switch/config/onyx_options.yaml +++ b/canu/validate/switch/config/onyx_options.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/switch/config/tags.yaml b/canu/validate/switch/config/tags.yaml index ff233d050..23e41ea2b 100644 --- a/canu/validate/switch/config/tags.yaml +++ b/canu/validate/switch/config/tags.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -156,4 +156,3 @@ - no spanning-tree - no interface vlan add_tags: manual - \ No newline at end of file diff --git a/canu/validate/switch/switch.py b/canu/validate/switch/switch.py index f48511a9a..5954ce4b7 100644 --- a/canu/validate/switch/switch.py +++ b/canu/validate/switch/switch.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu/validate/validate.py b/canu/validate/validate.py index 312e58aed..e55348936 100644 --- a/canu/validate/validate.py +++ b/canu/validate/validate.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/canu_docker.sh b/canu_docker.sh index 1a1814049..a88cce7b7 100755 --- a/canu_docker.sh +++ b/canu_docker.sh @@ -1,7 +1,7 @@ #!/bin/bash # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/docker-compose.yaml b/docker-compose.yaml index 49c4e9815..5f1318138 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -29,5 +29,3 @@ services: tty: true volumes: - ./files:/files:rw - - diff --git a/docs/generation-WIP/cabling/cabling.py b/docs/generation-WIP/cabling/cabling.py index 839dbeeaf..faa18f057 100755 --- a/docs/generation-WIP/cabling/cabling.py +++ b/docs/generation-WIP/cabling/cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/docs/generation-WIP/configuration/ncn_configs.py b/docs/generation-WIP/configuration/ncn_configs.py index 691933e70..1cdb8854c 100755 --- a/docs/generation-WIP/configuration/ncn_configs.py +++ b/docs/generation-WIP/configuration/ncn_configs.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/docs/templates/conf.py b/docs/templates/conf.py index 4208dfef2..d241b374e 100644 --- a/docs/templates/conf.py +++ b/docs/templates/conf.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/entry_points.ini b/entry_points.ini index 1dccee16b..76fe8b1b5 100644 --- a/entry_points.ini +++ b/entry_points.ini @@ -36,4 +36,3 @@ [console_scripts] canu = canu.cli:cli [network_modeling] canu-inventory = canu.inventory.ansible:ansible_inventory - diff --git a/network_modeling/NetworkDrawing.py b/network_modeling/NetworkDrawing.py index 03aed53ed..480b309d4 100644 --- a/network_modeling/NetworkDrawing.py +++ b/network_modeling/NetworkDrawing.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/NetworkModel.py b/network_modeling/NetworkModel.py index 2ae933456..0e129f74d 100644 --- a/network_modeling/NetworkModel.py +++ b/network_modeling/NetworkModel.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/NetworkNode.py b/network_modeling/NetworkNode.py index 132f221f2..e7479b66c 100644 --- a/network_modeling/NetworkNode.py +++ b/network_modeling/NetworkNode.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/NetworkNodeFactory.py b/network_modeling/NetworkNodeFactory.py index fdc0b1463..20d621e99 100644 --- a/network_modeling/NetworkNodeFactory.py +++ b/network_modeling/NetworkNodeFactory.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/NetworkPort.py b/network_modeling/NetworkPort.py index b38de41a0..ad4071a4e 100644 --- a/network_modeling/NetworkPort.py +++ b/network_modeling/NetworkPort.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/NodeLocation.py b/network_modeling/NodeLocation.py index a67974604..39edaedb5 100644 --- a/network_modeling/NodeLocation.py +++ b/network_modeling/NodeLocation.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/__init__.py b/network_modeling/__init__.py index d3c5db83c..a24689c72 100644 --- a/network_modeling/__init__.py +++ b/network_modeling/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/cabling/standards/cabling.yaml b/network_modeling/cabling/standards/cabling.yaml index 2114e2beb..b3581f460 100644 --- a/network_modeling/cabling/standards/cabling.yaml +++ b/network_modeling/cabling/standards/cabling.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -187,4 +187,4 @@ nodes: - name: "cec" ports: - destination: "CDU switch access port" - vlan_name: "HMN_MTN" \ No newline at end of file + vlan_name: "HMN_MTN" diff --git a/network_modeling/cabling/standards/cabling_schema.yaml b/network_modeling/cabling/standards/cabling_schema.yaml index 6845272dd..9905ee1f8 100644 --- a/network_modeling/cabling/standards/cabling_schema.yaml +++ b/network_modeling/cabling/standards/cabling_schema.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -40,4 +40,4 @@ nodes: devices: name: str(min=1, max=256) - ports: any([str(min=1, max=256), list(include('ports'))]) \ No newline at end of file + ports: any([str(min=1, max=256), list(include('ports'))]) diff --git a/network_modeling/models/cray-network-architecture.yaml b/network_modeling/models/cray-network-architecture.yaml index fce4e0903..6a98b980b 100644 --- a/network_modeling/models/cray-network-architecture.yaml +++ b/network_modeling/models/cray-network-architecture.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/models/cray-network-hardware.yaml b/network_modeling/models/cray-network-hardware.yaml index 77c9e5456..4a18caa2f 100644 --- a/network_modeling/models/cray-network-hardware.yaml +++ b/network_modeling/models/cray-network-hardware.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/network_modeling/schema/cray-network-architecture-schema.yaml b/network_modeling/schema/cray-network-architecture-schema.yaml index c229ed97d..21cf8726f 100644 --- a/network_modeling/schema/cray-network-architecture-schema.yaml +++ b/network_modeling/schema/cray-network-architecture-schema.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -62,4 +62,3 @@ lookup_map: shasta_name: str(min=1, exclude=' ') architecture_type: str(min=1, exclude=' ') regex: bool(required=False) - diff --git a/network_modeling/schema/cray-network-hardware-schema.yaml b/network_modeling/schema/cray-network-hardware-schema.yaml index 252579f06..91b5a9a9c 100644 --- a/network_modeling/schema/cray-network-hardware-schema.yaml +++ b/network_modeling/schema/cray-network-hardware-schema.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -33,4 +33,4 @@ general_hardware_profile: port: count: int(min=1) speed: any(int(min=1), list(int(min=1), min=1)) - slot: str(min=1, exclude=' ', required=False) \ No newline at end of file + slot: str(min=1, exclude=' ', required=False) diff --git a/noxfile.py b/noxfile.py index 05e95ad83..dc751b06e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/pyinstaller.py b/pyinstaller.py index 651182292..a24ca2336 100644 --- a/pyinstaller.py +++ b/pyinstaller.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -191,4 +191,3 @@ a.datas, name="canupkg", ) - diff --git a/pyinstaller_hooks/hook-netutils.py b/pyinstaller_hooks/hook-netutils.py index 69ad2542b..52f21e6a0 100644 --- a/pyinstaller_hooks/hook-netutils.py +++ b/pyinstaller_hooks/hook-netutils.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/pyinstaller_hooks/hook-nornir.py b/pyinstaller_hooks/hook-nornir.py index 9b13d9e79..04d17b384 100644 --- a/pyinstaller_hooks/hook-nornir.py +++ b/pyinstaller_hooks/hook-nornir.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/pyinstaller_hooks/hook-ttp.py b/pyinstaller_hooks/hook-ttp.py index 8661da67c..55bdbbd29 100644 --- a/pyinstaller_hooks/hook-ttp.py +++ b/pyinstaller_hooks/hook-ttp.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/__init__.py b/tests/__init__.py index 7f11e17e8..14928881a 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_ansible.py b/tests/test_ansible.py index 05bba7407..b92d2250b 100644 --- a/tests/test_ansible.py +++ b/tests/test_ansible.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_backup_network.py b/tests/test_backup_network.py index fa3f86547..8efb33ae0 100644 --- a/tests/test_backup_network.py +++ b/tests/test_backup_network.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_cache.py b/tests/test_cache.py index fae50d3a9..38bff977c 100644 --- a/tests/test_cache.py +++ b/tests/test_cache.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_cli.py b/tests/test_cli.py index f21554a52..d38a155a8 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_network_config_aruba_csm_1_0.py b/tests/test_generate_network_config_aruba_csm_1_0.py index 4e0f97ab3..fa3eecd96 100644 --- a/tests/test_generate_network_config_aruba_csm_1_0.py +++ b/tests/test_generate_network_config_aruba_csm_1_0.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_network_config_aruba_csm_1_2.py b/tests/test_generate_network_config_aruba_csm_1_2.py index 49fb85329..2631753da 100644 --- a/tests/test_generate_network_config_aruba_csm_1_2.py +++ b/tests/test_generate_network_config_aruba_csm_1_2.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_network_config_dellanox_csm_1_0.py b/tests/test_generate_network_config_dellanox_csm_1_0.py index 4d046151f..6e3b0d107 100644 --- a/tests/test_generate_network_config_dellanox_csm_1_0.py +++ b/tests/test_generate_network_config_dellanox_csm_1_0.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_network_config_dellanox_csm_1_2.py b/tests/test_generate_network_config_dellanox_csm_1_2.py index dc227d8f8..4e70b177d 100644 --- a/tests/test_generate_network_config_dellanox_csm_1_2.py +++ b/tests/test_generate_network_config_dellanox_csm_1_2.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_switch_config_arista_csm_1_2.py b/tests/test_generate_switch_config_arista_csm_1_2.py index f7b276982..d0befe655 100644 --- a/tests/test_generate_switch_config_arista_csm_1_2.py +++ b/tests/test_generate_switch_config_arista_csm_1_2.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_switch_config_aruba_csm_1_0.py b/tests/test_generate_switch_config_aruba_csm_1_0.py index 145d74cb1..925d92ea7 100644 --- a/tests/test_generate_switch_config_aruba_csm_1_0.py +++ b/tests/test_generate_switch_config_aruba_csm_1_0.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_switch_config_aruba_csm_1_2.py b/tests/test_generate_switch_config_aruba_csm_1_2.py index 51db24ccb..a6f6c1590 100644 --- a/tests/test_generate_switch_config_aruba_csm_1_2.py +++ b/tests/test_generate_switch_config_aruba_csm_1_2.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_switch_config_dellanox_csm_1_0.py b/tests/test_generate_switch_config_dellanox_csm_1_0.py index 4836f53ed..4c6c7f7d0 100644 --- a/tests/test_generate_switch_config_dellanox_csm_1_0.py +++ b/tests/test_generate_switch_config_dellanox_csm_1_0.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_generate_switch_config_dellanox_csm_1_2.py b/tests/test_generate_switch_config_dellanox_csm_1_2.py index 9d5b55149..137075cc0 100644 --- a/tests/test_generate_switch_config_dellanox_csm_1_2.py +++ b/tests/test_generate_switch_config_dellanox_csm_1_2.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_report_network_cabling.py b/tests/test_report_network_cabling.py index 70be68dbb..d39b5990c 100644 --- a/tests/test_report_network_cabling.py +++ b/tests/test_report_network_cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_report_network_firmware.py b/tests/test_report_network_firmware.py index 6a9df891a..32e5d0392 100644 --- a/tests/test_report_network_firmware.py +++ b/tests/test_report_network_firmware.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_report_switch_cabling.py b/tests/test_report_switch_cabling.py index dd340f806..d00f54665 100644 --- a/tests/test_report_switch_cabling.py +++ b/tests/test_report_switch_cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_report_switch_firmware.py b/tests/test_report_switch_firmware.py index b6a82af27..e4ccd8e20 100644 --- a/tests/test_report_switch_firmware.py +++ b/tests/test_report_switch_firmware.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_validate_network_bgp.py b/tests/test_validate_network_bgp.py index 3ab9cd8cb..86ebf8cd1 100644 --- a/tests/test_validate_network_bgp.py +++ b/tests/test_validate_network_bgp.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_validate_network_cabling.py b/tests/test_validate_network_cabling.py index c265aaada..048203dcd 100644 --- a/tests/test_validate_network_cabling.py +++ b/tests/test_validate_network_cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_validate_network_config.py b/tests/test_validate_network_config.py index ff9d4ac49..2a25d7d0e 100644 --- a/tests/test_validate_network_config.py +++ b/tests/test_validate_network_config.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_validate_paddle.py b/tests/test_validate_paddle.py index 24c1162ed..6a9b582e9 100644 --- a/tests/test_validate_paddle.py +++ b/tests/test_validate_paddle.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_validate_paddle_cabling.py b/tests/test_validate_paddle_cabling.py index 8742b4fb9..207ba63c2 100644 --- a/tests/test_validate_paddle_cabling.py +++ b/tests/test_validate_paddle_cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_validate_shcd.py b/tests/test_validate_shcd.py index 6efda7936..6f1034226 100644 --- a/tests/test_validate_shcd.py +++ b/tests/test_validate_shcd.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_validate_shcd_cabling.py b/tests/test_validate_shcd_cabling.py index 73e63f91d..5349c418e 100644 --- a/tests/test_validate_shcd_cabling.py +++ b/tests/test_validate_shcd_cabling.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), diff --git a/tests/test_validate_switch_config.py b/tests/test_validate_switch_config.py index ac45b2b89..bc08ea920 100644 --- a/tests/test_validate_switch_config.py +++ b/tests/test_validate_switch_config.py @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# (C) Copyright 2022-2023 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),