diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-09 08:21:25 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-18 13:50:27 +0000 |
| commit | f8517c21d57f1db005c0d15e14d16252e8e4bfd0 (patch) | |
| tree | 398fffff2753ae06a258f6ca7917bb3aea8e5f61 | |
| parent | 904e0dcd2967cfe72899e7285e6cd6e9977ae68c (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.c | 2 | ||||
| -rw-r--r-- | sbin/nvmecontrol/power.c | 2 |
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 |
