diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-09 08:09:10 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-18 15:50:21 +0000 |
| commit | 0a1fd13e73200756b61d06c949622b4f6bba7dad (patch) | |
| tree | 744a6c27031006f8312fc75339a25abd0204b658 | |
| parent | 5705d171dacc69bcdbfc17849a9dc898249dae2e (diff) | |
pwait: Add SPDX-License-Identifier tags
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55211
| -rw-r--r-- | bin/pwait/pwait.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/pwait/pwait.c b/bin/pwait/pwait.c index 59bf0eb93ced..7f134036f1b9 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. * |
