diff options
author | Loïc Hoguin <[email protected]> | 2017-01-02 19:36:36 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-01-02 19:36:36 +0100 |
commit | 43adacc7607898f02b46a29015bc043c038714d4 (patch) | |
tree | 2e4c33a168a7aa17897d93f990558abf26a94fa4 /src/cowboy_static.erl | |
parent | fac882164c6a56ab4bf96a181cc9f85da52c069e (diff) | |
download | cowboy-43adacc7607898f02b46a29015bc043c038714d4.tar.gz cowboy-43adacc7607898f02b46a29015bc043c038714d4.tar.bz2 cowboy-43adacc7607898f02b46a29015bc043c038714d4.zip |
Welcome to 2017
Diffstat (limited to 'src/cowboy_static.erl')
-rw-r--r-- | src/cowboy_static.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_static.erl b/src/cowboy_static.erl index e7b2127..b21c385 100644 --- a/src/cowboy_static.erl +++ b/src/cowboy_static.erl @@ -1,5 +1,5 @@ +%% Copyright (c) 2013-2017, Loïc Hoguin <[email protected]> %% Copyright (c) 2011, Magnus Klaar <[email protected]> -%% Copyright (c) 2013-2014, 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 |