aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark
diff options
context:
space:
mode:
authorbigbear <ns@bigbear.dk>2024-02-07 22:10:58 +0100
committerbigbear <ns@bigbear.dk>2024-02-08 19:52:52 +0100
commitda0d0d9040b91ecef5985af982d7e77ae435a957 (patch)
tree5722fd103a5b1ecd6c0cee53b05cad03f49845e6 /modules/benchmark
parent9a05f56e1bf36abab41d12f92f2c75266c44bd4a (diff)
LICENSE Changed to GPL2+ for project and source code According to approval from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
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 5403d963..e5212c71 100644
--- a/modules/benchmark/bench_results.c
+++ b/modules/benchmark/bench_results.c
@@ -6,7 +6,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/benches.c b/modules/benchmark/benches.c
index ff571548..26a03159 100644
--- a/modules/benchmark/benches.c
+++ b/modules/benchmark/benches.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/blowfish2.c b/modules/benchmark/blowfish2.c
index e3602acd..7426bef9 100644
--- a/modules/benchmark/blowfish2.c
+++ b/modules/benchmark/blowfish2.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/cryptohash.c b/modules/benchmark/cryptohash.c
index 17159d93..add7ca03 100644
--- a/modules/benchmark/cryptohash.c
+++ b/modules/benchmark/cryptohash.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/drawing.c b/modules/benchmark/drawing.c
index eaed934d..e92b9d62 100644
--- a/modules/benchmark/drawing.c
+++ b/modules/benchmark/drawing.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/fft.c b/modules/benchmark/fft.c
index 89b5d9c3..b7086e06 100644
--- a/modules/benchmark/fft.c
+++ b/modules/benchmark/fft.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/fib.c b/modules/benchmark/fib.c
index 7fe950d8..c61a945b 100644
--- a/modules/benchmark/fib.c
+++ b/modules/benchmark/fib.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/guibench.c b/modules/benchmark/guibench.c
index b97baf41..9ff50210 100644
--- a/modules/benchmark/guibench.c
+++ b/modules/benchmark/guibench.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/raytrace.c b/modules/benchmark/raytrace.c
index 928af3fa..a1abfcd5 100644
--- a/modules/benchmark/raytrace.c
+++ b/modules/benchmark/raytrace.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/sysbench.c b/modules/benchmark/sysbench.c
index 75b9e9f8..70db03e6 100644
--- a/modules/benchmark/sysbench.c
+++ b/modules/benchmark/sysbench.c
@@ -5,7 +5,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/modules/benchmark/zlib.c b/modules/benchmark/zlib.c
index 60d57c49..2045969f 100644
--- a/modules/benchmark/zlib.c
+++ b/modules/benchmark/zlib.c
@@ -4,7 +4,7 @@
*
* 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
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of