diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ranch.erl | 2 | ||||
-rw-r--r-- | src/ranch_acceptor.erl | 2 | ||||
-rw-r--r-- | src/ranch_acceptors_sup.erl | 2 | ||||
-rw-r--r-- | src/ranch_app.erl | 2 | ||||
-rw-r--r-- | src/ranch_conns_sup.erl | 2 | ||||
-rw-r--r-- | src/ranch_listener_sup.erl | 2 | ||||
-rw-r--r-- | src/ranch_protocol.erl | 2 | ||||
-rw-r--r-- | src/ranch_server.erl | 2 | ||||
-rw-r--r-- | src/ranch_ssl.erl | 2 | ||||
-rw-r--r-- | src/ranch_sup.erl | 2 | ||||
-rw-r--r-- | src/ranch_tcp.erl | 2 | ||||
-rw-r--r-- | src/ranch_transport.erl | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/ranch.erl b/src/ranch.erl index e835ad5..52c5679 100644 --- a/src/ranch.erl +++ b/src/ranch.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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_acceptor.erl b/src/ranch_acceptor.erl index 34bedb7..fbbf6b5 100644 --- a/src/ranch_acceptor.erl +++ b/src/ranch_acceptor.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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_acceptors_sup.erl b/src/ranch_acceptors_sup.erl index 7092ab8..0a79d35 100644 --- a/src/ranch_acceptors_sup.erl +++ b/src/ranch_acceptors_sup.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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_app.erl b/src/ranch_app.erl index c3fa395..25115c8 100644 --- a/src/ranch_app.erl +++ b/src/ranch_app.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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.erl b/src/ranch_conns_sup.erl index de20104..07c9212 100644 --- a/src/ranch_conns_sup.erl +++ b/src/ranch_conns_sup.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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_listener_sup.erl b/src/ranch_listener_sup.erl index 7771fee..f2ca6a1 100644 --- a/src/ranch_listener_sup.erl +++ b/src/ranch_listener_sup.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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_protocol.erl b/src/ranch_protocol.erl index e33a0ac..85d2042 100644 --- a/src/ranch_protocol.erl +++ b/src/ranch_protocol.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2012-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2012-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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 4ec4262..8a17084 100644 --- a/src/ranch_server.erl +++ b/src/ranch_server.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2012-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2012-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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 0d278a9..e91392e 100644 --- a/src/ranch_ssl.erl +++ b/src/ranch_ssl.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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_sup.erl b/src/ranch_sup.erl index 0e69de6..eccf17d 100644 --- a/src/ranch_sup.erl +++ b/src/ranch_sup.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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 536b5fe..4cb477a 100644 --- a/src/ranch_tcp.erl +++ b/src/ranch_tcp.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2011-2017, Loïc Hoguin <essen@ninenines.eu> %% %% 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 279653b..fb385f7 100644 --- a/src/ranch_transport.erl +++ b/src/ranch_transport.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2012-2016, Loïc Hoguin <essen@ninenines.eu> +%% Copyright (c) 2012-2017, Loïc Hoguin <essen@ninenines.eu> %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above |