From f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e Mon Sep 17 00:00:00 2001 From: L Pereira Date: Sun, 7 Nov 2021 20:36:46 -0800 Subject: Update copyright information --- modules/benchmark.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/benchmark.c') diff --git a/modules/benchmark.c b/modules/benchmark.c index 032ae67a..27ee9643 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2009 Leandro A. F. Pereira + * Copyright (C) 2003-2009 L. A. F. Pereira * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -736,7 +736,7 @@ ModuleEntry *hi_module_get_entries(void) { return entries; } const ModuleAbout *hi_module_get_about(void) { static const ModuleAbout ma = { - .author = "Leandro A. F. Pereira", + .author = "L. A. F. Pereira", .description = N_("Perform tasks and compare with other systems"), .version = VERSION, .license = "GNU GPL version 2", -- cgit v1.2.3