From dfd1bc0f0aba2790eda6ae3e2a33c7e58676b380 Mon Sep 17 00:00:00 2001
From: Jan Uhlig <juhlig@hnc-agency.org>
Date: Tue, 7 Sep 2021 16:35:08 +0200
Subject: Update copyright

---
 src/ranch.erl               | 2 +-
 src/ranch_acceptors_sup.erl | 2 +-
 src/ranch_conns_sup_sup.erl | 2 +-
 src/ranch_embedded_sup.erl  | 2 +-
 src/ranch_server.erl        | 2 +-
 src/ranch_server_proxy.erl  | 2 +-
 src/ranch_ssl.erl           | 2 +-
 src/ranch_sup.erl           | 2 +-
 src/ranch_tcp.erl           | 2 +-
 src/ranch_transport.erl     | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

(limited to 'src')

diff --git a/src/ranch.erl b/src/ranch.erl
index b6732e7..099c89a 100644
--- a/src/ranch.erl
+++ b/src/ranch.erl
@@ -1,5 +1,5 @@
 %% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
-%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
+%% Copyright (c) 2020, Jan Uhlig <juhlig@hnc-agency.org>
 %% Copyright (c) 2021, Maria Scott <maria-12648430@hnc-agency.org>
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/ranch_acceptors_sup.erl b/src/ranch_acceptors_sup.erl
index 7e43179..1a761b9 100644
--- a/src/ranch_acceptors_sup.erl
+++ b/src/ranch_acceptors_sup.erl
@@ -1,5 +1,5 @@
 %% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
-%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
+%% Copyright (c) 2020-2021, Jan Uhlig <juhlig@hnc-agency.org>
 %%
 %% 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/ranch_conns_sup_sup.erl b/src/ranch_conns_sup_sup.erl
index ce6c349..c7fcaa0 100644
--- a/src/ranch_conns_sup_sup.erl
+++ b/src/ranch_conns_sup_sup.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2020, Jan Uhlig <ju@mailingwork.de>
+%% Copyright (c) 2019-2020, Jan Uhlig <juhlig@hnc-agency.org>
 %%
 %% 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/ranch_embedded_sup.erl b/src/ranch_embedded_sup.erl
index bb048f9..da181fd 100644
--- a/src/ranch_embedded_sup.erl
+++ b/src/ranch_embedded_sup.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2020, Jan Uhlig <ju@mailingwork.de>
+%% Copyright (c) 2019-2020, Jan Uhlig <juhlig@hnc-agency.org>
 %%
 %% 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/ranch_server.erl b/src/ranch_server.erl
index 991f1a7..4124acc 100644
--- a/src/ranch_server.erl
+++ b/src/ranch_server.erl
@@ -1,5 +1,5 @@
 %% Copyright (c) 2012-2020, Loïc Hoguin <essen@ninenines.eu>
-%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
+%% Copyright (c) 2020, Jan Uhlig <juhlig@hnc-agency.org>
 %%
 %% 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/ranch_server_proxy.erl b/src/ranch_server_proxy.erl
index 887ab3d..b6dd88f 100644
--- a/src/ranch_server_proxy.erl
+++ b/src/ranch_server_proxy.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2019-2020, Jan Uhlig <ju@mailingwork.de>
+%% Copyright (c) 2019-2020, Jan Uhlig <juhlig@hnc-agency.org>
 %%
 %% 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/ranch_ssl.erl b/src/ranch_ssl.erl
index b999429..1a98990 100644
--- a/src/ranch_ssl.erl
+++ b/src/ranch_ssl.erl
@@ -1,5 +1,5 @@
 %% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
-%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
+%% Copyright (c) 2020, Jan Uhlig <juhlig@hnc-agency.org>
 %% Copyright (c) 2021, Maria Scott <maria-12648430@hnc-agency.org>
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
diff --git a/src/ranch_sup.erl b/src/ranch_sup.erl
index c779ef6..20c62f9 100644
--- a/src/ranch_sup.erl
+++ b/src/ranch_sup.erl
@@ -1,5 +1,5 @@
 %% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
-%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
+%% Copyright (c) 2020, Jan Uhlig <juhlig@hnc-agency.org>
 %%
 %% 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/ranch_tcp.erl b/src/ranch_tcp.erl
index 060f1ca..2b44ce1 100644
--- a/src/ranch_tcp.erl
+++ b/src/ranch_tcp.erl
@@ -1,5 +1,5 @@
 %% Copyright (c) 2011-2020, Loïc Hoguin <essen@ninenines.eu>
-%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
+%% Copyright (c) 2020, Jan Uhlig <juhlig@hnc-agency.org>
 %%
 %% 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/ranch_transport.erl b/src/ranch_transport.erl
index 60ef175..06bdcf5 100644
--- a/src/ranch_transport.erl
+++ b/src/ranch_transport.erl
@@ -1,5 +1,5 @@
 %% Copyright (c) 2012-2020, Loïc Hoguin <essen@ninenines.eu>
-%% Copyright (c) 2020, Jan Uhlig <j.uhlig@mailingwork.de>
+%% Copyright (c) 2020, Jan Uhlig <juhlig@hnc-agency.org>
 %%
 %% Permission to use, copy, modify, and/or distribute this software for any
 %% purpose with or without fee is hereby granted, provided that the above
-- 
cgit v1.2.3