git: 80c73c89dc6a - main - bsdinstall: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Apr 2026 17:52:07 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=80c73c89dc6a156a119350d7c28c6db1f3b741df
commit 80c73c89dc6a156a119350d7c28c6db1f3b741df
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-16 09:10:57 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-04-27 17:51:26 +0000
bsdinstall: Add SPDX-License-Identifier tags
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
---
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.
*