Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1E51A200B6A for ; Mon, 22 Aug 2016 13:19:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1BCAD160ACF; Mon, 22 Aug 2016 11:19:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 376A8160AC6 for ; Mon, 22 Aug 2016 13:19:30 +0200 (CEST) Received: (qmail 63533 invoked by uid 500); 22 Aug 2016 11:19:28 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 62948 invoked by uid 99); 22 Aug 2016 11:19:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 11:19:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3E972DFDCE; Mon, 22 Aug 2016 11:19:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Mon, 22 Aug 2016 11:19:51 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [25/50] ibrowse commit: updated refs/heads/upstream to b28542d archived-at: Mon, 22 Aug 2016 11:19:31 -0000 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 Authored: Mon Sep 28 20:43:31 2015 +0100 Committer: Chandrashekhar Mullaparthi 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 -%%% Benjamin Lee -%%% Dan Schwabe -%%% Brian Richards %%% Description : A server to simulate various test scenarios %%% Created : 17 Oct 2010 by Chandrashekhar Mullaparthi