aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2026-02-09 08:21:25 +0000
committerEd Maste <emaste@FreeBSD.org>2026-02-18 13:50:27 +0000
commitf8517c21d57f1db005c0d15e14d16252e8e4bfd0 (patch)
tree398fffff2753ae06a258f6ca7917bb3aea8e5f61
parent904e0dcd2967cfe72899e7285e6cd6e9977ae68c (diff)
nvmecontrol: Add SPDX-License-Identifier tags
Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55275
-rw-r--r--sbin/nvmecontrol/modules/wdc/wdc.c2
-rw-r--r--sbin/nvmecontrol/power.c2
2 files changed, 4 insertions, 0 deletions
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