diff --git a/pkg/hcp/telemetry/doc.go b/pkg/hcp/telemetry/doc.go index c905d0c9..2b53f8f9 100644 --- a/pkg/hcp/telemetry/doc.go +++ b/pkg/hcp/telemetry/doc.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + // Package telemetry is for scraping and sending Envoy metrics to HCP in OTLP format. // // This exists to let customers send mesh telemetry to HCP without having to deploy diff --git a/pkg/hcp/telemetry/exporter.go b/pkg/hcp/telemetry/exporter.go index 5dacb477..d22c627e 100644 --- a/pkg/hcp/telemetry/exporter.go +++ b/pkg/hcp/telemetry/exporter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package telemetry import ( diff --git a/pkg/hcp/telemetry/exporter_test.go b/pkg/hcp/telemetry/exporter_test.go index 39853120..fbd7886e 100644 --- a/pkg/hcp/telemetry/exporter_test.go +++ b/pkg/hcp/telemetry/exporter_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package telemetry import ( diff --git a/pkg/hcp/telemetry/otlphttp/client.go b/pkg/hcp/telemetry/otlphttp/client.go index 756c0fb0..1711de0e 100644 --- a/pkg/hcp/telemetry/otlphttp/client.go +++ b/pkg/hcp/telemetry/otlphttp/client.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package otlphttp import ( diff --git a/pkg/hcp/telemetry/otlphttp/client_test.go b/pkg/hcp/telemetry/otlphttp/client_test.go index 1c5fe819..d9adbf82 100644 --- a/pkg/hcp/telemetry/otlphttp/client_test.go +++ b/pkg/hcp/telemetry/otlphttp/client_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package otlphttp import ( diff --git a/pkg/hcp/telemetry/otlphttp/middleware.go b/pkg/hcp/telemetry/otlphttp/middleware.go index 359e51aa..3702179b 100644 --- a/pkg/hcp/telemetry/otlphttp/middleware.go +++ b/pkg/hcp/telemetry/otlphttp/middleware.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package otlphttp import ( diff --git a/pkg/hcp/telemetry/scraper.go b/pkg/hcp/telemetry/scraper.go index dc182720..a151b690 100644 --- a/pkg/hcp/telemetry/scraper.go +++ b/pkg/hcp/telemetry/scraper.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package telemetry import ( diff --git a/pkg/hcp/telemetry/scraper_test.go b/pkg/hcp/telemetry/scraper_test.go index 200a1b33..7543847c 100644 --- a/pkg/hcp/telemetry/scraper_test.go +++ b/pkg/hcp/telemetry/scraper_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package telemetry import ( diff --git a/pkg/hcp/telemetry/state.go b/pkg/hcp/telemetry/state.go index 65cc4952..e06671a7 100644 --- a/pkg/hcp/telemetry/state.go +++ b/pkg/hcp/telemetry/state.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package telemetry import ( diff --git a/pkg/hcp/telemetry/state_test.go b/pkg/hcp/telemetry/state_test.go index e58a1360..d29f1f39 100644 --- a/pkg/hcp/telemetry/state_test.go +++ b/pkg/hcp/telemetry/state_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package telemetry import (