diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/nvmutil/COPYING | 2 | ||||
-rw-r--r-- | util/nvmutil/Makefile | 2 | ||||
-rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/util/nvmutil/COPYING b/util/nvmutil/COPYING index 17374089..784581dd 100644 --- a/util/nvmutil/COPYING +++ b/util/nvmutil/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2022 Leah Rowe <info@minifree.org> +Copyright (C) 2022, 2023 Leah Rowe <leah@libreboot.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index a69c0f0e..efcab724 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -1,7 +1,7 @@ # # Makefile for nvmutils # -# Copyright (C) 2022 Leah Rowe <info@minifree.org> +# Copyright (C) 2022 Leah Rowe <leah@libreboot.org> # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index c133c821..4e689379 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2022, 2023 Leah Rowe <info@minifree.org> */ +/* Copyright (c) 2022, 2023 Leah Rowe <leah@libreboot.org> */ /* SPDX-License-Identifier: MIT */ #include <sys/stat.h> |