diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 21e8d06..665e64b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,9 +9,12 @@ In alphabetical order: Adam Kocoloski Andrew Tunnell-Jones Anthony Molinaro +Benjamin P Lee (https://github.com/benjaminplee) Benoit Chesneau (https://github.com/benoitc) +Brian Richards (http://github.com/richbria) Chris Newcombe Dan Kelley +Dan Schwabe (https://github.com/dfschwabe) Derek Upham Eric Merritt Erik Reitsma diff --git a/src/ibrowse_http_client.erl b/src/ibrowse_http_client.erl index c9161b0..d92db42 100644 --- a/src/ibrowse_http_client.erl +++ b/src/ibrowse_http_client.erl @@ -1,6 +1,9 @@ %%%------------------------------------------------------------------- %%% File : ibrowse_http_client.erl %%% Author : Chandrashekhar Mullaparthi +%%% Benjamin Lee +%%% Dan Schwabe +%%% Brian Richards %%% Description : The name says it all %%% %%% Created : 11 Oct 2003 by Chandrashekhar Mullaparthi diff --git a/src/ibrowse_lb.erl b/src/ibrowse_lb.erl index eabba3a..656adda 100644 --- a/src/ibrowse_lb.erl +++ b/src/ibrowse_lb.erl @@ -1,6 +1,9 @@ %%%------------------------------------------------------------------- %%% File : ibrowse_lb.erl %%% Author : chandru +%%% Benjamin Lee +%%% Dan Schwabe +%%% Brian Richards %%% Description : %%% %%% Created : 6 Mar 2008 by chandru diff --git a/test/ibrowse_functional_tests.erl b/test/ibrowse_functional_tests.erl index 8df662b..8b75e3d 100644 --- a/test/ibrowse_functional_tests.erl +++ b/test/ibrowse_functional_tests.erl @@ -1,6 +1,7 @@ %%% File : ibrowse_functional_tests.erl -%%% Authors : Benjamin Lee -%%% Brian Richards +%%% Authors : Benjamin Lee +%%% Dan Schwabe +%%% Brian Richards %%% Description : Functional tests of the ibrowse library using a live test HTTP server %%% Created : 18 November 2014 by Benjamin Lee diff --git a/test/ibrowse_test_server.erl b/test/ibrowse_test_server.erl index d12d1c4..1f5202f 100644 --- a/test/ibrowse_test_server.erl +++ b/test/ibrowse_test_server.erl @@ -1,7 +1,8 @@ %%% File : ibrowse_test_server.erl %%% Author : Chandrashekhar Mullaparthi -%%% Benjamin Lee -%%% Brian Richards +%%% Benjamin Lee +%%% Dan Schwabe +%%% Brian Richards %%% Description : A server to simulate various test scenarios %%% Created : 17 Oct 2010 by Chandrashekhar Mullaparthi