aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2026-02-09 08:20:05 +0000
committerEd Maste <emaste@FreeBSD.org>2026-02-18 13:43:58 +0000
commit8ac992645850318d8b2cf93b083372b99b6374e1 (patch)
treea35f7b0b0ea25234e6d46a24e38e4b16529ec506
parent25ed5ee654a8cd7d9f694307c62bb84ff4d16866 (diff)
newfs_msdos: Add SPDX-License-Identifier tags
Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55274
-rw-r--r--sbin/newfs_msdos/mkfs_msdos.c2
-rw-r--r--sbin/newfs_msdos/mkfs_msdos.h2
2 files changed, 4 insertions, 0 deletions
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.
*