Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2026 15:51:00 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
Subject:   git: 0a1fd13e7320 - main - pwait: Add SPDX-License-Identifier tags
Message-ID:  <6995dfe4.27443.5831faac@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=0a1fd13e73200756b61d06c949622b4f6bba7dad

commit 0a1fd13e73200756b61d06c949622b4f6bba7dad
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:09:10 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 15:50:21 +0000

    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 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.
  *


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6995dfe4.27443.5831faac>