aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark
diff options
context:
space:
mode:
authorL Pereira <l@tia.mat.br>2021-11-07 20:36:46 -0800
committerL Pereira <l@tia.mat.br>2021-11-07 20:36:46 -0800
commitf139c5f5c562ed721c5f0d874a4dddb4c2a89e6e (patch)
tree3d3947a24d577c22583457a212a1135e519a323f /modules/benchmark
parentc6a5a871c2be73338e881eddf550c5433e96148f (diff)
Update copyright information
Diffstat (limited to 'modules/benchmark')
-rw-r--r--modules/benchmark/bench_results.c2
-rw-r--r--modules/benchmark/benches.c2
-rw-r--r--modules/benchmark/blowfish2.c2
-rw-r--r--modules/benchmark/cryptohash.c2
-rw-r--r--modules/benchmark/drawing.c2
-rw-r--r--modules/benchmark/fft.c2
-rw-r--r--modules/benchmark/fib.c2
-rw-r--r--modules/benchmark/guibench.c2
-rw-r--r--modules/benchmark/raytrace.c2
-rw-r--r--modules/benchmark/sysbench.c2
-rw-r--r--modules/benchmark/zlib.c2
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