From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 5C3E83858D37; Wed, 24 Jan 2024 22:15:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C3E83858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706134552; bh=V972aueWAi20IGtgu8UrsGHCjOd4ujUNyeySaO1HRhI=; h=From:To:Subject:Date:From; b=NCS61eT+ZZDlOgx6la/hULojzHcFCfYl9TKsFOkbUPaREDpNyfUIvAAPHAkpA7K6g p92ga6HDD9ooA4VygkIJxh7qQmVWf5ASjdhPUZIc6D9lZu6670krwW86T8ICuq6iH9 8drtFnVPIDDqpsk7InVdCqNYEOQvpwGbVIqkT39M= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin/main] libgloss: start a MAINTAINERS file X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/main X-Git-Oldrev: 2c5433e5da8216aaf7458e50c63683c68fb0d3e8 X-Git-Newrev: 4d9808d404c21c73ff4f96547d2d5b6174323881 Message-Id: <20240124221552.5C3E83858D37@sourceware.org> Date: Wed, 24 Jan 2024 22:15:52 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D4d9808d404c= 21c73ff4f96547d2d5b6174323881 commit 4d9808d404c21c73ff4f96547d2d5b6174323881 Author: Mike Frysinger Date: Tue Jan 23 23:32:32 2024 -0500 libgloss: start a MAINTAINERS file Diff: --- libgloss/MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libgloss/MAINTAINERS b/libgloss/MAINTAINERS new file mode 100644 index 000000000..7c64baabc --- /dev/null +++ b/libgloss/MAINTAINERS @@ -0,0 +1,13 @@ + libgloss Maintainers + +libgloss is part of Newlib project, so see the file newlib/MAINTAINERS +for more people. This file is intended to find libgloss-specific people +where it makes sense. + + + Blanket Write Privileges + +The official maintainers of libgloss: + +Jeff Johnston jjohnstn@redhat.com +Mike Frysinger vapier@gentoo.org