From df70922b6b7ea2cbee936f1977329d62a60b6549 Mon Sep 17 00:00:00 2001 From: feywind <57276408+feywind@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:05:54 -0400 Subject: [PATCH] docs: update copyrights to make header-check happy --- samples/typescript/openTelemetryTracing.ts | 2 +- src/telemetry-tracing.ts | 2 +- src/wrapping-emitter.ts | 2 +- test/telemetry-tracing.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/typescript/openTelemetryTracing.ts b/samples/typescript/openTelemetryTracing.ts index fc0b50fd2..bb68af87a 100644 --- a/samples/typescript/openTelemetryTracing.ts +++ b/samples/typescript/openTelemetryTracing.ts @@ -1,4 +1,4 @@ -// Copyright 2020-2022 Google LLC +// Copyright 2020-2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/telemetry-tracing.ts b/src/telemetry-tracing.ts index e9088a210..1d2e54f91 100644 --- a/src/telemetry-tracing.ts +++ b/src/telemetry-tracing.ts @@ -1,5 +1,5 @@ /*! - * Copyright 2020 Google LLC + * Copyright 2020-2023 Google LLC * 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 diff --git a/src/wrapping-emitter.ts b/src/wrapping-emitter.ts index 2bbd8c370..de3fbfe60 100644 --- a/src/wrapping-emitter.ts +++ b/src/wrapping-emitter.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022-2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/telemetry-tracing.ts b/test/telemetry-tracing.ts index 8ce9a203d..de450d580 100644 --- a/test/telemetry-tracing.ts +++ b/test/telemetry-tracing.ts @@ -1,5 +1,5 @@ /*! - * Copyright 2020 Google LLC + * Copyright 2020-2023 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.