Skip to content

Commit be2a6e6

Browse files
committed
Add license header to EventCollectingHandler
1 parent d9b8983 commit be2a6e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

api/src/test/java/org/asynchttpclient/async/util/EventCollectingHandler.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Copyright (c) 2014 AsyncHttpClient Project. All rights reserved.
3+
*
4+
* This program is licensed to you under the Apache License Version 2.0,
5+
* and you may not use this file except in compliance with the Apache License Version 2.0.
6+
* You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
7+
*
8+
* Unless required by applicable law or agreed to in writing,
9+
* software distributed under the Apache License Version 2.0 is distributed on an
10+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
12+
*/
113
package org.asynchttpclient.async.util;
214

315
import org.asynchttpclient.AsyncCompletionHandlerBase;

0 commit comments

Comments
 (0)