git: 48a89d2950cb - stable/15 - pwait: Add SPDX-License-Identifier tags
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a8307d8.40467.24696465__40644.591876638$1786972289$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=48a89d2950cbb17838c82e0e18caebf8e7c83177 commit 48a89d2950cbb17838c82e0e18caebf8e7c83177 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:09:10 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-08-17 13:07:52 +0000 pwait: Add SPDX-License-Identifier tags Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55211 (cherry picked from commit 0a1fd13e73200756b61d06c949622b4f6bba7dad) --- bin/pwait/pwait.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/pwait/pwait.c b/bin/pwait/pwait.c index a478111e1137..a58dfbbcce4d 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. *