Skip to content

Commit 826124a

Browse files
committed
chore: update copyright headers in cowlib-derived modules
Add Benoit Chesneau copyright (2026) while preserving original cowlib ISC license and copyright notices.
1 parent 88b2b55 commit 826124a

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

src/hackney_deflate.erl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
%%% -*- erlang -*-
22
%%%
3-
%%% Vendored from cowlib (https://github.com/ninenines/cowlib)
4-
%%% Original module: cow_deflate
3+
%%% Based on cow_deflate from cowlib (https://github.com/ninenines/cowlib)
4+
%%% Modified for hackney.
55
%%%
66
%% Copyright (c) jdamanalo <joshuadavid.agustin@manalo.ph>
77
%% Copyright (c) Loïc Hoguin <essen@ninenines.eu>
8+
%% Copyright (c) 2026, Benoit Chesneau <benoitc@benoitcnetwork.eu>
89
%%
910
%% Permission to use, copy, modify, and/or distribute this software for any
1011
%% purpose with or without fee is hereby granted, provided that the above

src/hackney_http2.erl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
%%% -*- erlang -*-
22
%%%
3-
%%% Vendored from cowlib (https://github.com/ninenines/cowlib)
4-
%%% Original module: cow_http2
3+
%%% Based on cow_http2 from cowlib (https://github.com/ninenines/cowlib)
4+
%%% Modified for hackney.
55
%%%
66
%% Copyright (c) 2015-2023, Loïc Hoguin <essen@ninenines.eu>
7+
%% Copyright (c) 2026, Benoit Chesneau <benoitc@benoitcnetwork.eu>
78
%%
89
%% Permission to use, copy, modify, and/or distribute this software for any
910
%% purpose with or without fee is hereby granted, provided that the above

src/hackney_http2_machine.erl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
%%% -*- erlang -*-
22
%%%
3-
%%% Vendored from cowlib (https://github.com/ninenines/cowlib)
4-
%%% Original module: cow_http2_machine
3+
%%% Based on cow_http2_machine from cowlib (https://github.com/ninenines/cowlib)
4+
%%% Modified for hackney with performance optimizations.
55
%%%
66
%% Copyright (c) 2018-2024, Loïc Hoguin <essen@ninenines.eu>
7+
%% Copyright (c) 2026, Benoit Chesneau <benoitc@benoitcnetwork.eu>
78
%%
89
%% Permission to use, copy, modify, and/or distribute this software for any
910
%% purpose with or without fee is hereby granted, provided that the above

src/hackney_ws_proto.erl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
%%% -*- erlang -*-
22
%%%
3-
%%% Vendored from cowlib (https://github.com/ninenines/cowlib)
4-
%%% Original module: cow_ws
3+
%%% Based on cow_ws from cowlib (https://github.com/ninenines/cowlib)
4+
%%% Modified for hackney.
55
%%%
66
%% Copyright (c) Loïc Hoguin <essen@ninenines.eu>
7+
%% Copyright (c) 2026, Benoit Chesneau <benoitc@benoitcnetwork.eu>
78
%%
89
%% Permission to use, copy, modify, and/or distribute this software for any
910
%% purpose with or without fee is hereby granted, provided that the above

0 commit comments

Comments
 (0)