Browse Source

Update copyright

juhlig 5 years ago
parent
commit
b97f90eb3b

+ 2 - 1
src/ranch.erl

@@ -1,4 +1,5 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_acceptor.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 2 - 1
src/ranch_acceptors_sup.erl

@@ -1,4 +1,5 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_app.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_conns_sup.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_conns_sup_sup.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2019, Jan Uhlig <ju@mailingwork.de>
+%% Copyright (c) 2019-2020, Jan Uhlig <ju@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_crc32c.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2018-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_embedded_sup.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2019, Jan Uhlig <ju@mailingwork.de>
+%% Copyright (c) 2019-2020, Jan Uhlig <ju@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_listener_sup.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_protocol.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2012-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2012-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_proxy_header.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2018-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 2 - 1
src/ranch_server.erl

@@ -1,4 +1,5 @@
-%% Copyright (c) 2012-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2012-2020, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
src/ranch_server_proxy.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2019, Jan Uhlig <ju@mailingwork.de>
+%% Copyright (c) 2019-2020, Jan Uhlig <ju@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 2 - 1
src/ranch_ssl.erl

@@ -1,4 +1,5 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 2 - 1
src/ranch_sup.erl

@@ -1,4 +1,5 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 2 - 1
src/ranch_tcp.erl

@@ -1,4 +1,5 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 2 - 1
src/ranch_transport.erl

@@ -1,4 +1,5 @@
-%% Copyright (c) 2012-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2012-2020, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 2 - 1
test/acceptor_SUITE.erl

@@ -1,4 +1,5 @@
-%% Copyright (c) 2011-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
test/proxy_header_SUITE.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2018-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
test/ranch_ct_hook.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2015-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2015-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
test/sendfile_SUITE.erl

@@ -1,5 +1,5 @@
 %% Copyright (c) 2013, James Fish <james@fishcakez.com>
 %% Copyright (c) 2013, James Fish <james@fishcakez.com>
-%% Copyright (c) 2015-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2015-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
test/shutdown_SUITE.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2013-2018, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2013-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above

+ 1 - 1
test/stampede_SUITE.erl

@@ -1,4 +1,4 @@
-%% Copyright (c) 2019, Loïc Hoguin <essen@ninenines.eu>
+%% Copyright (c) 2019-2020, Loïc Hoguin <essen@ninenines.eu>
 %%
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
 %% purpose with or without fee is hereby granted, provided that the above