diff options
Diffstat (limited to 'src/ranch_protocol.erl')
-rw-r--r-- | src/ranch_protocol.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ranch_protocol.erl b/src/ranch_protocol.erl index c179789..683acfc 100644 --- a/src/ranch_protocol.erl +++ b/src/ranch_protocol.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2012, Loïc Hoguin <[email protected]> +%% Copyright (c) 2012-2013, 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 @@ -12,7 +12,6 @@ %% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -%% @private -module(ranch_protocol). %% Start a new connection process for the given socket. |