From 34ffd5eb48cfe46a419cfba6a936fac12bf5082e Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Tue, 26 Sep 2023 09:15:01 -0700 Subject: [PATCH] Add license --- .../functional/KeepAliveTest.java | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/temporal-serviceclient/src/test/java/io/temporal/serviceclient/functional/KeepAliveTest.java b/temporal-serviceclient/src/test/java/io/temporal/serviceclient/functional/KeepAliveTest.java index f0c7095a0..391136a50 100644 --- a/temporal-serviceclient/src/test/java/io/temporal/serviceclient/functional/KeepAliveTest.java +++ b/temporal-serviceclient/src/test/java/io/temporal/serviceclient/functional/KeepAliveTest.java @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2022 Temporal Technologies, Inc. All Rights Reserved. + * + * Copyright (C) 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Modifications copyright (C) 2017 Uber Technologies, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this material 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.temporal.serviceclient.functional; import static org.junit.Assert.assertEquals;