diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-12 15:05:21 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-12 15:05:21 +0100 |
commit | 40163dcfa4e29d9ce15f5537d03a2ae3b657cdf8 (patch) | |
tree | 406e42aa8ff78b222e7b1c86c96c5355c4a41324 | |
parent | ef800b652c8fe1e69e8faa338489638c08d30de5 (diff) |
mrc.sh: update copyright year to include 2025
I've made several modifications to the file, this year.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/mrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrc.sh b/include/mrc.sh index 3b3089fc..55cc6a76 100644 --- a/include/mrc.sh +++ b/include/mrc.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only # Logic based on util/chromeos/crosfirmware.sh in coreboot cfc26ce278. -# Modifications in this version are Copyright 2021, 2023 and 2024 Leah Rowe. +# Modifications in this version are Copyright 2021,2023-2025 Leah Rowe. # Original copyright detailed in repo: https://review.coreboot.org/coreboot/ eval "`setvars "" MRC_url MRC_url_bkup MRC_hash MRC_board SHELLBALL`" |