From 637b5e36fd29b2079c7f2a9bbb6ffe35803a2cde Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Jan 2025 20:55:58 +0000 Subject: util/nvmutil: Tidy up copyright header I don't like using SPDX for actual copyright declarations. I only want it to be used for the license identifier. Also: I made a *single* change to nvmutil.c in 2024, which means that I have copyright in all years since and including 2022; the file said 2022, 2023, 2025, but it's actually 2022-2025. Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/nvmutil/nvmutil.c') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 7f6b8782..00c20a1b 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT */ -/* SPDX-FileCopyrightText: 2022, 2023, 2025 Leah Rowe */ -/* SPDX-FileCopyrightText: 2023 Riku Viitanen */ +/* Copyright (c) 2022-2025 Leah Rowe */ +/* Copyright (c) 2023 Riku Viitanen */ #include -- cgit v1.2.1