Skip to content

Commit 3574ecf

Browse files
committed
Add missing file header
1 parent 86da45c commit 3574ecf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

client/src/main/java/org/asynchttpclient/util/HttpConstants.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
import io.netty.handler.codec.http.HttpMethod;
44
import io.netty.handler.codec.http.HttpResponseStatus;
55

6+
/*
7+
* Copyright (c) 2015 AsyncHttpClient Project. All rights reserved.
8+
*
9+
* This program is licensed to you under the Apache License Version 2.0,
10+
* and you may not use this file except in compliance with the Apache License Version 2.0.
11+
* You may obtain a copy of the Apache License Version 2.0 at
12+
* http://www.apache.org/licenses/LICENSE-2.0.
13+
*
14+
* Unless required by applicable law or agreed to in writing,
15+
* software distributed under the Apache License Version 2.0 is distributed on an
16+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
18+
*/
619
public final class HttpConstants {
720

821
public static final class Methods {

0 commit comments

Comments
 (0)