Removed update to author list. Names are already in the CONTRIBUTORS file. This is a consistent approach to the way contributions from everyone else has been handled over the years. Correct authorship has been acknowledged in the new module ibrowse_functional_tests.erl
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/3c96a918 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/3c96a918 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/3c96a918 Branch: refs/heads/upstream Commit: 3c96a918ca109288c91a4c8277d0ab7b2ff2d5dc Parents: b4ad6df Author: Chandrashekhar Mullaparthi <[email protected]> Authored: Mon Sep 28 20:43:31 2015 +0100 Committer: Chandrashekhar Mullaparthi <[email protected]> Committed: Mon Sep 28 20:43:31 2015 +0100 ---------------------------------------------------------------------- test/ibrowse_test_server.erl | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/3c96a918/test/ibrowse_test_server.erl ---------------------------------------------------------------------- diff --git a/test/ibrowse_test_server.erl b/test/ibrowse_test_server.erl index 7025286..90c46c4 100644 --- a/test/ibrowse_test_server.erl +++ b/test/ibrowse_test_server.erl @@ -1,8 +1,5 @@ %%% File : ibrowse_test_server.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 : A server to simulate various test scenarios %%% Created : 17 Oct 2010 by Chandrashekhar Mullaparthi <[email protected]>
