From: André Hentschel Subject: maintainers: Add ARM, ARM64, Netstat, Winemaker and WPcap sections Message-Id: <56101B28.3040803@dawncrow.de> Date: Sat, 3 Oct 2015 20:15:04 +0200 Signed-off-by: André Hentschel --- This command can help others: git log --pretty="%H" --author="YourName" | while read commit_hash; do git show --oneline --name-only $commit_hash | tail -n+2; done | sort | uniq -c MAINTAINERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c40bb68..9dba0d2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -40,6 +40,13 @@ F: dlls/x3daudio*/ F: dlls/xapofx*/ F: dlls/xaudio*/ +ARM, ARM64 +M: André Hentschel +F: dlls/dbghelp/cpu_arm* +F: dlls/msvcrt/except_arm.c +F: dlls/ntdll/signal_arm* +F: programs/winedbg/be_arm* + Direct2D M: Henri Verbeet F: dlls/d2d*/ @@ -92,6 +99,10 @@ MSI installers M: Hans Leidekker F: dlls/msi/ +Netstat +M: André Hentschel +F: programs/netstat/ + OLE Typelibs P: Andrew Eikum F: dlls/oleaut32/typelib.c @@ -100,6 +111,14 @@ Wine server, IPC M: Alexandre Julliard F: server/ +Winemaker +M: André Hentschel +F: tools/winemaker + +WPcap +M: André Hentschel +F: dlls/wpcap/ + VB Script M: Jacek Caban F: dlls/vbscript/ -- 1.9.1