aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--src/gun.erl2
-rw-r--r--src/gun_app.erl2
-rw-r--r--src/gun_content_handler.erl2
-rw-r--r--src/gun_data_h.erl2
-rw-r--r--src/gun_http.erl2
-rw-r--r--src/gun_http2.erl2
-rw-r--r--src/gun_sse_h.erl2
-rw-r--r--src/gun_sup.erl2
-rw-r--r--src/gun_ws.erl2
-rw-r--r--src/gun_ws_h.erl2
-rw-r--r--test/gun_SUITE.erl2
-rw-r--r--test/gun_ct_hook.erl2
-rw-r--r--test/sse_SUITE.erl2
-rw-r--r--test/twitter_SUITE.erl2
-rw-r--r--test/ws_SUITE.erl2
16 files changed, 16 insertions, 16 deletions
diff --git a/LICENSE b/LICENSE
index 5ea629c..26142cc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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/gun.erl b/src/gun.erl
index 8156015..dbf4407 100644
--- a/src/gun.erl
+++ b/src/gun.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/gun_app.erl b/src/gun_app.erl
index 61a3ecf..d167e10 100644
--- a/src/gun_app.erl
+++ b/src/gun_app.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/gun_content_handler.erl b/src/gun_content_handler.erl
index 34153da..a7decd6 100644
--- a/src/gun_content_handler.erl
+++ b/src/gun_content_handler.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/gun_data_h.erl b/src/gun_data_h.erl
index 826d70c..30f07ce 100644
--- a/src/gun_data_h.erl
+++ b/src/gun_data_h.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/gun_http.erl b/src/gun_http.erl
index 61409fb..05c7baf 100644
--- a/src/gun_http.erl
+++ b/src/gun_http.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/gun_http2.erl b/src/gun_http2.erl
index 548423d..3d4f580 100644
--- a/src/gun_http2.erl
+++ b/src/gun_http2.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/gun_sse_h.erl b/src/gun_sse_h.erl
index a2ac809..be1c68e 100644
--- a/src/gun_sse_h.erl
+++ b/src/gun_sse_h.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/gun_sup.erl b/src/gun_sup.erl
index c1b34fa..6e72498 100644
--- a/src/gun_sup.erl
+++ b/src/gun_sup.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/gun_ws.erl b/src/gun_ws.erl
index fe12448..5b6962b 100644
--- a/src/gun_ws.erl
+++ b/src/gun_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
diff --git a/src/gun_ws_h.erl b/src/gun_ws_h.erl
index fb6e3d2..7c4af92 100644
--- a/src/gun_ws_h.erl
+++ b/src/gun_ws_h.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/test/gun_SUITE.erl b/test/gun_SUITE.erl
index 797b7e6..7393e15 100644
--- a/test/gun_SUITE.erl
+++ b/test/gun_SUITE.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/test/gun_ct_hook.erl b/test/gun_ct_hook.erl
index f0decaa..bf71530 100644
--- a/test/gun_ct_hook.erl
+++ b/test/gun_ct_hook.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/test/sse_SUITE.erl b/test/sse_SUITE.erl
index 21180be..d9ffeda 100644
--- a/test/sse_SUITE.erl
+++ b/test/sse_SUITE.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/test/twitter_SUITE.erl b/test/twitter_SUITE.erl
index 931da1b..1c56fa0 100644
--- a/test/twitter_SUITE.erl
+++ b/test/twitter_SUITE.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/test/ws_SUITE.erl b/test/ws_SUITE.erl
index 8a29110..b6e10d2 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.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