From 239da188d3e817ab59204b8acc4bcf569e18c57c Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 2 Jun 2020 16:27:41 -0400 Subject: [PATCH] Fix copyright on test - unsaved local change --- .../TcpAsyncBiDirectionalApplicationTests.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/intermediate/tcp-async-bi-directional/src/test/java/org/springframework/integration/samples/tcpasyncbi/TcpAsyncBiDirectionalApplicationTests.java b/intermediate/tcp-async-bi-directional/src/test/java/org/springframework/integration/samples/tcpasyncbi/TcpAsyncBiDirectionalApplicationTests.java index d08fe95b..7dea9340 100644 --- a/intermediate/tcp-async-bi-directional/src/test/java/org/springframework/integration/samples/tcpasyncbi/TcpAsyncBiDirectionalApplicationTests.java +++ b/intermediate/tcp-async-bi-directional/src/test/java/org/springframework/integration/samples/tcpasyncbi/TcpAsyncBiDirectionalApplicationTests.java @@ -1,3 +1,19 @@ +/* + * Copyright 2020 the original author or 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. + */ + package org.springframework.integration.samples.tcpasyncbi; import static org.assertj.core.api.Assertions.assertThat;