From 0a1fd13e73200756b61d06c949622b4f6bba7dad Mon Sep 17 00:00:00 2001 From: Tuukka Pasanen Date: Mon, 9 Feb 2026 10:09:10 +0200 Subject: [PATCH] pwait: Add SPDX-License-Identifier tags Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55211 --- bin/pwait/pwait.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/pwait/pwait.c b/bin/pwait/pwait.c index 59bf0eb93ce..7f134036f1b 100644 --- a/bin/pwait/pwait.c +++ b/bin/pwait/pwait.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2004-2009, Jilles Tjoelker * All rights reserved. *