Skip to content

Commit 1651558

Browse files
committed
added missing headers
1 parent 1929087 commit 1651558

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

internal/pkg/agent/application/fleet_config_patcher.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2+
// or more contributor license agreements. Licensed under the Elastic License 2.0;
3+
// you may not use this file except in compliance with the Elastic License 2.0.
4+
15
package application
26

37
import (

internal/pkg/agent/application/fleet_config_patcher_test.go

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1+
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2+
// or more contributor license agreements. Licensed under the Elastic License 2.0;
3+
// you may not use this file except in compliance with the Elastic License 2.0.
4+
15
package application
26

37
import (
48
"os"
59
"path/filepath"
610
"testing"
711

8-
"github.com/elastic/elastic-agent/internal/pkg/agent/configuration"
9-
"github.com/elastic/elastic-agent/internal/pkg/config"
10-
"github.com/elastic/elastic-agent/pkg/core/logger/loggertest"
1112
"github.com/stretchr/testify/assert"
1213
"github.com/stretchr/testify/mock"
1314
"github.com/stretchr/testify/require"
15+
16+
"github.com/elastic/elastic-agent/internal/pkg/agent/configuration"
17+
"github.com/elastic/elastic-agent/internal/pkg/config"
18+
"github.com/elastic/elastic-agent/pkg/core/logger/loggertest"
1419
)
1520

1621
func Test_FleetPatcher(t *testing.T) {

0 commit comments

Comments
 (0)