Skip to content

Commit 6d01fba

Browse files
authored
update copyright headers (#398)
* update copyright headers * fix malformed license
1 parent 6bf5901 commit 6d01fba

14 files changed

+106
-181
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 HashiCorp, Inc.
1+
Copyright IBM Corp. 2019, 2026
22

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

internal/hashcode/hashcode.go

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

44
package hashcode

internal/hashcode/hashcode_test.go

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

44
package hashcode

internal/provider/cloudinit_config.go

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

44
package provider

internal/provider/data_source_cloudinit_config.go

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

44
package provider

internal/provider/data_source_cloudinit_config_test.go

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

44
package provider

internal/provider/provider.go

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

44
package provider

internal/provider/provider_test.go

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

44
package provider

internal/provider/resource_cloudinit_config.go

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

44
package provider

internal/provider/resource_cloudinit_config_test.go

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

44
package provider

0 commit comments

Comments
 (0)