From 62e927ca60a9def5f5040de54007e376e0b804c9 Mon Sep 17 00:00:00 2001 From: Paolo Chila Date: Fri, 1 Sep 2023 17:53:19 +0200 Subject: [PATCH] make check-ci --- pkg/component/fake/component/comp/apm.go | 4 ++++ pkg/component/runtime/apm_config_mapper_test.go | 4 ++++ testing/integration/apm_propagation_test.go | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/pkg/component/fake/component/comp/apm.go b/pkg/component/fake/component/comp/apm.go index d075765dc37..c6e0eeb46d9 100644 --- a/pkg/component/fake/component/comp/apm.go +++ b/pkg/component/fake/component/comp/apm.go @@ -1,3 +1,7 @@ +// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one +// or more contributor license agreements. Licensed under the Elastic License; +// you may not use this file except in compliance with the Elastic License. + package comp import ( diff --git a/pkg/component/runtime/apm_config_mapper_test.go b/pkg/component/runtime/apm_config_mapper_test.go index c09bd9e629f..b600953e2a4 100644 --- a/pkg/component/runtime/apm_config_mapper_test.go +++ b/pkg/component/runtime/apm_config_mapper_test.go @@ -1,3 +1,7 @@ +// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one +// or more contributor license agreements. Licensed under the Elastic License; +// you may not use this file except in compliance with the Elastic License. + package runtime import ( diff --git a/testing/integration/apm_propagation_test.go b/testing/integration/apm_propagation_test.go index 76ab1b7282d..ddf423a3846 100644 --- a/testing/integration/apm_propagation_test.go +++ b/testing/integration/apm_propagation_test.go @@ -1 +1,5 @@ +// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one +// or more contributor license agreements. Licensed under the Elastic License; +// you may not use this file except in compliance with the Elastic License. + package integration