The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=8ac992645850318d8b2cf93b083372b99b6374e1
commit 8ac992645850318d8b2cf93b083372b99b6374e1 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:20:05 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-02-18 13:43:58 +0000 newfs_msdos: Add SPDX-License-Identifier tags Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55274 --- sbin/newfs_msdos/mkfs_msdos.c | 2 ++ sbin/newfs_msdos/mkfs_msdos.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sbin/newfs_msdos/mkfs_msdos.c b/sbin/newfs_msdos/mkfs_msdos.c index a570d92cd17b..21b0785fb6ea 100644 --- a/sbin/newfs_msdos/mkfs_msdos.c +++ b/sbin/newfs_msdos/mkfs_msdos.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 1998 Robert Nordier * All rights reserved. * diff --git a/sbin/newfs_msdos/mkfs_msdos.h b/sbin/newfs_msdos/mkfs_msdos.h index 6e5bad0da8f0..e1f46f4d74cf 100644 --- a/sbin/newfs_msdos/mkfs_msdos.h +++ b/sbin/newfs_msdos/mkfs_msdos.h @@ -1,6 +1,8 @@ /* $NetBSD: mkfs_msdos.h,v 1.3 2015/10/16 17:38:17 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2013 The NetBSD Foundation, Inc. * All rights reserved. *
