diff --git a/VMware.CloudFoundation.InstanceRecovery.psd1 b/VMware.CloudFoundation.InstanceRecovery.psd1 index d0b2fc6..96d1869 100644 --- a/VMware.CloudFoundation.InstanceRecovery.psd1 +++ b/VMware.CloudFoundation.InstanceRecovery.psd1 @@ -1,9 +1,10 @@ -# Copyright 2024 Broadcom. All Rights Reserved. +# © Broadcom. All Rights Reserved. +# The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. # SPDX-License-Identifier: BSD-2 # Module manifest for module 'VMware.CloudFoundation.InstanceRecovery' # Generated by: Broadcom -# Generated on: 2024-09-02 +# Generated on: 2025-06-04 @{ @@ -11,7 +12,7 @@ RootModule = '.\VMware.CloudFoundation.InstanceRecovery.psm1' # Version number of this module. - ModuleVersion = '1.0.13.1002' + ModuleVersion = '1.0.13.1003' # Supported PSEditions # CompatiblePSEditions = @() @@ -26,7 +27,7 @@ CompanyName = 'Broadcom' # Copyright statement for this module - Copyright = 'Copyright 2024 Broadcom. All Rights Reserved.' + Copyright = 'Copyright 2024-2025 Broadcom. All Rights Reserved.' # Description of the functionality provided by this module Description = 'PowerShell Module for VMware Cloud Foundation Instance Recovery' diff --git a/VMware.CloudFoundation.InstanceRecovery.psm1 b/VMware.CloudFoundation.InstanceRecovery.psm1 index 570fded..a41bc9f 100644 --- a/VMware.CloudFoundation.InstanceRecovery.psm1 +++ b/VMware.CloudFoundation.InstanceRecovery.psm1 @@ -1,4 +1,5 @@ -# Copyright 2024 Broadcom. All Rights Reserved. +# © Broadcom. All Rights Reserved. +# The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. # SPDX-License-Identifier: BSD-2 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE