diff options
author | L Pereira <l@tia.mat.br> | 2021-11-07 20:36:46 -0800 |
---|---|---|
committer | L Pereira <l@tia.mat.br> | 2021-11-07 20:36:46 -0800 |
commit | f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e (patch) | |
tree | 3d3947a24d577c22583457a212a1135e519a323f /modules/computer.c | |
parent | c6a5a871c2be73338e881eddf550c5433e96148f (diff) |
Update copyright information
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/computer.c b/modules/computer.c index 6f71a8a0..0f48d907 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2008 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2008 L. A. F. Pereira <l@tia.mat.br> * * 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 @@ -1079,7 +1079,7 @@ void hi_module_init(void) const ModuleAbout *hi_module_get_about(void) { static const ModuleAbout ma = { - .author = "Leandro A. F. Pereira", + .author = "L. A. F. Pereira", .description = N_("Gathers high-level computer information"), .version = VERSION, .license = "GNU GPL version 2", |