Skip to content

Commit

Permalink
chore: update copyright (#205)
Browse files Browse the repository at this point in the history
Updates the copyright to 2023-2024.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam authored Jan 10, 2024
1 parent 865dbcb commit e8423c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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 Cloud Foundation Reporting
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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
4 changes: 2 additions & 2 deletions VMware.CloudFoundation.Reporting.psd1
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 'VMware.CloudFoundation.Reporting'
Expand Down Expand Up @@ -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 Cloud Foundation Reporting'
Expand Down
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psm1
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

0 comments on commit e8423c7

Please sign in to comment.