From a268e6c5db6a11b2b70bd4034401f5c8895c84df Mon Sep 17 00:00:00 2001 From: "marc.pichler" Date: Fri, 2 Sep 2022 14:41:12 +0200 Subject: [PATCH] fix(lint): add header. --- .../test/export/utils.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/experimental/packages/opentelemetry-sdk-metrics/test/export/utils.ts b/experimental/packages/opentelemetry-sdk-metrics/test/export/utils.ts index 9d9ae99db0..22e4c139f2 100644 --- a/experimental/packages/opentelemetry-sdk-metrics/test/export/utils.ts +++ b/experimental/packages/opentelemetry-sdk-metrics/test/export/utils.ts @@ -1,3 +1,19 @@ +/* + * Copyright The OpenTelemetry Authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import { AggregationSelector, AggregationTemporalitySelector,