Skip to content

Commit

Permalink
[COMPLIANCE] Add Copyright and License Headers (#448)
Browse files Browse the repository at this point in the history
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
  • Loading branch information
hashicorp-copywrite[bot] authored Feb 20, 2024
1 parent 4c9327e commit 9a09f35
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/doc.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/exporter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package telemetry

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/exporter_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package telemetry

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/otlphttp/client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package otlphttp

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/otlphttp/client_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package otlphttp

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/otlphttp/middleware.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package otlphttp

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/scraper.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package telemetry

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/scraper_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package telemetry

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/state.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package telemetry

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/hcp/telemetry/state_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package telemetry

import (
Expand Down

0 comments on commit 9a09f35

Please sign in to comment.