git: f7e41b41aedb - stable/15 - newfs_msdos: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 May 2026 18:07:43 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f7e41b41aedb2fd76e4a5b5aa60a177f594d29dc
commit f7e41b41aedb2fd76e4a5b5aa60a177f594d29dc
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:20:05 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-05-12 18:06:25 +0000
newfs_msdos: Add SPDX-License-Identifier tags
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55274
(cherry picked from commit 8ac992645850318d8b2cf93b083372b99b6374e1)
---
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.
*