Skip to content

Commit 0acaa80

Browse files
[COMPLIANCE] Add/Update Copyright Headers (#152)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
1 parent c71441c commit 0acaa80

39 files changed

Lines changed: 39 additions & 39 deletions

.github/actions/build-and-persist-plugin-binary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2013, 2026
22
# SPDX-License-Identifier: MPL-2.0
33

44
name: build-and-persist-plugin-binary

.github/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2013, 2026
22
# SPDX-License-Identifier: MPL-2.0
33

44
changelog:

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2013, 2026
22
# SPDX-License-Identifier: MPL-2.0
33

44
# This is an example goreleaser.yaml file with some defaults.

.web-docs/metadata.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) HashiCorp, Inc.
1+
# Copyright IBM Corp. 2013, 2026
22
# SPDX-License-Identifier: MPL-2.0
33

44
# For full specification on the configuration of this file visit:

.web-docs/scripts/compile-to-webdocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) HashiCorp, Inc.
2+
# Copyright IBM Corp. 2013, 2026
33
# SPDX-License-Identifier: MPL-2.0
44

55

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright IBM Corp. 2013, 2025
1+
Copyright IBM Corp. 2013, 2026
22

33
Mozilla Public License Version 2.0
44
==================================

builder/openstack/access_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013, 2025
1+
// Copyright IBM Corp. 2013, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
//go:generate packer-sdc struct-markdown

builder/openstack/artifact.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013, 2025
1+
// Copyright IBM Corp. 2013, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package openstack

builder/openstack/artifact_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013, 2025
1+
// Copyright IBM Corp. 2013, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package openstack

builder/openstack/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright IBM Corp. 2013, 2025
1+
// Copyright IBM Corp. 2013, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
//go:generate packer-sdc mapstructure-to-hcl2 -type Config,ImageFilter,ImageFilterOptions

0 commit comments

Comments
 (0)