aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-03-26 15:13:34 +0100
committerLoïc Hoguin <[email protected]>2025-03-26 15:13:34 +0100
commit5a8d0f5454b87ef021c26228e2b06e29074e9bf9 (patch)
tree92c62f2714692665881a43be5cdb877167242898 /src
parent6221b68dd3607ad6297199e7fd7f41c83a0e7738 (diff)
downloadgun-5a8d0f5454b87ef021c26228e2b06e29074e9bf9.tar.gz
gun-5a8d0f5454b87ef021c26228e2b06e29074e9bf9.tar.bz2
gun-5a8d0f5454b87ef021c26228e2b06e29074e9bf9.zip
Remove copyright years from all files except LICENSE
Diffstat (limited to 'src')
-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
33 files changed, 33 insertions, 33 deletions
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