diff options
author | Casey Connolly <casey.connolly@linaro.org> | 2025-07-28 15:07:55 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-07-28 08:53:20 -0600 |
commit | 174128ad6ebe2cddc2338121fb98dc34212370be (patch) | |
tree | 784e004ba6bb8a5191f98f6437d2a4bd88b9e1a5 /common/button_cmd.c | |
parent | 14dd807a48cfc3e7a4b106e228a6dc5b6c296d48 (diff) |
treewide: fix Casey's name
I updated the mailmap a while back but it's nice to have authorship
comments adjusted too.
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
Diffstat (limited to 'common/button_cmd.c')
-rw-r--r-- | common/button_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/button_cmd.c b/common/button_cmd.c index 72dac1f9ef6..a6c437d7a34 100644 --- a/common/button_cmd.c +++ b/common/button_cmd.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2023 Linaro Ltd. - * Author: Caleb Connolly <caleb.connolly@linaro.org> + * Author: Casey Connolly <casey.connolly@linaro.org> */ #include <button.h> |