Updated contributes/authors
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/86ccc45f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/86ccc45f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/86ccc45f Branch: refs/heads/upstream Commit: 86ccc45f9667c1f310ef1ab4ba902b50b96ac999 Parents: 5b8993e Author: benjaminplee <[email protected]> Authored: Thu Nov 20 18:27:32 2014 +0000 Committer: benjaminplee <[email protected]> Committed: Thu Nov 20 18:27:32 2014 +0000 ---------------------------------------------------------------------- CONTRIBUTORS | 3 +++ src/ibrowse_http_client.erl | 3 +++ src/ibrowse_lb.erl | 3 +++ test/ibrowse_functional_tests.erl | 5 +++-- test/ibrowse_test_server.erl | 5 +++-- 5 files changed, 15 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/86ccc45f/CONTRIBUTORS ---------------------------------------------------------------------- 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 http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/86ccc45f/src/ibrowse_http_client.erl ---------------------------------------------------------------------- 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 <[email protected]> +%%% Benjamin Lee <http://github.com/benjaminplee> +%%% Dan Schwabe <http://github.com/dfschwabe> +%%% Brian Richards <http://github.com/richbria> %%% Description : The name says it all %%% %%% Created : 11 Oct 2003 by Chandrashekhar Mullaparthi <[email protected]> http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/86ccc45f/src/ibrowse_lb.erl ---------------------------------------------------------------------- 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 <[email protected]> +%%% Benjamin Lee <http://github.com/benjaminplee> +%%% Dan Schwabe <http://github.com/dfschwabe> +%%% Brian Richards <http://github.com/richbria> %%% Description : %%% %%% Created : 6 Mar 2008 by chandru <[email protected]> http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/86ccc45f/test/ibrowse_functional_tests.erl ---------------------------------------------------------------------- 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 <[email protected]> -%%% Brian Richards <[email protected]> +%%% Authors : Benjamin Lee <http://github.com/benjaminplee> +%%% Dan Schwabe <http://github.com/dfschwabe> +%%% Brian Richards <http://github.com/richbria> %%% Description : Functional tests of the ibrowse library using a live test HTTP server %%% Created : 18 November 2014 by Benjamin Lee <[email protected]> http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/86ccc45f/test/ibrowse_test_server.erl ---------------------------------------------------------------------- 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 <[email protected]> -%%% Benjamin Lee <[email protected]> -%%% Brian Richards <[email protected]> +%%% Benjamin Lee <http://github.com/benjaminplee> +%%% Dan Schwabe <http://github.com/dfschwabe> +%%% Brian Richards <http://github.com/richbria> %%% Description : A server to simulate various test scenarios %%% Created : 17 Oct 2010 by Chandrashekhar Mullaparthi <[email protected]>
