From patchwork Wed Jun 4 09:14:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Preud'homme X-Patchwork-Id: 355788 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0CD09140098 for ; Wed, 4 Jun 2014 19:14:43 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=oGdv+lrpIIPvCcto Y5zEnCrqEVCTzl79Hx7IiF/Cjs/4xuSudv8yB2NMdEO0dPxA3gVm5CzkKl3JWa/N /b7oQJn8FfZCkjUvdtRBxFzgbnLJUQcE7hUQhmSbZkpM1JRlnC839+YeDR9Y/AEJ ClITZqKhl48rrHv4JUGT/tQPKqI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=default; bh=bT97xaD1Wj4VThrxPhQo+l gkNsQ=; b=qgOMGO2iilVRN9enRMaBacJ1ewyexzDDGHeaisy8SrYoSKzGiKafoy gM9zKqU1i8yQKcq0ENJrFBbI0i0EBCUbziXplnxASsdzZQV4vu2P2S5yKoRkHQWu wqgSHhKPu4pFNn9SBlxhVVBTkeOE3P2v+gCJQN7zVA6IMLCWD40yI= Received: (qmail 23254 invoked by alias); 4 Jun 2014 09:14:37 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 23237 invoked by uid 89); 4 Jun 2014 09:14:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Jun 2014 09:14:35 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 04 Jun 2014 10:14:32 +0100 Received: from SHAWIN202 ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Jun 2014 10:14:29 +0100 From: "Thomas Preud'homme" To: Subject: [PATCH] Adding myself to Write After Approval in MAINTAINERS Date: Wed, 4 Jun 2014 17:14:27 +0800 Message-ID: <002601cf7fd5$640f9c60$2c2ed520$@arm.com> MIME-Version: 1.0 X-MC-Unique: 114060410143225501 X-IsSubscribed: yes Hi all, I forgot to add myself to the MAINTAINERS file when I got Write After Approval access. This patch does just this (already commited as specified on the website): diff --git a/ChangeLog b/ChangeLog index d35b315..80e9600 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-04 Thomas Preud'homme + + * MAINTAINERS (Write After Approval): Add myself. + 2014-06-03 Andrew Bennett * MAINTAINERS (Write After Approval): Add myself. diff --git a/MAINTAINERS b/MAINTAINERS index 12c123d..71206e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -501,6 +501,7 @@ Paul Pluzhnikov ppluzhnikov@google.com Marek Polacek polacek@redhat.com Antoniu Pop antoniu.pop@gmail.com Vidya Praveen vidyapraveen@arm.com +Thomas Preud'homme thomas.preudhomme@arm.com Vladimir Prus vladimir@codesourcery.com Yao Qi yao@codesourcery.com Jerry Quinn jlquinn@optonline.net