git: 0256ea4dfed8 - stable/15 - nvmecontrol: Add SPDX-License-Identifier tags

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 18 Aug 2026 19:54:29 UTC
The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=0256ea4dfed859e03cf727501af9506ceb8de72a

commit 0256ea4dfed859e03cf727501af9506ceb8de72a
Author:     Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:21:25 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-18 19:52:06 +0000

    nvmecontrol: Add SPDX-License-Identifier tags
    
    Reviewed by: emaste
    Sponsored by: The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D55275
    
    (cherry picked from commit f8517c21d57f1db005c0d15e14d16252e8e4bfd0)
---
 sbin/nvmecontrol/modules/wdc/wdc.c | 2 ++
 sbin/nvmecontrol/power.c           | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sbin/nvmecontrol/modules/wdc/wdc.c b/sbin/nvmecontrol/modules/wdc/wdc.c
index 55758dc7e037..723289c483f7 100644
--- a/sbin/nvmecontrol/modules/wdc/wdc.c
+++ b/sbin/nvmecontrol/modules/wdc/wdc.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2017 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/sbin/nvmecontrol/power.c b/sbin/nvmecontrol/power.c
index b26570da0c52..dd6d8bcdca0a 100644
--- a/sbin/nvmecontrol/power.c
+++ b/sbin/nvmecontrol/power.c
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2016 Netflix, Inc.
  *
  * Redistribution and use in source and binary forms, with or without