From e72fcb17907de26279799a4821fd7dd8fe68f14f Mon Sep 17 00:00:00 2001 From: michel-laterman Date: Tue, 12 Jul 2022 10:54:42 -0700 Subject: [PATCH] Add missing license headers --- internal/pkg/core/status/handler.go | 4 ++++ internal/pkg/testutils/status_reporter.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/internal/pkg/core/status/handler.go b/internal/pkg/core/status/handler.go index 2e7476901c5..e82f73fb216 100644 --- a/internal/pkg/core/status/handler.go +++ b/internal/pkg/core/status/handler.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 status import ( diff --git a/internal/pkg/testutils/status_reporter.go b/internal/pkg/testutils/status_reporter.go index a045e50304a..45448aa53b2 100644 --- a/internal/pkg/testutils/status_reporter.go +++ b/internal/pkg/testutils/status_reporter.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 testutils import (