aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--doc/src/guide/introduction.asciidoc2
-rw-r--r--src/gun.erl2
-rw-r--r--src/gun_app.erl2
-rw-r--r--src/gun_conns_sup.erl2
-rw-r--r--src/gun_content_handler.erl2
-rw-r--r--src/gun_cookies.erl2
-rw-r--r--src/gun_cookies_list.erl2
-rw-r--r--src/gun_data_h.erl2
-rw-r--r--src/gun_default_event_h.erl2
-rw-r--r--src/gun_event.erl2
-rw-r--r--src/gun_http.erl2
-rw-r--r--src/gun_http2.erl2
-rw-r--r--src/gun_http3.erl2
-rw-r--r--src/gun_pool.erl2
-rw-r--r--src/gun_pool_events_h.erl2
-rw-r--r--src/gun_pools_sup.erl2
-rw-r--r--src/gun_protocols.erl2
-rw-r--r--src/gun_public_suffix.erl2
-rw-r--r--src/gun_public_suffix.erl.src2
-rw-r--r--src/gun_quicer.erl2
-rw-r--r--src/gun_raw.erl2
-rw-r--r--src/gun_socks.erl2
-rw-r--r--src/gun_sse_h.erl2
-rw-r--r--src/gun_sup.erl2
-rw-r--r--src/gun_tcp.erl2
-rw-r--r--src/gun_tcp_proxy.erl2
-rw-r--r--src/gun_tls.erl2
-rw-r--r--src/gun_tls_proxy.erl2
-rw-r--r--src/gun_tls_proxy_cb.erl2
-rw-r--r--src/gun_tls_proxy_http2_connect.erl2
-rw-r--r--src/gun_tunnel.erl2
-rw-r--r--src/gun_ws.erl2
-rw-r--r--src/gun_ws_h.erl2
-rw-r--r--src/gun_ws_protocol.erl2
-rw-r--r--test/event_SUITE.erl2
-rw-r--r--test/flow_SUITE.erl2
-rw-r--r--test/gun_SUITE.erl2
-rw-r--r--test/gun_ct_hook.erl2
-rw-r--r--test/gun_test.erl2
-rw-r--r--test/gun_test_event_h.erl2
-rw-r--r--test/gun_test_fun_event_h.erl2
-rw-r--r--test/h2specd_SUITE.erl2
-rw-r--r--test/pool_SUITE.erl2
-rw-r--r--test/raw_SUITE.erl2
-rw-r--r--test/rfc6265bis_SUITE.erl2
-rw-r--r--test/rfc7230_SUITE.erl2
-rw-r--r--test/rfc7231_SUITE.erl2
-rw-r--r--test/rfc7540_SUITE.erl2
-rw-r--r--test/send_errors_SUITE.erl2
-rw-r--r--test/shutdown_SUITE.erl2
-rw-r--r--test/socks_SUITE.erl2
-rw-r--r--test/sse_SUITE.erl2
-rw-r--r--test/tunnel_SUITE.erl2
-rw-r--r--test/ws_SUITE.erl2
-rw-r--r--test/ws_autobahn_SUITE.erl2
56 files changed, 56 insertions, 56 deletions
diff --git a/LICENSE b/LICENSE
index 4f91160..283cab9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2023, Loïc Hoguin <[email protected]>
+Copyright (c) 2013-2025, Loïc Hoguin <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc
index 948dde9..d96419d 100644
--- a/doc/src/guide/introduction.asciidoc
+++ b/doc/src/guide/introduction.asciidoc
@@ -21,7 +21,7 @@ Gun is developed for Erlang/OTP 22.0 and newer.
Gun uses the ISC License.
----
-Copyright (c) 2013-2023, Loïc Hoguin <[email protected]>
+Copyright (c) 2013-2025, Loïc Hoguin <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun.erl b/src/gun.erl
index 39b3b95..082c210 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2013-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_app.erl b/src/gun_app.erl
index 34c297a..06c8736 100644
--- a/src/gun_app.erl
+++ b/src/gun_app.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2013-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_conns_sup.erl b/src/gun_conns_sup.erl
index 3535a47..54654b1 100644
--- a/src/gun_conns_sup.erl
+++ b/src/gun_conns_sup.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2013-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_content_handler.erl b/src/gun_content_handler.erl
index c9a2678..36267e7 100644
--- a/src/gun_content_handler.erl
+++ b/src/gun_content_handler.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2017-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_cookies.erl b/src/gun_cookies.erl
index 8f6dd8d..b4ed1ae 100644
--- a/src/gun_cookies.erl
+++ b/src/gun_cookies.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_cookies_list.erl b/src/gun_cookies_list.erl
index e7c588d..f1c6534 100644
--- a/src/gun_cookies_list.erl
+++ b/src/gun_cookies_list.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_data_h.erl b/src/gun_data_h.erl
index 930265e..19fe6fc 100644
--- a/src/gun_data_h.erl
+++ b/src/gun_data_h.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2017-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_default_event_h.erl b/src/gun_default_event_h.erl
index 93244db..2de01b6 100644
--- a/src/gun_default_event_h.erl
+++ b/src/gun_default_event_h.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_event.erl b/src/gun_event.erl
index 8fc90bf..b8ae51a 100644
--- a/src/gun_event.erl
+++ b/src/gun_event.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_http.erl b/src/gun_http.erl
index 6e349b1..d28600b 100644
--- a/src/gun_http.erl
+++ b/src/gun_http.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2014-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_http2.erl b/src/gun_http2.erl
index a10fe44..b39be6e 100644
--- a/src/gun_http2.erl
+++ b/src/gun_http2.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2016-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_http3.erl b/src/gun_http3.erl
index 5e2395a..38d8970 100644
--- a/src/gun_http3.erl
+++ b/src/gun_http3.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_pool.erl b/src/gun_pool.erl
index 66e2d18..f6066d8 100644
--- a/src/gun_pool.erl
+++ b/src/gun_pool.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2021-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_pool_events_h.erl b/src/gun_pool_events_h.erl
index 09a5e74..3bae13a 100644
--- a/src/gun_pool_events_h.erl
+++ b/src/gun_pool_events_h.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2021-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_pools_sup.erl b/src/gun_pools_sup.erl
index af7ddf6..9eab465 100644
--- a/src/gun_pools_sup.erl
+++ b/src/gun_pools_sup.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2021-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_protocols.erl b/src/gun_protocols.erl
index e7e0a8d..232b90b 100644
--- a/src/gun_protocols.erl
+++ b/src/gun_protocols.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_public_suffix.erl b/src/gun_public_suffix.erl
index b5b1147..f3f82ae 100644
--- a/src/gun_public_suffix.erl
+++ b/src/gun_public_suffix.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_public_suffix.erl.src b/src/gun_public_suffix.erl.src
index b16ec35..b37defe 100644
--- a/src/gun_public_suffix.erl.src
+++ b/src/gun_public_suffix.erl.src
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_quicer.erl b/src/gun_quicer.erl
index f12d135..3782803 100644
--- a/src/gun_quicer.erl
+++ b/src/gun_quicer.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_raw.erl b/src/gun_raw.erl
index a3f1ef5..7d8821c 100644
--- a/src/gun_raw.erl
+++ b/src/gun_raw.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_socks.erl b/src/gun_socks.erl
index d29f906..b50d5bc 100644
--- a/src/gun_socks.erl
+++ b/src/gun_socks.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_sse_h.erl b/src/gun_sse_h.erl
index 3efa832..8c4a7b0 100644
--- a/src/gun_sse_h.erl
+++ b/src/gun_sse_h.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2017-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_sup.erl b/src/gun_sup.erl
index b48fba4..e2773d6 100644
--- a/src/gun_sup.erl
+++ b/src/gun_sup.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2013-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_tcp.erl b/src/gun_tcp.erl
index 759b054..de43472 100644
--- a/src/gun_tcp.erl
+++ b/src/gun_tcp.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2011-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_tcp_proxy.erl b/src/gun_tcp_proxy.erl
index 02f02b0..55ff079 100644
--- a/src/gun_tcp_proxy.erl
+++ b/src/gun_tcp_proxy.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_tls.erl b/src/gun_tls.erl
index 408e3e5..cf1bcfd 100644
--- a/src/gun_tls.erl
+++ b/src/gun_tls.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2011-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_tls_proxy.erl b/src/gun_tls_proxy.erl
index 9dc67f6..024c7a7 100644
--- a/src/gun_tls_proxy.erl
+++ b/src/gun_tls_proxy.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_tls_proxy_cb.erl b/src/gun_tls_proxy_cb.erl
index 059f963..239e70e 100644
--- a/src/gun_tls_proxy_cb.erl
+++ b/src/gun_tls_proxy_cb.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_tls_proxy_http2_connect.erl b/src/gun_tls_proxy_http2_connect.erl
index 653064f..231493b 100644
--- a/src/gun_tls_proxy_http2_connect.erl
+++ b/src/gun_tls_proxy_http2_connect.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_tunnel.erl b/src/gun_tunnel.erl
index d89b665..b815702 100644
--- a/src/gun_tunnel.erl
+++ b/src/gun_tunnel.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_ws.erl b/src/gun_ws.erl
index 3c20852..77f220a 100644
--- a/src/gun_ws.erl
+++ b/src/gun_ws.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2015-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_ws_h.erl b/src/gun_ws_h.erl
index 7549906..c02e04e 100644
--- a/src/gun_ws_h.erl
+++ b/src/gun_ws_h.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2017-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/src/gun_ws_protocol.erl b/src/gun_ws_protocol.erl
index 332b704..9ddfd30 100644
--- a/src/gun_ws_protocol.erl
+++ b/src/gun_ws_protocol.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2022-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/event_SUITE.erl b/test/event_SUITE.erl
index 81cdf09..52fccdf 100644
--- a/test/event_SUITE.erl
+++ b/test/event_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/flow_SUITE.erl b/test/flow_SUITE.erl
index 78064ef..335ebe0 100644
--- a/test/flow_SUITE.erl
+++ b/test/flow_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/gun_SUITE.erl b/test/gun_SUITE.erl
index 98799c9..9644ace 100644
--- a/test/gun_SUITE.erl
+++ b/test/gun_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2017-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/gun_ct_hook.erl b/test/gun_ct_hook.erl
index fc1a07f..d2e65f7 100644
--- a/test/gun_ct_hook.erl
+++ b/test/gun_ct_hook.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2015-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/gun_test.erl b/test/gun_test.erl
index cffeed5..d8b6803 100644
--- a/test/gun_test.erl
+++ b/test/gun_test.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2018-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/gun_test_event_h.erl b/test/gun_test_event_h.erl
index e9cb6b1..5aa08ee 100644
--- a/test/gun_test_event_h.erl
+++ b/test/gun_test_event_h.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/gun_test_fun_event_h.erl b/test/gun_test_fun_event_h.erl
index 4006a69..b271063 100644
--- a/test/gun_test_fun_event_h.erl
+++ b/test/gun_test_fun_event_h.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/h2specd_SUITE.erl b/test/h2specd_SUITE.erl
index 888e4f4..07f1e8f 100644
--- a/test/h2specd_SUITE.erl
+++ b/test/h2specd_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2018-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/pool_SUITE.erl b/test/pool_SUITE.erl
index 62280eb..a125a09 100644
--- a/test/pool_SUITE.erl
+++ b/test/pool_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2021-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/raw_SUITE.erl b/test/raw_SUITE.erl
index 19c69dc..b3b38a8 100644
--- a/test/raw_SUITE.erl
+++ b/test/raw_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/rfc6265bis_SUITE.erl b/test/rfc6265bis_SUITE.erl
index 460aeb7..74799d2 100644
--- a/test/rfc6265bis_SUITE.erl
+++ b/test/rfc6265bis_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/rfc7230_SUITE.erl b/test/rfc7230_SUITE.erl
index 4d1e902..673fd34 100644
--- a/test/rfc7230_SUITE.erl
+++ b/test/rfc7230_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/rfc7231_SUITE.erl b/test/rfc7231_SUITE.erl
index f3a780e..83f5e2b 100644
--- a/test/rfc7231_SUITE.erl
+++ b/test/rfc7231_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2018-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/rfc7540_SUITE.erl b/test/rfc7540_SUITE.erl
index 5bfa6cd..847449e 100644
--- a/test/rfc7540_SUITE.erl
+++ b/test/rfc7540_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2018-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/send_errors_SUITE.erl b/test/send_errors_SUITE.erl
index 274059b..e0591c0 100644
--- a/test/send_errors_SUITE.erl
+++ b/test/send_errors_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Björn Svensson <[email protected]>
+%% Copyright (c) Björn Svensson <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/shutdown_SUITE.erl b/test/shutdown_SUITE.erl
index 77a2903..d28da68 100644
--- a/test/shutdown_SUITE.erl
+++ b/test/shutdown_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/socks_SUITE.erl b/test/socks_SUITE.erl
index 19d15ca..4f0a1e0 100644
--- a/test/socks_SUITE.erl
+++ b/test/socks_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/sse_SUITE.erl b/test/sse_SUITE.erl
index e1fe840..3f86d51 100644
--- a/test/sse_SUITE.erl
+++ b/test/sse_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2017-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/tunnel_SUITE.erl b/test/tunnel_SUITE.erl
index 14fb2ef..6d048ec 100644
--- a/test/tunnel_SUITE.erl
+++ b/test/tunnel_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2020-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index ab67b89..4f0a2cf 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2018-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
diff --git a/test/ws_autobahn_SUITE.erl b/test/ws_autobahn_SUITE.erl
index e087432..7cd24d2 100644
--- a/test/ws_autobahn_SUITE.erl
+++ b/test/ws_autobahn_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2015-2023, Loïc Hoguin <[email protected]>
+%% Copyright (c) Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above