diff options
Diffstat (limited to 'modules/benchmark')
-rw-r--r-- | modules/benchmark/bench_results.c | 2 | ||||
-rw-r--r-- | modules/benchmark/benches.c | 2 | ||||
-rw-r--r-- | modules/benchmark/blowfish2.c | 2 | ||||
-rw-r--r-- | modules/benchmark/cryptohash.c | 2 | ||||
-rw-r--r-- | modules/benchmark/drawing.c | 2 | ||||
-rw-r--r-- | modules/benchmark/fft.c | 2 | ||||
-rw-r--r-- | modules/benchmark/fib.c | 2 | ||||
-rw-r--r-- | modules/benchmark/guibench.c | 2 | ||||
-rw-r--r-- | modules/benchmark/raytrace.c | 2 | ||||
-rw-r--r-- | modules/benchmark/sysbench.c | 2 | ||||
-rw-r--r-- | modules/benchmark/zlib.c | 2 |
11 files changed, 11 insertions, 11 deletions
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 |