Skip to content
Open
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 cli/helm/test_fixtures/consul/templates/foo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

foo: bar
2 changes: 1 addition & 1 deletion cli/helm/test_fixtures/consul/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

# This is a mock Helm values.yaml file used for testing.
Expand Down
2 changes: 1 addition & 1 deletion cli/helm/upgrade.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package helm
Expand Down
2 changes: 1 addition & 1 deletion cli/helm/upgrade_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package helm
Expand Down
2 changes: 1 addition & 1 deletion cli/helm/values.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package helm
Expand Down
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion cli/preset/cloud_preset.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package preset
Expand Down
2 changes: 1 addition & 1 deletion cli/preset/cloud_preset_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package preset
Expand Down
2 changes: 1 addition & 1 deletion cli/preset/demo.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package preset
Expand Down
2 changes: 1 addition & 1 deletion cli/preset/preset.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package preset
Expand Down
2 changes: 1 addition & 1 deletion cli/preset/preset_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package preset
Expand Down
2 changes: 1 addition & 1 deletion cli/preset/quickstart.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package preset
Expand Down
2 changes: 1 addition & 1 deletion cli/preset/secure.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package preset
Expand Down
2 changes: 1 addition & 1 deletion cli/release/release.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package release
Expand Down
2 changes: 1 addition & 1 deletion cli/release/release_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package release
Expand Down
2 changes: 1 addition & 1 deletion cli/validation/kubernetes.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion cli/validation/kubernetes_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion control-plane/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2018, 2025
# SPDX-License-Identifier: MPL-2.0

# This Dockerfile contains multiple targets.
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/annotations.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/annotations_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/binder.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/binder_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/cleanup.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/cleanup_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/reference_grant.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/registration.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/registration_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/result.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/result_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/route_binding.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/setter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/setter_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/snapshot.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/validation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/validation_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package binding
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/cache/consul.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package cache
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/cache/consul_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package cache
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/cache/gateway.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package cache
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/cache/kubernetes.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package cache
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/cache/subscription.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package cache
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/diff.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/diff_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/finalizers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/helm_config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/helpers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/helpers_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/labels.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/metrics.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/reference.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/resources.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/resources_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/secrets.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/secrets_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/translation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/translation_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/controllers/finalizer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
2 changes: 1 addition & 1 deletion control-plane/api-gateway/controllers/finalizer_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2018, 2025
// SPDX-License-Identifier: MPL-2.0

package controllers
Expand Down
Loading
Loading