Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update copyright #465

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright 2023 Broadcom. All Rights Reserved.
Copyright 2023-2024 Broadcom. All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# SPDX-License-Identifier: BSD-2

docs-install:
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PowerShell Module for VMware Validated Solutions
Copyright 2023 Broadcom. All Rights Reserved.
Copyright 2023-2024 Broadcom. All Rights Reserved.

This product is licensed to you under the BSD-2 license (the "License"). You may not use this product except in
compliance with the BSD-2 License.
Expand Down
6 changes: 3 additions & 3 deletions PowerValidatedSolutions.psd1
tenthirtyam marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# SPDX-License-Identifier: BSD-2

# Module manifest for module 'PowerValidatedSolutions'
Expand All @@ -11,7 +11,7 @@
RootModule = 'PowerValidatedSolutions.psm1'

# Version number of this module.
ModuleVersion = '2.8.0.1037'
ModuleVersion = '2.8.0.1038'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -26,7 +26,7 @@
CompanyName = 'Broadcom'

# Copyright statement for this module
Copyright = 'Copyright 2023 Broadcom. All Rights Reserved.'
Copyright = 'Copyright 2023-2024 Broadcom. All Rights Reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell Module for VMware Validated Solutions'
Expand Down
12 changes: 5 additions & 7 deletions PowerValidatedSolutions.psm1
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# PowerShell Module for VMware Validated Solutions for VMware Cloud Foundation
# Contributions are welcome. https://github.com/vmware/power-validated-solutions-for-cloud-foundation/blob/main/CONTRIBUTING.md
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# 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
# 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.

### Note
# It is recommended you don't use it for any production environment without testing extensively!

# Enable communication with self signed certs when using Powershell Core. If you require all communications to be secure
# and do not wish to allow communication with self-signed certificates remove lines 15-38 before importing the module.
# Enable communication with self-signed certificates when using Powershell Core. If you require all communications
# to be secure and do not wish to allow communication with self-signed certificates, remove lines 17-36 before
# importing the module.

if ($PSEdition -eq 'Core') {
$PSDefaultParameterValues.Add("Invoke-RestMethod:SkipCertificateCheck", $true)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can also start a discussion on the GitHub [discussions][gh-discussions] area

## License

Copyright 2023 Broadcom. All Rights Reserved.
Copyright 2023-2024 Broadcom. All Rights Reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion SampleScripts/dri/driConfigureSupervisorCluster.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# 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
Expand Down
2 changes: 1 addition & 1 deletion SampleScripts/dri/driDeployTanzuCluster.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# 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
Expand Down
2 changes: 1 addition & 1 deletion SampleScripts/dri/driUndoDeployment.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# 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
Expand Down
2 changes: 1 addition & 1 deletion SampleScripts/iam/iamSolutionInteroperability.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# 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
Expand Down
2 changes: 1 addition & 1 deletion SampleScripts/ila/ilaSolutionInteroperability.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# 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
Expand Down
2 changes: 1 addition & 1 deletion SampleScripts/ila/ilaUndoSolutionInteroperability.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# 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
Expand Down
2 changes: 1 addition & 1 deletion SampleScripts/iom/iomSolutionInteroperability.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Broadcom. All Rights Reserved.
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# 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
Expand Down