Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Feb 2026 13:52:10 +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: b6824fe48e41 - main - chio: Add SPDX-License-Identifier tags
Message-ID:  <6989e68a.3dd05.796d0d1c@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=b6824fe48e4197877f472268859ffe80d7fd946b

commit b6824fe48e4197877f472268859ffe80d7fd946b
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 07:47:08 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
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 <thorpej@and.com>
  * 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 <thorpej@and.com>
  * 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 <thorpej@and.com>
  * All rights reserved.
  *


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6989e68a.3dd05.796d0d1c>