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 | |
parent | c6a5a871c2be73338e881eddf550c5433e96148f (diff) |
Update copyright information
Diffstat (limited to 'modules')
63 files changed, 67 insertions, 67 deletions
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 <leandro@hardinfo.org> + * Copyright (C) 2003-2009 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 @@ -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", diff --git a/modules/benchmark/bench_results.c b/modules/benchmark/bench_results.c index 6ba475ed..ed2befe3 100644 --- a/modules/benchmark/bench_results.c +++ b/modules/benchmark/bench_results.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2020 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2020 L. A. F. Pereira <l@tia.mat.br> * This file: * Copyright (C) 2017 Burt P. <pburt0@gmail.com> * diff --git a/modules/benchmark/benches.c b/modules/benchmark/benches.c index e4706e61..ff571548 100644 --- a/modules/benchmark/benches.c +++ b/modules/benchmark/benches.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2017 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2017 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 diff --git a/modules/benchmark/blowfish2.c b/modules/benchmark/blowfish2.c index 5fe42b10..e3602acd 100644 --- a/modules/benchmark/blowfish2.c +++ b/modules/benchmark/blowfish2.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2017 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2017 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 diff --git a/modules/benchmark/cryptohash.c b/modules/benchmark/cryptohash.c index cf6f998e..17159d93 100644 --- a/modules/benchmark/cryptohash.c +++ b/modules/benchmark/cryptohash.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/benchmark/drawing.c b/modules/benchmark/drawing.c index d0905954..eaed934d 100644 --- a/modules/benchmark/drawing.c +++ b/modules/benchmark/drawing.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/benchmark/fft.c b/modules/benchmark/fft.c index b4bff39b..89b5d9c3 100644 --- a/modules/benchmark/fft.c +++ b/modules/benchmark/fft.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/benchmark/fib.c b/modules/benchmark/fib.c index 5648b406..7fe950d8 100644 --- a/modules/benchmark/fib.c +++ b/modules/benchmark/fib.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/benchmark/guibench.c b/modules/benchmark/guibench.c index 7d159d7e..b97baf41 100644 --- a/modules/benchmark/guibench.c +++ b/modules/benchmark/guibench.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2009 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 diff --git a/modules/benchmark/raytrace.c b/modules/benchmark/raytrace.c index 33ca5df3..928af3fa 100644 --- a/modules/benchmark/raytrace.c +++ b/modules/benchmark/raytrace.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/benchmark/sysbench.c b/modules/benchmark/sysbench.c index 75008804..75b9e9f8 100644 --- a/modules/benchmark/sysbench.c +++ b/modules/benchmark/sysbench.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2017 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2017 L. A. F. Pereira <l@tia.mat.br> * Copyright (C) 2019 Burt P. <pburt0@gmail.com> * * This program is free software; you can redistribute it and/or modify diff --git a/modules/benchmark/zlib.c b/modules/benchmark/zlib.c index b19f3c9f..60d57c49 100644 --- a/modules/benchmark/zlib.c +++ b/modules/benchmark/zlib.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2017 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2017 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 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", diff --git a/modules/computer/alsa.c b/modules/computer/alsa.c index 00c1fceb..d3a6bbcd 100644 --- a/modules/computer/alsa.c +++ b/modules/computer/alsa.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/computer/boots.c b/modules/computer/boots.c index 63122994..3d6492d6 100644 --- a/modules/computer/boots.c +++ b/modules/computer/boots.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/computer/display.c b/modules/computer/display.c index ef7d1f89..56b68442 100644 --- a/modules/computer/display.c +++ b/modules/computer/display.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/computer/environment.c b/modules/computer/environment.c index dc0fb6f3..697bf38f 100644 --- a/modules/computer/environment.c +++ b/modules/computer/environment.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 diff --git a/modules/computer/filesystem.c b/modules/computer/filesystem.c index 78faf5fe..db5bbe97 100644 --- a/modules/computer/filesystem.c +++ b/modules/computer/filesystem.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/computer/groups.c b/modules/computer/groups.c index 244b8000..75b7f645 100644 --- a/modules/computer/groups.c +++ b/modules/computer/groups.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2012 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2012 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 diff --git a/modules/computer/languages.c b/modules/computer/languages.c index 105b9e58..97223dda 100644 --- a/modules/computer/languages.c +++ b/modules/computer/languages.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/computer/loadavg.c b/modules/computer/loadavg.c index 7311dbf0..c3faaaed 100644 --- a/modules/computer/loadavg.c +++ b/modules/computer/loadavg.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/computer/memory.c b/modules/computer/memory.c index dc8599c2..add2bafe 100644 --- a/modules/computer/memory.c +++ b/modules/computer/memory.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/computer/memory_usage.c b/modules/computer/memory_usage.c index 041d1591..2693fbd9 100644 --- a/modules/computer/memory_usage.c +++ b/modules/computer/memory_usage.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/computer/modules.c b/modules/computer/modules.c index 88c178aa..15ffa4b7 100644 --- a/modules/computer/modules.c +++ b/modules/computer/modules.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/computer/os.c b/modules/computer/os.c index 14f61e06..1a367881 100644 --- a/modules/computer/os.c +++ b/modules/computer/os.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/computer/ubuntu_flavors.c b/modules/computer/ubuntu_flavors.c index f50afb0e..b1ff0758 100644 --- a/modules/computer/ubuntu_flavors.c +++ b/modules/computer/ubuntu_flavors.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2019 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2019 L. A. F. Pereira <l@tia.mat.br> * This file Burt P. <pburt0@gmail.com> * * This program is free software; you can redistribute it and/or modify diff --git a/modules/computer/uptime.c b/modules/computer/uptime.c index 6ef3d250..6fd1fe8f 100644 --- a/modules/computer/uptime.c +++ b/modules/computer/uptime.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/computer/users.c b/modules/computer/users.c index f47320bb..35291ca5 100644 --- a/modules/computer/users.c +++ b/modules/computer/users.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2009 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 diff --git a/modules/devices.c b/modules/devices.c index 7a113e32..d13334cc 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 @@ -892,7 +892,7 @@ void hi_module_deinit(void) const ModuleAbout *hi_module_get_about(void) { const static ModuleAbout ma = { - .author = "Leandro A. F. Pereira", + .author = "L. A. F. Pereira", .description = N_("Gathers information about hardware devices"), .version = VERSION, .license = "GNU GPL version 2", diff --git a/modules/devices/alpha/processor.c b/modules/devices/alpha/processor.c index c7862232..c820a94a 100644 --- a/modules/devices/alpha/processor.c +++ b/modules/devices/alpha/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/arm/processor.c b/modules/devices/arm/processor.c index 5ccfda1b..d3191ebc 100644 --- a/modules/devices/arm/processor.c +++ b/modules/devices/arm/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/battery.c b/modules/devices/battery.c index d2b7189c..bc3f70f8 100644 --- a/modules/devices/battery.c +++ b/modules/devices/battery.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/devicetree.c b/modules/devices/devicetree.c index 4fd52cbb..6999da3f 100644 --- a/modules/devices/devicetree.c +++ b/modules/devices/devicetree.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/devices/devicetree/pmac_data.c b/modules/devices/devicetree/pmac_data.c index b236aef1..51298a17 100644 --- a/modules/devices/devicetree/pmac_data.c +++ b/modules/devices/devicetree/pmac_data.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/devices/devicetree/rpi_data.c b/modules/devices/devicetree/rpi_data.c index d2e97150..4ef729a4 100644 --- a/modules/devices/devicetree/rpi_data.c +++ b/modules/devices/devicetree/rpi_data.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br> * This file from: rpiz - https://github.com/bp0/rpiz * Copyright (C) 2017 Burt P. <pburt0@gmail.com> * diff --git a/modules/devices/dmi.c b/modules/devices/dmi.c index 45b5e76b..4fca33c1 100644 --- a/modules/devices/dmi.c +++ b/modules/devices/dmi.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/devices/dmi_memory.c b/modules/devices/dmi_memory.c index 06025e8d..3f99d650 100644 --- a/modules/devices/dmi_memory.c +++ b/modules/devices/dmi_memory.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2019 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2019 L. A. F. Pereira <l@tia.mat.br> * Copyright (C) 2019 Burt P. <pburt0@gmail.com> * * This program is free software; you can redistribute it and/or modify diff --git a/modules/devices/firmware.c b/modules/devices/firmware.c index 6c283d6e..4f7fb744 100644 --- a/modules/devices/firmware.c +++ b/modules/devices/firmware.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2019 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2019 L. A. F. Pereira <l@tia.mat.br> * Copyright (C) 2019 Burt P. <pburt0@gmail.com> * Copyright (C) 2020 Ondrej Čerman * diff --git a/modules/devices/gpu.c b/modules/devices/gpu.c index 29b04e5c..eee9ee25 100644 --- a/modules/devices/gpu.c +++ b/modules/devices/gpu.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2017 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2017 L. A. F. Pereira <l@tia.mat.br> * This file * Copyright (C) 2018 Burt P. <pburt0@gmail.com> * diff --git a/modules/devices/ia64/processor.c b/modules/devices/ia64/processor.c index c4d06a71..3cf14d7f 100644 --- a/modules/devices/ia64/processor.c +++ b/modules/devices/ia64/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/inputdevices.c b/modules/devices/inputdevices.c index dcc70487..65f28130 100644 --- a/modules/devices/inputdevices.c +++ b/modules/devices/inputdevices.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/m68k/processor.c b/modules/devices/m68k/processor.c index e030732a..5dd92867 100644 --- a/modules/devices/m68k/processor.c +++ b/modules/devices/m68k/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/mips/processor.c b/modules/devices/mips/processor.c index b31af7dd..082c7297 100644 --- a/modules/devices/mips/processor.c +++ b/modules/devices/mips/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/monitors.c b/modules/devices/monitors.c index 652d77fd..dad86d6f 100644 --- a/modules/devices/monitors.c +++ b/modules/devices/monitors.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2019 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2019 L. A. F. Pereira <l@tia.mat.br> * Copyright (C) 2019 Burt P. <pburt0@gmail.com> * * This program is free software; you can redistribute it and/or modify diff --git a/modules/devices/parisc/processor.c b/modules/devices/parisc/processor.c index 9ca38d12..8493a5ca 100644 --- a/modules/devices/parisc/processor.c +++ b/modules/devices/parisc/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/pci.c b/modules/devices/pci.c index 9ca1b847..64966b80 100644 --- a/modules/devices/pci.c +++ b/modules/devices/pci.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/ppc/processor.c b/modules/devices/ppc/processor.c index 3360a136..6e4a964f 100644 --- a/modules/devices/ppc/processor.c +++ b/modules/devices/ppc/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/printers.c b/modules/devices/printers.c index aefeaed7..bb68a188 100644 --- a/modules/devices/printers.c +++ b/modules/devices/printers.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2007 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 diff --git a/modules/devices/resources.c b/modules/devices/resources.c index 0e8d728f..36a413a4 100644 --- a/modules/devices/resources.c +++ b/modules/devices/resources.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 diff --git a/modules/devices/riscv/processor.c b/modules/devices/riscv/processor.c index afddf89d..b2191a07 100644 --- a/modules/devices/riscv/processor.c +++ b/modules/devices/riscv/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/s390/processor.c b/modules/devices/s390/processor.c index cf45c33c..58ec6e8b 100644 --- a/modules/devices/s390/processor.c +++ b/modules/devices/s390/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/sensors.c b/modules/devices/sensors.c index a007c543..2d04cff5 100644 --- a/modules/devices/sensors.c +++ b/modules/devices/sensors.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/sh/processor.c b/modules/devices/sh/processor.c index 9da2f9b0..8dc339fb 100644 --- a/modules/devices/sh/processor.c +++ b/modules/devices/sh/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/sparc/processor.c b/modules/devices/sparc/processor.c index 32c7aa94..b0cf385a 100644 --- a/modules/devices/sparc/processor.c +++ b/modules/devices/sparc/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/devices/spd-decode.c b/modules/devices/spd-decode.c index bfd835ea..74dc9614 100644 --- a/modules/devices/spd-decode.c +++ b/modules/devices/spd-decode.c @@ -1,6 +1,6 @@ /* * spd-decode.c, spd-vendors.c - * Copyright (c) 2010 Leandro A. F. Pereira + * Copyright (c) 2010 L. A. F. Pereira * modified by Ondrej Čerman (2019) * modified by Burt P. (2019) * diff --git a/modules/devices/spd-vendors.c b/modules/devices/spd-vendors.c index f4dfe033..80b2a6a4 100644 --- a/modules/devices/spd-vendors.c +++ b/modules/devices/spd-vendors.c @@ -1,6 +1,6 @@ /* * spd-decode.c, spd-vendors.c - * Copyright (c) 2010 Leandro A. F. Pereira + * Copyright (c) 2010 L. A. F. Pereira * modified by Ondrej Čerman (2019) * modified by Burt P. (2019) * diff --git a/modules/devices/storage.c b/modules/devices/storage.c index a561be1d..970558ee 100644 --- a/modules/devices/storage.c +++ b/modules/devices/storage.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br> * modified by Ondrej Čerman (2019-2021) * * This program is free software; you can redistribute it and/or modify diff --git a/modules/devices/usb.c b/modules/devices/usb.c index c00f3330..4adc7761 100644 --- a/modules/devices/usb.c +++ b/modules/devices/usb.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 diff --git a/modules/devices/x86/processor.c b/modules/devices/x86/processor.c index ff1374f3..d9f4780b 100644 --- a/modules/devices/x86/processor.c +++ b/modules/devices/x86/processor.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2006 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 diff --git a/modules/network.c b/modules/network.c index 300cc041..b91d8090 100644 --- a/modules/network.c +++ b/modules/network.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 @@ -436,7 +436,7 @@ void hi_module_deinit(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 information about this computer's network connection"), .version = VERSION, diff --git a/modules/network/net.c b/modules/network/net.c index a75cf8b6..0a71a4c0 100644 --- a/modules/network/net.c +++ b/modules/network/net.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 diff --git a/modules/network/nfs.c b/modules/network/nfs.c index 54bbfe0e..6d9e4aa3 100644 --- a/modules/network/nfs.c +++ b/modules/network/nfs.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2009 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 diff --git a/modules/network/samba.c b/modules/network/samba.c index 5df28010..e75b1ee6 100644 --- a/modules/network/samba.c +++ b/modules/network/samba.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2003-2009 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 |