diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-16 09:26:43 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-19 15:16:14 +0000 |
| commit | 6010b73fa9574b8e651b08451f30ba9c05f3f894 (patch) | |
| tree | 9b0aae4602caca7ca0a2b1ee8075e9c1a694524e | |
| parent | a31127e6dfbfd96e512e0a238f4359c90849e3fb (diff) | |
makefs: Add SPDX-License-Identifier tags
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | usr.sbin/makefs/msdos.c | 2 | ||||
| -rw-r--r-- | usr.sbin/makefs/msdos.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/makefs/msdos.c b/usr.sbin/makefs/msdos.c index 3707481a1c47..76c6ec05c71b 100644 --- a/usr.sbin/makefs/msdos.c +++ b/usr.sbin/makefs/msdos.c @@ -1,6 +1,8 @@ /* $NetBSD: msdos.c,v 1.20 2017/04/14 15:40:35 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2013 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/usr.sbin/makefs/msdos.h b/usr.sbin/makefs/msdos.h index 376713051d52..80c2d4c39593 100644 --- a/usr.sbin/makefs/msdos.h +++ b/usr.sbin/makefs/msdos.h @@ -1,6 +1,8 @@ /* $NetBSD: msdos.h,v 1.3 2015/10/16 16:40:02 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2013 The NetBSD Foundation, Inc. * All rights reserved. * |
