The branch main has been updated by emaste:

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

commit b6824fe48e4197877f472268859ffe80d7fd946b
Author:     Tuukka Pasanen <[email protected]>
AuthorDate: 2026-02-09 07:47:08 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2026-02-09 13:51:58 +0000

    chio: Add SPDX-License-Identifier tags
    
    Some BSD-4-Clause files under bin/chio were missing the
    SPDX-License-Identifier-tag.
    
    Reviewed by: emaste
    Sponsored by: The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D55193
---
 bin/chio/chio.c      | 2 ++
 bin/chio/defs.h      | 2 ++
 bin/chio/pathnames.h | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/bin/chio/chio.c b/bin/chio/chio.c
index 07def55ee88f..10468406800e 100644
--- a/bin/chio/chio.c
+++ b/bin/chio/chio.c
@@ -1,5 +1,7 @@
 /*     $NetBSD: chio.c,v 1.6 1998/01/04 23:53:58 thorpej Exp $ */
 /*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
  * Copyright (c) 1996 Jason R. Thorpe <[email protected]>
  * All rights reserved.
  *
diff --git a/bin/chio/defs.h b/bin/chio/defs.h
index 6b4381a3d447..4dbe69629a81 100644
--- a/bin/chio/defs.h
+++ b/bin/chio/defs.h
@@ -1,5 +1,7 @@
 
 /*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
  * Copyright (c) 1996 Jason R. Thorpe <[email protected]>
  * All rights reserved.
  *
diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h
index a8308ed7b0ac..6c5ee3c63cd0 100644
--- a/bin/chio/pathnames.h
+++ b/bin/chio/pathnames.h
@@ -1,5 +1,7 @@
 
 /*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
  * Copyright (c) 1996 Jason R. Thorpe <[email protected]>
  * All rights reserved.
  *

Reply via email to