https://github.com/libsdl-org/SDL/commit/0f6e59312b75ac0eb89930ec828533cb95eef829
From 0f6e59312b75ac0eb89930ec828533cb95eef829 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Wed, 5 Jul 2023 15:29:30 -0400
Subject: [PATCH] netbsdaudio: Removed email address from source code.
Not to diminish their contribution, but I'm about to tear this code up
and would rather the bug reports go to the SDL project.
---
src/audio/netbsd/SDL_netbsdaudio.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/audio/netbsd/SDL_netbsdaudio.c b/src/audio/netbsd/SDL_netbsdaudio.c
index 6474aa86e522..a1ee1649f1fc 100644
--- a/src/audio/netbsd/SDL_netbsdaudio.c
+++ b/src/audio/netbsd/SDL_netbsdaudio.c
@@ -22,10 +22,7 @@
#ifdef SDL_AUDIO_DRIVER_NETBSD
-/*
- * Driver for native NetBSD audio(4).
- * nia@NetBSD.org
- */
+// Driver for native NetBSD audio(4).
#include <errno.h>
#include <unistd.h>