diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-25 02:49:34 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-25 02:49:34 +0100 |
commit | b727f9666b457666efaa861caeb7d1ed73e646c3 (patch) | |
tree | 6bab10acf90917446de7cb73b39a31f90cddab6d /util/nvmutil/nvmutil.c | |
parent | 208620198c79c9645690968d9e085a6769fe1213 (diff) |
util/: use SPDX license and copyright headers
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 4e689379..a84e3c65 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -1,5 +1,5 @@ -/* Copyright (c) 2022, 2023 Leah Rowe <leah@libreboot.org> */ /* SPDX-License-Identifier: MIT */ +/* SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org> */ #include <sys/stat.h> |