Skip to content

Commit 975d520

Browse files
committed
Add copyright year
1 parent 54a5a8f commit 975d520

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/src/main/java/org/asynchttpclient/HttpProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2024 AsyncHttpClient Project. All rights reserved.
2+
* Copyright (c) 2014-2026 AsyncHttpClient Project. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/src/main/java/org/asynchttpclient/netty/handler/Http2Handler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2024 AsyncHttpClient Project. All rights reserved.
2+
* Copyright (c) 2014-2026 AsyncHttpClient Project. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/src/test/java/org/asynchttpclient/BasicHttp2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2024 AsyncHttpClient Project. All rights reserved.
2+
* Copyright (c) 2014-2026 AsyncHttpClient Project. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)