From 5adcfe0529d4576974b1783bb2673ccb14a9beb7 Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Mon, 8 Jan 2024 11:35:18 -0600 Subject: [PATCH] license compliance 2024 Signed-off-by: Jacob Salmela --- cmd/blade/add_blade.go | 2 +- cmd/blade/init.go | 2 +- cmd/blade/list_blade.go | 2 +- cmd/blade/validate.go | 2 +- cmd/cabinet/add_cabinet.go | 2 +- cmd/cabinet/init.go | 2 +- cmd/cabinet/list_cabinet.go | 2 +- cmd/cabinet/validate.go | 2 +- cmd/cdu/init.go | 2 +- cmd/chassis/init.go | 2 +- cmd/config/config.go | 2 +- cmd/export.go | 2 +- cmd/import.go | 2 +- cmd/init.go | 2 +- cmd/makeprovider.go | 2 +- cmd/node/add_node.go | 2 +- cmd/node/init.go | 2 +- cmd/node/list_node.go | 2 +- cmd/node/update_node.go | 2 +- cmd/pdu/init.go | 2 +- cmd/session/init.go | 2 +- cmd/session/session_init.go | 2 +- cmd/switch/init.go | 2 +- cmd/taxonomy/taxonomy.go | 2 +- cmd/util.go | 2 +- internal/domain/blade.go | 2 +- internal/domain/cabinet.go | 2 +- internal/domain/domain.go | 2 +- internal/domain/init.go | 2 +- internal/domain/print.go | 2 +- internal/inventory/buildout.go | 2 +- internal/inventory/init.go | 2 +- internal/provider/csm/init.go | 2 +- internal/provider/csm/print.go | 2 +- internal/provider/csm/recommend.go | 2 +- internal/provider/csm/validation.go | 2 +- internal/provider/interface.go | 2 +- main.go | 25 +++++++++++++++++++ pkg/hardwaretypes/library.go | 2 +- pkg/utils/utils.go | 2 +- .../add_cabinet_ex2000_subnet_limit_spec.sh | 2 +- .../add_cabinet_ex2000_vlan_limit_spec.sh | 2 +- spec/functional/cani_add_blade_spec.sh | 2 +- spec/functional/cani_add_cabinet_spec.sh | 2 +- spec/functional/cani_session_spec.sh | 2 +- spec/functional/cani_update_node_spec.sh | 2 +- spec/integration/add_blade_ex235a_spec.sh | 2 +- spec/integration/add_blade_ex235n_spec.sh | 2 +- spec/integration/add_blade_ex254n_spec.sh | 2 +- spec/integration/add_blade_ex420_spec.sh | 2 +- spec/integration/add_blade_ex4252_spec.sh | 2 +- spec/integration/add_blade_ex425_spec.sh | 2 +- .../add_cabinet_ex2000_dryrun_spec.sh | 2 +- spec/integration/add_cabinet_ex2000_spec.sh | 2 +- spec/integration/add_cabinet_ex2500_spec.sh | 2 +- spec/integration/add_cabinet_ex3000_spec.sh | 2 +- spec/integration/add_cabinet_ex4000_spec.sh | 2 +- spec/integration/export_import_spec.sh | 2 +- spec/integration/export_sls_json_spec.sh | 2 +- spec/support/cab_blade_matrix.sh | 2 +- 60 files changed, 84 insertions(+), 59 deletions(-) diff --git a/cmd/blade/add_blade.go b/cmd/blade/add_blade.go index 8eb47fc8..fed36ffe 100644 --- a/cmd/blade/add_blade.go +++ b/cmd/blade/add_blade.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/blade/init.go b/cmd/blade/init.go index 636e1489..3f383d3b 100644 --- a/cmd/blade/init.go +++ b/cmd/blade/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/blade/list_blade.go b/cmd/blade/list_blade.go index 45880aa9..7223721b 100644 --- a/cmd/blade/list_blade.go +++ b/cmd/blade/list_blade.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/blade/validate.go b/cmd/blade/validate.go index 0a1f4e78..d2cc363c 100644 --- a/cmd/blade/validate.go +++ b/cmd/blade/validate.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/cabinet/add_cabinet.go b/cmd/cabinet/add_cabinet.go index cf9be270..8602179c 100644 --- a/cmd/cabinet/add_cabinet.go +++ b/cmd/cabinet/add_cabinet.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/cabinet/init.go b/cmd/cabinet/init.go index 533e3707..bf0ee567 100644 --- a/cmd/cabinet/init.go +++ b/cmd/cabinet/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/cabinet/list_cabinet.go b/cmd/cabinet/list_cabinet.go index 8e97cf1b..2c9cdcdc 100644 --- a/cmd/cabinet/list_cabinet.go +++ b/cmd/cabinet/list_cabinet.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/cabinet/validate.go b/cmd/cabinet/validate.go index 19fa8bb1..5e6d2c9f 100644 --- a/cmd/cabinet/validate.go +++ b/cmd/cabinet/validate.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/cdu/init.go b/cmd/cdu/init.go index 3b2e3bd8..e093f244 100644 --- a/cmd/cdu/init.go +++ b/cmd/cdu/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/chassis/init.go b/cmd/chassis/init.go index cec3654e..7c137fc9 100644 --- a/cmd/chassis/init.go +++ b/cmd/chassis/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/config/config.go b/cmd/config/config.go index b895c7d1..7db29809 100644 --- a/cmd/config/config.go +++ b/cmd/config/config.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/export.go b/cmd/export.go index 7240a620..c6a765d3 100644 --- a/cmd/export.go +++ b/cmd/export.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/import.go b/cmd/import.go index ad7b4daa..efe56bdf 100644 --- a/cmd/import.go +++ b/cmd/import.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/init.go b/cmd/init.go index eab68d33..1b012bc4 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/makeprovider.go b/cmd/makeprovider.go index 68e9fa6e..21854f7f 100644 --- a/cmd/makeprovider.go +++ b/cmd/makeprovider.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/node/add_node.go b/cmd/node/add_node.go index 0e81f612..621407e0 100644 --- a/cmd/node/add_node.go +++ b/cmd/node/add_node.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/node/init.go b/cmd/node/init.go index f4198e09..8ec08c8b 100644 --- a/cmd/node/init.go +++ b/cmd/node/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/node/list_node.go b/cmd/node/list_node.go index 19461773..a3367ff5 100644 --- a/cmd/node/list_node.go +++ b/cmd/node/list_node.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/node/update_node.go b/cmd/node/update_node.go index 5cc3065b..a745704d 100644 --- a/cmd/node/update_node.go +++ b/cmd/node/update_node.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/pdu/init.go b/cmd/pdu/init.go index 4846ce00..fde41e43 100644 --- a/cmd/pdu/init.go +++ b/cmd/pdu/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/session/init.go b/cmd/session/init.go index 9474cc30..8d7f3c87 100644 --- a/cmd/session/init.go +++ b/cmd/session/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/session/session_init.go b/cmd/session/session_init.go index 2e3b4e94..0099d3c1 100644 --- a/cmd/session/session_init.go +++ b/cmd/session/session_init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/switch/init.go b/cmd/switch/init.go index 5489c4f4..f80fcbd9 100644 --- a/cmd/switch/init.go +++ b/cmd/switch/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/taxonomy/taxonomy.go b/cmd/taxonomy/taxonomy.go index 20d9c9be..b96a3ed6 100644 --- a/cmd/taxonomy/taxonomy.go +++ b/cmd/taxonomy/taxonomy.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/cmd/util.go b/cmd/util.go index db5d3c5e..6bf57093 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/domain/blade.go b/internal/domain/blade.go index 2723da7e..c7a423fe 100644 --- a/internal/domain/blade.go +++ b/internal/domain/blade.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/domain/cabinet.go b/internal/domain/cabinet.go index d3c27b2b..0940f0b3 100644 --- a/internal/domain/cabinet.go +++ b/internal/domain/cabinet.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/domain/domain.go b/internal/domain/domain.go index eff2e052..372893b1 100644 --- a/internal/domain/domain.go +++ b/internal/domain/domain.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/domain/init.go b/internal/domain/init.go index a6b7c045..1e3ceb54 100644 --- a/internal/domain/init.go +++ b/internal/domain/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/domain/print.go b/internal/domain/print.go index c8529f25..34d5886d 100644 --- a/internal/domain/print.go +++ b/internal/domain/print.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/inventory/buildout.go b/internal/inventory/buildout.go index 8b266578..5a977595 100644 --- a/internal/inventory/buildout.go +++ b/internal/inventory/buildout.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/inventory/init.go b/internal/inventory/init.go index d1cce8c9..0b945f52 100644 --- a/internal/inventory/init.go +++ b/internal/inventory/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/provider/csm/init.go b/internal/provider/csm/init.go index b120e16c..f9117007 100644 --- a/internal/provider/csm/init.go +++ b/internal/provider/csm/init.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/provider/csm/print.go b/internal/provider/csm/print.go index 45eeb1dc..b1b9d81e 100644 --- a/internal/provider/csm/print.go +++ b/internal/provider/csm/print.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/provider/csm/recommend.go b/internal/provider/csm/recommend.go index 783d6ce7..d9caf8e5 100644 --- a/internal/provider/csm/recommend.go +++ b/internal/provider/csm/recommend.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/provider/csm/validation.go b/internal/provider/csm/validation.go index 7c55200a..515a36d3 100644 --- a/internal/provider/csm/validation.go +++ b/internal/provider/csm/validation.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/internal/provider/interface.go b/internal/provider/interface.go index aa39852e..26417b91 100644 --- a/internal/provider/interface.go +++ b/internal/provider/interface.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/main.go b/main.go index e772b4b6..5dad37a3 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,28 @@ +/* + * + * MIT License + * + * (C) Copyright 2024 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"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + */ /* MIT License diff --git a/pkg/hardwaretypes/library.go b/pkg/hardwaretypes/library.go index b6eb80c2..b374a63e 100644 --- a/pkg/hardwaretypes/library.go +++ b/pkg/hardwaretypes/library.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/pkg/utils/utils.go b/pkg/utils/utils.go index c60c590b..a835f57e 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -2,7 +2,7 @@ * * MIT License * - * (C) Copyright 2023 Hewlett Packard Enterprise Development LP + * (C) Copyright 2023-2024 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/spec/edge/add_cabinet_ex2000_subnet_limit_spec.sh b/spec/edge/add_cabinet_ex2000_subnet_limit_spec.sh index 4648003c..e5ae5bb8 100644 --- a/spec/edge/add_cabinet_ex2000_subnet_limit_spec.sh +++ b/spec/edge/add_cabinet_ex2000_subnet_limit_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/edge/add_cabinet_ex2000_vlan_limit_spec.sh b/spec/edge/add_cabinet_ex2000_vlan_limit_spec.sh index 6519c32e..b033be4e 100644 --- a/spec/edge/add_cabinet_ex2000_vlan_limit_spec.sh +++ b/spec/edge/add_cabinet_ex2000_vlan_limit_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/functional/cani_add_blade_spec.sh b/spec/functional/cani_add_blade_spec.sh index 86b61539..63c2cead 100755 --- a/spec/functional/cani_add_blade_spec.sh +++ b/spec/functional/cani_add_blade_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/functional/cani_add_cabinet_spec.sh b/spec/functional/cani_add_cabinet_spec.sh index f1b4ec61..ff1387b5 100755 --- a/spec/functional/cani_add_cabinet_spec.sh +++ b/spec/functional/cani_add_cabinet_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/functional/cani_session_spec.sh b/spec/functional/cani_session_spec.sh index 415cf136..5dd0b45d 100644 --- a/spec/functional/cani_session_spec.sh +++ b/spec/functional/cani_session_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/functional/cani_update_node_spec.sh b/spec/functional/cani_update_node_spec.sh index f6ee6769..747c7b42 100644 --- a/spec/functional/cani_update_node_spec.sh +++ b/spec/functional/cani_update_node_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_blade_ex235a_spec.sh b/spec/integration/add_blade_ex235a_spec.sh index 786260fb..f924ef5e 100644 --- a/spec/integration/add_blade_ex235a_spec.sh +++ b/spec/integration/add_blade_ex235a_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_blade_ex235n_spec.sh b/spec/integration/add_blade_ex235n_spec.sh index 87f63b6d..a2f9c165 100644 --- a/spec/integration/add_blade_ex235n_spec.sh +++ b/spec/integration/add_blade_ex235n_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_blade_ex254n_spec.sh b/spec/integration/add_blade_ex254n_spec.sh index 3b992ebe..e6c9739d 100644 --- a/spec/integration/add_blade_ex254n_spec.sh +++ b/spec/integration/add_blade_ex254n_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_blade_ex420_spec.sh b/spec/integration/add_blade_ex420_spec.sh index 5b02d380..18c741f2 100644 --- a/spec/integration/add_blade_ex420_spec.sh +++ b/spec/integration/add_blade_ex420_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_blade_ex4252_spec.sh b/spec/integration/add_blade_ex4252_spec.sh index cd36f513..db4a864e 100644 --- a/spec/integration/add_blade_ex4252_spec.sh +++ b/spec/integration/add_blade_ex4252_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_blade_ex425_spec.sh b/spec/integration/add_blade_ex425_spec.sh index 08a3f7a6..159ff290 100644 --- a/spec/integration/add_blade_ex425_spec.sh +++ b/spec/integration/add_blade_ex425_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_cabinet_ex2000_dryrun_spec.sh b/spec/integration/add_cabinet_ex2000_dryrun_spec.sh index 43279ef5..f00c35b0 100644 --- a/spec/integration/add_cabinet_ex2000_dryrun_spec.sh +++ b/spec/integration/add_cabinet_ex2000_dryrun_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_cabinet_ex2000_spec.sh b/spec/integration/add_cabinet_ex2000_spec.sh index c5ba4e95..3d618d19 100644 --- a/spec/integration/add_cabinet_ex2000_spec.sh +++ b/spec/integration/add_cabinet_ex2000_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_cabinet_ex2500_spec.sh b/spec/integration/add_cabinet_ex2500_spec.sh index e3dca4b8..3f1d21db 100644 --- a/spec/integration/add_cabinet_ex2500_spec.sh +++ b/spec/integration/add_cabinet_ex2500_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_cabinet_ex3000_spec.sh b/spec/integration/add_cabinet_ex3000_spec.sh index 184cd33c..2ae17207 100644 --- a/spec/integration/add_cabinet_ex3000_spec.sh +++ b/spec/integration/add_cabinet_ex3000_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/add_cabinet_ex4000_spec.sh b/spec/integration/add_cabinet_ex4000_spec.sh index 10ee7c9d..eae7384f 100644 --- a/spec/integration/add_cabinet_ex4000_spec.sh +++ b/spec/integration/add_cabinet_ex4000_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/export_import_spec.sh b/spec/integration/export_import_spec.sh index 62bff15d..2afc87af 100644 --- a/spec/integration/export_import_spec.sh +++ b/spec/integration/export_import_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/integration/export_sls_json_spec.sh b/spec/integration/export_sls_json_spec.sh index 52de3d0b..6ccc8739 100644 --- a/spec/integration/export_sls_json_spec.sh +++ b/spec/integration/export_sls_json_spec.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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/spec/support/cab_blade_matrix.sh b/spec/support/cab_blade_matrix.sh index 0f652c87..58063e26 100755 --- a/spec/support/cab_blade_matrix.sh +++ b/spec/support/cab_blade_matrix.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2023-2024 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"),