Skip to content

Commit 9237d02

Browse files
committed
Update copyright to Spice AI, Inc. 2025, 2026
1 parent 17e76b7 commit 9237d02

20 files changed

Lines changed: 22 additions & 21 deletions

.copywrite.hcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
schema_version = 1
22

33
project {
4-
license = "MPL-2.0"
5-
copyright_year = 2025
4+
license = "MPL-2.0"
5+
copyright_year = 2025
6+
copyright_holder = "Spice AI, Inc."
67

78
header_ignore = [
89
# internal catalog metadata (prose)

.github/examples/e2e-consumer-workflow.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 (c) Spice AI, Inc. 2025, 2026
22
# SPDX-License-Identifier: MPL-2.0
33

44
# Example workflow for spicehq/cloud to consume the terraform provider artifact

internal/client/client.go

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 (c) Spice AI, Inc. 2025, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package client

internal/provider/datasource_api_keys.go

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 (c) Spice AI, Inc. 2025, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package provider

internal/provider/datasource_app.go

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 (c) Spice AI, Inc. 2025, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package provider

internal/provider/datasource_apps.go

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 (c) Spice AI, Inc. 2025, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package provider

internal/provider/datasource_container_images.go

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 (c) Spice AI, Inc. 2025, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package provider

internal/provider/datasource_members.go

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 (c) Spice AI, Inc. 2025, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package provider

internal/provider/datasource_regions.go

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 (c) Spice AI, Inc. 2025, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package provider

internal/provider/datasource_secrets.go

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 (c) Spice AI, Inc. 2025, 2026
22
// SPDX-License-Identifier: MPL-2.0
33

44
package provider

0 commit comments

Comments
 (0)