From 938ef2636b41333d9c6603634d34982319c81f3b Mon Sep 17 00:00:00 2001 From: Bryce Anderson Date: Fri, 1 Dec 2023 15:35:51 -0700 Subject: [PATCH] Add copyright notice --- .../loadbalancer/SequentialExecutorTest.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/servicetalk-loadbalancer/src/test/java/io/servicetalk/loadbalancer/SequentialExecutorTest.java b/servicetalk-loadbalancer/src/test/java/io/servicetalk/loadbalancer/SequentialExecutorTest.java index 23f4e6050c..2a5884e08c 100644 --- a/servicetalk-loadbalancer/src/test/java/io/servicetalk/loadbalancer/SequentialExecutorTest.java +++ b/servicetalk-loadbalancer/src/test/java/io/servicetalk/loadbalancer/SequentialExecutorTest.java @@ -1,3 +1,18 @@ +/* + * Copyright © 2023 Apple Inc. and the ServiceTalk project 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 + * + * http://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. + */ package io.servicetalk.loadbalancer; import org.junit.jupiter.api.Test;