iQ6NTs3NIOokgBbGb5UWdKAL722F0vrdDy8aQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781017042; a=rsa-sha256; cv=none; b=ZBY77t5XxqWBafqy6NmDQMfVzfT4kUcIE6w9LRWOyag2qMIltk6NzMsIux1nwiYugtoJv1 RxgkFfAVYt4Y2SrMSfXOtgCOYtEAPvgiVPnJm+PPhTLypLUdW8iKwvaoCa9X9ek2b8HnqX 7eF0qJJdLe9yb2xcU/kEPVk1NULv8Bw9hHg9gArei2400vDmDYK36z0xJpPVkQf7WtEeL1 fNhJu3Gauu4ttKSjCwoEmQt9//5jbvk+HFBWcxCTM/9g2PeTE2DpqgInHgv74OeS/eTQV7 hY8+2QRSNFk9sbTUGrZ8lbNQyj+r0h8DP+x/PqDQeGyHNFj4hx6gUy5m+cEpkg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781017042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+qq9EksFt6bsmq7UffVWT5hsmhEKAe1jDGBFPM8nLgA=; b=qk3owFn2687jGV+odaZDtJbZpr47laYIxnldLQQikKr+S/hbYw993CIEi7/QBaicyBNuCu pckgXFT7rmXTlJumcFGkljmpK/ZZIIeAvXzTVGQkA4QrLYdBRAgZA1aFm7OOJuUp0A29BH 9Ilv26kLz7CC8+vgJX9e0XkO+3/TgfPqHuAEMObmvPiCQuMXcbJEGePuvYVZPfH2XNU+Y7 madBSENoOrG9IypIki7vHUhhZ9UzUg1lYgA58jV2OhZXtbjxSH6U4NvLTPARV43KzL0fRf A0cQDIJh6kb7xezaTcaDJG77vKSraxdtOHR4q7Rf7b4StmYRapEcZgCCcdrP9A== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZX7k2bxhzg1H for ; Tue, 09 Jun 2026 14:57:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 47fea by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 09 Jun 2026 14:57:17 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Tuukka Pasanen From: Ed Maste Subject: git: a7f0ee3c5680 - stable/15 - bsdinstall: Add SPDX-License-Identifier tags List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: a7f0ee3c568083a2e63008f2992880d754ef707e Auto-Submitted: auto-generated Date: Tue, 09 Jun 2026 14:57:17 +0000 Message-Id: <6a2829cd.47fea.3d37ce09@gitrepo.freebsd.org> The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=a7f0ee3c568083a2e63008f2992880d754ef707e commit a7f0ee3c568083a2e63008f2992880d754ef707e Author: Tuukka Pasanen AuthorDate: 2026-02-16 09:10:57 +0000 Commit: Ed Maste 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. *