diff options
author | Loïc Hoguin <[email protected]> | 2018-06-04 08:51:39 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-04 08:51:39 +0200 |
commit | af88cb78fc0dffb27fd9ab09659a6ba595493c1a (patch) | |
tree | 2553204ebe203824a630f30b3d1bc676cb4d6bb6 /src | |
parent | b0993f10db0c43971f98b812c6a291f8db05aef2 (diff) | |
download | cowlib-af88cb78fc0dffb27fd9ab09659a6ba595493c1a.tar.gz cowlib-af88cb78fc0dffb27fd9ab09659a6ba595493c1a.tar.bz2 cowlib-af88cb78fc0dffb27fd9ab09659a6ba595493c1a.zip |
Update copyrights
Diffstat (limited to 'src')
-rw-r--r-- | src/cow_base64url.erl | 2 | ||||
-rw-r--r-- | src/cow_cookie.erl | 2 | ||||
-rw-r--r-- | src/cow_date.erl | 2 | ||||
-rw-r--r-- | src/cow_http.erl | 2 | ||||
-rw-r--r-- | src/cow_http2.erl | 2 | ||||
-rw-r--r-- | src/cow_http_hd.erl | 2 | ||||
-rw-r--r-- | src/cow_http_te.erl | 2 | ||||
-rw-r--r-- | src/cow_iolists.erl | 2 | ||||
-rw-r--r-- | src/cow_mimetypes.erl | 2 | ||||
-rw-r--r-- | src/cow_mimetypes.erl.src | 2 | ||||
-rw-r--r-- | src/cow_multipart.erl | 2 | ||||
-rw-r--r-- | src/cow_qs.erl | 2 | ||||
-rw-r--r-- | src/cow_spdy.erl | 2 | ||||
-rw-r--r-- | src/cow_sse.erl | 2 | ||||
-rw-r--r-- | src/cow_uri.erl | 2 | ||||
-rw-r--r-- | src/cow_ws.erl | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/src/cow_base64url.erl b/src/cow_base64url.erl index ff375f7..17ec46c 100644 --- a/src/cow_base64url.erl +++ b/src/cow_base64url.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2017, Loïc Hoguin <[email protected]> +%% Copyright (c) 2017-2018, 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 diff --git a/src/cow_cookie.erl b/src/cow_cookie.erl index 60bf299..d4f4898 100644 --- a/src/cow_cookie.erl +++ b/src/cow_cookie.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2013-2018, 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 diff --git a/src/cow_date.erl b/src/cow_date.erl index c0710f8..36ce861 100644 --- a/src/cow_date.erl +++ b/src/cow_date.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2013-2018, 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 diff --git a/src/cow_http.erl b/src/cow_http.erl index 9a87f7d..b59b124 100644 --- a/src/cow_http.erl +++ b/src/cow_http.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2013-2018, 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 diff --git a/src/cow_http2.erl b/src/cow_http2.erl index eca8057..e6f7738 100644 --- a/src/cow_http2.erl +++ b/src/cow_http2.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2015-2018, 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 diff --git a/src/cow_http_hd.erl b/src/cow_http_hd.erl index a80667e..76d2d44 100644 --- a/src/cow_http_hd.erl +++ b/src/cow_http_hd.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2014-2018, 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 diff --git a/src/cow_http_te.erl b/src/cow_http_te.erl index 9ef7a76..d3cb4a0 100644 --- a/src/cow_http_te.erl +++ b/src/cow_http_te.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014, Loïc Hoguin <[email protected]> +%% Copyright (c) 2014-2018, 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 diff --git a/src/cow_iolists.erl b/src/cow_iolists.erl index f22685d..41e6503 100644 --- a/src/cow_iolists.erl +++ b/src/cow_iolists.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2017, Loïc Hoguin <[email protected]> +%% Copyright (c) 2017-2018, 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 diff --git a/src/cow_mimetypes.erl b/src/cow_mimetypes.erl index 2e5f19f..c2e6ef4 100644 --- a/src/cow_mimetypes.erl +++ b/src/cow_mimetypes.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2013-2016, Loïc Hoguin <[email protected]> +%% Copyright (c) 2013-2018, 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 diff --git a/src/cow_mimetypes.erl.src b/src/cow_mimetypes.erl.src index a9952f2..46ec112 100644 --- a/src/cow_mimetypes.erl.src +++ b/src/cow_mimetypes.erl.src @@ -1,4 +1,4 @@ -%% Copyright (c) 2013-2016, Loïc Hoguin <[email protected]> +%% Copyright (c) 2013-2018, 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 diff --git a/src/cow_multipart.erl b/src/cow_multipart.erl index 7ccda0d..f418813 100644 --- a/src/cow_multipart.erl +++ b/src/cow_multipart.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2014-2018, 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 diff --git a/src/cow_qs.erl b/src/cow_qs.erl index 33d385b..d812e39 100644 --- a/src/cow_qs.erl +++ b/src/cow_qs.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2013-2018, 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 diff --git a/src/cow_spdy.erl b/src/cow_spdy.erl index 789b602..8bda45b 100644 --- a/src/cow_spdy.erl +++ b/src/cow_spdy.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2013-2018, 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 diff --git a/src/cow_sse.erl b/src/cow_sse.erl index 201989f..dc195a1 100644 --- a/src/cow_sse.erl +++ b/src/cow_sse.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2017, Loïc Hoguin <[email protected]> +%% Copyright (c) 2017-2018, 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 diff --git a/src/cow_uri.erl b/src/cow_uri.erl index ccbb7b1..c0d9903 100644 --- a/src/cow_uri.erl +++ b/src/cow_uri.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2016, Loïc Hoguin <[email protected]> +%% Copyright (c) 2016-2018, 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 diff --git a/src/cow_ws.erl b/src/cow_ws.erl index a4b7933..48e161d 100644 --- a/src/cow_ws.erl +++ b/src/cow_ws.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2015, Loïc Hoguin <[email protected]> +%% Copyright (c) 2015-2018, 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 |