git: a7f0ee3c5680 - stable/15 - bsdinstall: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jun 2026 14:57:17 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=a7f0ee3c568083a2e63008f2992880d754ef707e
commit a7f0ee3c568083a2e63008f2992880d754ef707e
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-16 09:10:57 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-06-09 14:56:44 +0000
bsdinstall: Add SPDX-License-Identifier tags
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 80c73c89dc6a156a119350d7c28c6db1f3b741df)
---
usr.sbin/bsdinstall/partedit/partedit_efi.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/usr.sbin/bsdinstall/partedit/partedit_efi.c b/usr.sbin/bsdinstall/partedit/partedit_efi.c
index 7c4f85a69b8b..21d03c6668ba 100644
--- a/usr.sbin/bsdinstall/partedit/partedit_efi.c
+++ b/usr.sbin/bsdinstall/partedit/partedit_efi.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (C) 2016 Cavium Inc.
* All rights reserved.
*