From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 45C863858402 for ; Tue, 14 Sep 2021 20:47:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 45C863858402 Received: by smtp.gentoo.org (Postfix, from userid 559) id 432EC342F03; Tue, 14 Sep 2021 20:47:16 +0000 (UTC) From: Mike Frysinger To: cgen@sourceware.org Subject: [PATCH v2] start a simple MAINTAINERS file Date: Tue, 14 Sep 2021 16:47:11 -0400 Message-Id: <20210914204711.570-1-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210914194505.30828-1-vapier@gentoo.org> References: <20210914194505.30828-1-vapier@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cgen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cgen mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2021 20:47:20 -0000 --- MAINTAINERS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 000000000000..47548bcdef18 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,24 @@ + CGEN Maintainers + +This file describes different groups of people who are, together, the +maintainers and developers of the CGEN project. Don't worry - it sounds +more complicated than it really is. + +If you are considering contributing a patch, you'll want to send them to +cgen@sourceware.org. See the mailing list page for more information: +https://sourceware.org/mailman/listinfo/cgen + + Global Maintainers + +Frank Ch. Eigler fche@redhat.com +Jose E. Marchesi jemarch@gnu.org + + Maintainers for particular pieces + +GNU simulator: +See global maintainers in sim/MAINTAINERS +Mike Frysinger + + Write After Approval Maintainers + +If you have git push access to this repo, you're in this group already :). -- 2.33.0