diff --git a/src/Elastic.OpenTelemetry/Configuration/ConfigSource.cs b/src/Elastic.OpenTelemetry/Configuration/ConfigSource.cs index 84ce644..aecbcd8 100644 --- a/src/Elastic.OpenTelemetry/Configuration/ConfigSource.cs +++ b/src/Elastic.OpenTelemetry/Configuration/ConfigSource.cs @@ -1,4 +1,4 @@ -// Licensed to Elasticsearch B.V under one or more agreements. +// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information diff --git a/src/Elastic.OpenTelemetry/Configuration/SdkActivationMethod.cs b/src/Elastic.OpenTelemetry/Configuration/SdkActivationMethod.cs index b6230d9..ede4b2e 100644 --- a/src/Elastic.OpenTelemetry/Configuration/SdkActivationMethod.cs +++ b/src/Elastic.OpenTelemetry/Configuration/SdkActivationMethod.cs @@ -1,4 +1,4 @@ -// Licensed to Elasticsearch B.V under one or more agreements. +// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information diff --git a/src/Elastic.OpenTelemetry/Extensions/LoggerFactoryExtensions.cs b/src/Elastic.OpenTelemetry/Extensions/LoggerFactoryExtensions.cs index 019a6dd..4eaeee4 100644 --- a/src/Elastic.OpenTelemetry/Extensions/LoggerFactoryExtensions.cs +++ b/src/Elastic.OpenTelemetry/Extensions/LoggerFactoryExtensions.cs @@ -1,4 +1,4 @@ -// Licensed to Elasticsearch B.V under one or more agreements. +// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information diff --git a/tests/Elastic.OpenTelemetry.Tests/AutoInstrumentationPluginTests.cs b/tests/Elastic.OpenTelemetry.Tests/AutoInstrumentationPluginTests.cs index ec8eb41..1899cc6 100644 --- a/tests/Elastic.OpenTelemetry.Tests/AutoInstrumentationPluginTests.cs +++ b/tests/Elastic.OpenTelemetry.Tests/AutoInstrumentationPluginTests.cs @@ -1,4 +1,4 @@ -// Licensed to Elasticsearch B.V under one or more agreements. +// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information diff --git a/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/LogInstrumentationsTests.cs b/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/LogInstrumentationsTests.cs index 24f2f5b..c66d54f 100644 --- a/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/LogInstrumentationsTests.cs +++ b/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/LogInstrumentationsTests.cs @@ -1,3 +1,7 @@ +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information + using Elastic.OpenTelemetry.Configuration.Instrumentations; namespace Elastic.OpenTelemetry.Tests.Configuration.Instrumentations; diff --git a/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/MetricInstrumentationsTests.cs b/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/MetricInstrumentationsTests.cs index 4623c8d..3a44393 100644 --- a/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/MetricInstrumentationsTests.cs +++ b/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/MetricInstrumentationsTests.cs @@ -1,4 +1,8 @@ -using Elastic.OpenTelemetry.Configuration.Instrumentations; +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information + +using Elastic.OpenTelemetry.Configuration.Instrumentations; namespace Elastic.OpenTelemetry.Tests.Configuration.Instrumentations; diff --git a/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/TraceInstrumentationsTests.cs b/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/TraceInstrumentationsTests.cs index 1a04255..5fcb8c2 100644 --- a/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/TraceInstrumentationsTests.cs +++ b/tests/Elastic.OpenTelemetry.Tests/Configuration/Instrumentations/TraceInstrumentationsTests.cs @@ -1,4 +1,8 @@ -using Elastic.OpenTelemetry.Configuration.Instrumentations; +// Licensed to Elasticsearch B.V under one or more agreements. +// Elasticsearch B.V licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information + +using Elastic.OpenTelemetry.Configuration.Instrumentations; namespace Elastic.OpenTelemetry.Tests.Configuration.Instrumentations;