Date: Tue, 12 May 2026 18:07:49 +0000 From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Tuukka Pasanen <tuukka.pasanen@ilmi.fi> Subject: git: 025f886b1eb1 - stable/15 - makefs: Add SPDX-License-Identifier tags Message-ID: <6a036c75.4516d.4767f7d9@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=025f886b1eb1d966e804abde139a245f9fdff5fd commit 025f886b1eb1d966e804abde139a245f9fdff5fd Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi> AuthorDate: 2026-02-16 09:26:43 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2026-05-12 18:06:26 +0000 makefs: Add SPDX-License-Identifier tags Reviewed by: emaste Sponsored by: The FreeBSD Foundation (cherry picked from commit 6010b73fa9574b8e651b08451f30ba9c05f3f894) --- usr.sbin/makefs/msdos.c | 2 ++ usr.sbin/makefs/msdos.h | 2 ++ 2 files changed, 4 insertions(+) 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. *home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a036c75.4516d.4767f7d9>
