git: f8517c21d57f - main - nvmecontrol: Add SPDX-License-Identifier tags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 13:55:24 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f8517c21d57f1db005c0d15e14d16252e8e4bfd0
commit f8517c21d57f1db005c0d15e14d16252e8e4bfd0
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:21:25 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 13:50:27 +0000
nvmecontrol: Add SPDX-License-Identifier tags
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55275
---
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