Browse Source

Updated contributes/authors

pull/123/head
benjaminplee 10 years ago
parent
commit
86ccc45f96
5 changed files with 15 additions and 4 deletions
  1. +3
    -0
      CONTRIBUTORS
  2. +3
    -0
      src/ibrowse_http_client.erl
  3. +3
    -0
      src/ibrowse_lb.erl
  4. +3
    -2
      test/ibrowse_functional_tests.erl
  5. +3
    -2
      test/ibrowse_test_server.erl

+ 3
- 0
CONTRIBUTORS View File

@ -9,9 +9,12 @@ In alphabetical order:
Adam Kocoloski Adam Kocoloski
Andrew Tunnell-Jones Andrew Tunnell-Jones
Anthony Molinaro Anthony Molinaro
Benjamin P Lee (https://github.com/benjaminplee)
Benoit Chesneau (https://github.com/benoitc) Benoit Chesneau (https://github.com/benoitc)
Brian Richards (http://github.com/richbria)
Chris Newcombe Chris Newcombe
Dan Kelley Dan Kelley
Dan Schwabe (https://github.com/dfschwabe)
Derek Upham Derek Upham
Eric Merritt Eric Merritt
Erik Reitsma Erik Reitsma

+ 3
- 0
src/ibrowse_http_client.erl View File

@ -1,6 +1,9 @@
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
%%% File : ibrowse_http_client.erl %%% File : ibrowse_http_client.erl
%%% Author : Chandrashekhar Mullaparthi <chandrashekhar.mullaparthi@t-mobile.co.uk> %%% Author : Chandrashekhar Mullaparthi <chandrashekhar.mullaparthi@t-mobile.co.uk>
%%% Benjamin Lee <http://github.com/benjaminplee>
%%% Dan Schwabe <http://github.com/dfschwabe>
%%% Brian Richards <http://github.com/richbria>
%%% Description : The name says it all %%% Description : The name says it all
%%% %%%
%%% Created : 11 Oct 2003 by Chandrashekhar Mullaparthi <chandrashekhar.mullaparthi@t-mobile.co.uk> %%% Created : 11 Oct 2003 by Chandrashekhar Mullaparthi <chandrashekhar.mullaparthi@t-mobile.co.uk>

+ 3
- 0
src/ibrowse_lb.erl View File

@ -1,6 +1,9 @@
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
%%% File : ibrowse_lb.erl %%% File : ibrowse_lb.erl
%%% Author : chandru <chandrashekhar.mullaparthi@t-mobile.co.uk> %%% Author : chandru <chandrashekhar.mullaparthi@t-mobile.co.uk>
%%% Benjamin Lee <http://github.com/benjaminplee>
%%% Dan Schwabe <http://github.com/dfschwabe>
%%% Brian Richards <http://github.com/richbria>
%%% Description : %%% Description :
%%% %%%
%%% Created : 6 Mar 2008 by chandru <chandrashekhar.mullaparthi@t-mobile.co.uk> %%% Created : 6 Mar 2008 by chandru <chandrashekhar.mullaparthi@t-mobile.co.uk>

+ 3
- 2
test/ibrowse_functional_tests.erl View File

@ -1,6 +1,7 @@
%%% File : ibrowse_functional_tests.erl %%% File : ibrowse_functional_tests.erl
%%% Authors : Benjamin Lee <yardspoon@gmail.com>
%%% Brian Richards <bmrichards16@gmail.com>
%%% 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 %%% Description : Functional tests of the ibrowse library using a live test HTTP server
%%% Created : 18 November 2014 by Benjamin Lee <yardspoon@gmail.com> %%% Created : 18 November 2014 by Benjamin Lee <yardspoon@gmail.com>

+ 3
- 2
test/ibrowse_test_server.erl View File

@ -1,7 +1,8 @@
%%% File : ibrowse_test_server.erl %%% File : ibrowse_test_server.erl
%%% Author : Chandrashekhar Mullaparthi <chandrashekhar.mullaparthi@t-mobile.co.uk> %%% Author : Chandrashekhar Mullaparthi <chandrashekhar.mullaparthi@t-mobile.co.uk>
%%% Benjamin Lee <yardspoon@gmail.com>
%%% Brian Richards <bmrichards16@gmail.com>
%%% 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 %%% Description : A server to simulate various test scenarios
%%% Created : 17 Oct 2010 by Chandrashekhar Mullaparthi <chandrashekhar.mullaparthi@t-mobile.co.uk> %%% Created : 17 Oct 2010 by Chandrashekhar Mullaparthi <chandrashekhar.mullaparthi@t-mobile.co.uk>

Loading…
Cancel
Save