summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrIng <labs@cyring.fr>2023-01-03 07:10:54 +0000
committerCyrIng <cyril.ingenierie@gmail.com>2023-01-03 07:10:54 +0000
commit45fab8fc7b5ed30e5dbdadaaa2c2896e77665c6b (patch)
treea6fe11c99d0aef9def7a362db684bef1d87e4534
parenta34c9ca247be003904c53bb3e7afb31db75a12ec (diff)
(C)2015-2023 CYRIL COURTIAT1.94.1
-rw-r--r--CoreFreq.svg2
-rw-r--r--Makefile2
-rw-r--r--README.md4
-rw-r--r--amd_reg.h2
-rw-r--r--bitasm.h2
-rw-r--r--corefreq-api.h2
-rw-r--r--corefreq-cli-extra.c2
-rw-r--r--corefreq-cli-extra.h2
-rw-r--r--corefreq-cli-json.c2
-rw-r--r--corefreq-cli-json.h2
-rw-r--r--corefreq-cli-rsc-en.h6
-rw-r--r--corefreq-cli-rsc-fr.h6
-rw-r--r--corefreq-cli-rsc-theme-dflt.h2
-rw-r--r--corefreq-cli-rsc-theme-usr1.h2
-rw-r--r--corefreq-cli-rsc-theme-usr2.h2
-rw-r--r--corefreq-cli-rsc.c2
-rw-r--r--corefreq-cli-rsc.h2
-rw-r--r--corefreq-cli.c2
-rw-r--r--corefreq-cli.h2
-rw-r--r--corefreq-ui.c2
-rw-r--r--corefreq-ui.h2
-rw-r--r--corefreq.h2
-rw-r--r--corefreqd.c6
-rw-r--r--corefreqd.service2
-rw-r--r--corefreqk.c2
-rw-r--r--corefreqk.h2
-rw-r--r--corefreqm.c2
-rw-r--r--corefreqm.h2
-rw-r--r--coretypes.h4
-rw-r--r--dkms.conf4
-rw-r--r--intel_reg.h2
-rwxr-xr-xscripter.sh2
32 files changed, 41 insertions, 41 deletions
diff --git a/CoreFreq.svg b/CoreFreq.svg
index 8bfd3af..9bfbc49 100644
--- a/CoreFreq.svg
+++ b/CoreFreq.svg
@@ -266,7 +266,7 @@
id="tspan3603"
x="118.95782"
y="1111.7253"
- style="font-size:12.5px">CoreFreq 2015-2022</tspan><tspan
+ style="font-size:12.5px">CoreFreq 2015-2023</tspan><tspan
sodipodi:role="line"
id="tspan3605"
x="118.95782"
diff --git a/Makefile b/Makefile
index 29bd4ce..6cb54d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# CoreFreq
-# Copyright (C) 2015-2022 CYRIL COURTIAT
+# Copyright (C) 2015-2023 CYRIL COURTIAT
# Licenses: GPL2
CC ?= cc
diff --git a/README.md b/README.md
index 5c62806..ec52779 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ CoreFreq: Processor [06_1A] Architecture [Nehalem/Bloomfield] CPU [8/8]
### Daemon
```
-CoreFreq Daemon. Copyright (C) 2015-2022 CYRIL COURTIAT
+CoreFreq Daemon. Copyright (C) 2015-2023 CYRIL COURTIAT
Processor [Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz]
Architecture [Nehalem/Bloomfield] 8/8 CPU Online.
@@ -573,5 +573,5 @@ parm: HSMP_Attempt:Attempt the HSMP interface (short)
# About
[CyrIng](https://github.com/cyring)
-Copyright (C) 2015-2022 CYRIL COURTIAT
+Copyright (C) 2015-2023 CYRIL COURTIAT
-------
diff --git a/amd_reg.h b/amd_reg.h
index ca7c54e..3d47db7 100644
--- a/amd_reg.h
+++ b/amd_reg.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/bitasm.h b/bitasm.h
index dd66d89..524cac9 100644
--- a/bitasm.h
+++ b/bitasm.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-api.h b/corefreq-api.h
index 2778fd9..9a4525f 100644
--- a/corefreq-api.h
+++ b/corefreq-api.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-cli-extra.c b/corefreq-cli-extra.c
index 7484868..290a581 100644
--- a/corefreq-cli-extra.c
+++ b/corefreq-cli-extra.c
@@ -1,5 +1,5 @@
/*
- * CoreFreq (C) 2015-2022 CYRIL COURTIAT
+ * CoreFreq (C) 2015-2023 CYRIL COURTIAT
* Contributors: Andrew Gurinovich ; CyrIng
* Licenses: GPL2
*
diff --git a/corefreq-cli-extra.h b/corefreq-cli-extra.h
index 390f6c9..f443528 100644
--- a/corefreq-cli-extra.h
+++ b/corefreq-cli-extra.h
@@ -1,5 +1,5 @@
/*
- * CoreFreq (C) 2015-2022 CYRIL COURTIAT
+ * CoreFreq (C) 2015-2023 CYRIL COURTIAT
* Contributors: Andrew Gurinovich ; CyrIng
* Licenses: GPL2
*
diff --git a/corefreq-cli-json.c b/corefreq-cli-json.c
index efd06ce..05acca5 100644
--- a/corefreq-cli-json.c
+++ b/corefreq-cli-json.c
@@ -1,5 +1,5 @@
/*
- * CoreFreq (C) 2015-2022 CYRIL COURTIAT
+ * CoreFreq (C) 2015-2023 CYRIL COURTIAT
* Contributors: Andrew Gurinovich ; CyrIng
* Licenses: GPL2
*/
diff --git a/corefreq-cli-json.h b/corefreq-cli-json.h
index 27d90ee..7de36dc 100644
--- a/corefreq-cli-json.h
+++ b/corefreq-cli-json.h
@@ -1,5 +1,5 @@
/*
- * CoreFreq (C) 2015-2022 CYRIL COURTIAT
+ * CoreFreq (C) 2015-2023 CYRIL COURTIAT
* Contributors: Andrew Gurinovich ; CyrIng
* Licenses: GPL2
*/
diff --git a/corefreq-cli-rsc-en.h b/corefreq-cli-rsc-en.h
index fce5f83..3e7827b 100644
--- a/corefreq-cli-rsc-en.h
+++ b/corefreq-cli-rsc-en.h
@@ -1,12 +1,12 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
#define RSC_COPY0_CODE_EN " by CyrIng "
#define RSC_COPY1_CODE_EN " "
-#define RSC_COPY2_CODE_EN " (C)2015-2022 CYRIL COURTIAT "
+#define RSC_COPY2_CODE_EN " (C)2015-2023 CYRIL COURTIAT "
#define RSC_LAYOUT_LCD_RESET_CODE "::::"
@@ -1878,7 +1878,7 @@
#define RSC_ERROR_CMD_SYNTAX_CODE_EN \
"CoreFreq." \
- " Copyright (C) 2015-2022 CYRIL COURTIAT\n\n" \
+ " Copyright (C) 2015-2023 CYRIL COURTIAT\n\n" \
"Usage:\t%s [-Option <argument>] [-Command <argument>]\n"\
"\n Interface options\n" \
"\t-Oa\tAbsolute frequency\n" \
diff --git a/corefreq-cli-rsc-fr.h b/corefreq-cli-rsc-fr.h
index 10c0031..18b587d 100644
--- a/corefreq-cli-rsc-fr.h
+++ b/corefreq-cli-rsc-fr.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
@@ -13,7 +13,7 @@ do echo -en "$h$l\t""\xc3""\x$h$l""\t"; done; done;echo
#define RSC_COPY0_CODE_FR " par CyrIng "
#define RSC_COPY1_CODE_FR " "
-#define RSC_COPY2_CODE_FR " (C)2015-2022 " \
+#define RSC_COPY2_CODE_FR " (C)2015-2023 " \
"CYRIL COURTIAT "
#define RSC_LAYOUT_HEADER_PROC_CODE_FR \
@@ -1341,7 +1341,7 @@ do echo -en "$h$l\t""\xc3""\x$h$l""\t"; done; done;echo
#define RSC_ERROR_CMD_SYNTAX_CODE_FR \
"CoreFreq." \
- " Copyright (C) 2015-2022 CYRIL COURTIAT\n\n" \
+ " Copyright (C) 2015-2023 CYRIL COURTIAT\n\n" \
"Usage:\t%s [-Option <argument>] [-Commande <argument>]\n"\
"\n Options de l'interface\n" \
"\t-Oa\tFréquence absolue\n" \
diff --git a/corefreq-cli-rsc-theme-dflt.h b/corefreq-cli-rsc-theme-dflt.h
index 4e60137..bea328a 100644
--- a/corefreq-cli-rsc-theme-dflt.h
+++ b/corefreq-cli-rsc-theme-dflt.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-cli-rsc-theme-usr1.h b/corefreq-cli-rsc-theme-usr1.h
index eb36daf..223eeaf 100644
--- a/corefreq-cli-rsc-theme-usr1.h
+++ b/corefreq-cli-rsc-theme-usr1.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-cli-rsc-theme-usr2.h b/corefreq-cli-rsc-theme-usr2.h
index 9cd858d..6f88943 100644
--- a/corefreq-cli-rsc-theme-usr2.h
+++ b/corefreq-cli-rsc-theme-usr2.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-cli-rsc.c b/corefreq-cli-rsc.c
index 02743db..c07472c 100644
--- a/corefreq-cli-rsc.c
+++ b/corefreq-cli-rsc.c
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-cli-rsc.h b/corefreq-cli-rsc.h
index a2dde9e..da38c1a 100644
--- a/corefreq-cli-rsc.h
+++ b/corefreq-cli-rsc.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-cli.c b/corefreq-cli.c
index 234ecfb..11e09fe 100644
--- a/corefreq-cli.c
+++ b/corefreq-cli.c
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-cli.h b/corefreq-cli.h
index cdfdfae..e10dbe6 100644
--- a/corefreq-cli.h
+++ b/corefreq-cli.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-ui.c b/corefreq-ui.c
index ebc4781..d06e026 100644
--- a/corefreq-ui.c
+++ b/corefreq-ui.c
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq-ui.h b/corefreq-ui.h
index 99998cb..2309343 100644
--- a/corefreq-ui.h
+++ b/corefreq-ui.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreq.h b/corefreq.h
index 177b276..2b29691 100644
--- a/corefreq.h
+++ b/corefreq.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreqd.c b/corefreqd.c
index 0d1328c..39a7039 100644
--- a/corefreqd.c
+++ b/corefreqd.c
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
@@ -8527,8 +8527,8 @@ REASON_CODE Shm_Manager(FD *fd, RO(PROC) *RO(Proc), RW(PROC) *RW(Proc),
/* Welcomes with brand and per CPU base clock. */
if (Quiet & 0x001) {
- printf( "CoreFreq Daemon %s" \
- " Copyright (C) 2015-2022 CYRIL COURTIAT\n",
+ printf( "CoreFreq Daemon %s" \
+ " Copyright (C) 2015-2023 CYRIL COURTIAT\n",
COREFREQ_VERSION );
}
if (Quiet & 0x010) {
diff --git a/corefreqd.service b/corefreqd.service
index d956b66..5b0bd11 100644
--- a/corefreqd.service
+++ b/corefreqd.service
@@ -1,5 +1,5 @@
# CoreFreq
-# Copyright (C) 2015-2022 CYRIL COURTIAT
+# Copyright (C) 2015-2023 CYRIL COURTIAT
# Licenses: GPL2
[Unit]
diff --git a/corefreqk.c b/corefreqk.c
index f9c2108..584dc8e 100644
--- a/corefreqk.c
+++ b/corefreqk.c
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*
* CYRIL INGENIERIE[11.30.2022]
diff --git a/corefreqk.h b/corefreqk.h
index f6c924a..20ad6a4 100644
--- a/corefreqk.h
+++ b/corefreqk.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreqm.c b/corefreqm.c
index 0fdd566..bcab960 100644
--- a/corefreqm.c
+++ b/corefreqm.c
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/corefreqm.h b/corefreqm.h
index 457cbc7..c2e24c0 100644
--- a/corefreqm.h
+++ b/corefreqm.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/coretypes.h b/coretypes.h
index e84b271..e79a167 100644
--- a/coretypes.h
+++ b/coretypes.h
@@ -1,12 +1,12 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
#define COREFREQ_MAJOR 1
#define COREFREQ_MINOR 94
-#define COREFREQ_REV 0
+#define COREFREQ_REV 1
#if !defined(CORE_COUNT)
#define CORE_COUNT 256
diff --git a/dkms.conf b/dkms.conf
index 060ee37..b1bbc1a 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,11 +1,11 @@
# CoreFreq
-# Copyright (C) 2015-2022 CYRIL COURTIAT
+# Copyright (C) 2015-2023 CYRIL COURTIAT
# Licenses: GPL2
#
AUTOINSTALL="yes"
REMAKE_INITRD="no"
DRV_PATH=/kernel/drivers/misc
-DRV_VERSION=1.93
+DRV_VERSION=1.94
PACKAGE_NAME="corefreqk"
PACKAGE_VERSION="$DRV_VERSION"
BUILT_MODULE_NAME[0]="corefreqk"
diff --git a/intel_reg.h b/intel_reg.h
index 6cd1714..d82cb5d 100644
--- a/intel_reg.h
+++ b/intel_reg.h
@@ -1,6 +1,6 @@
/*
* CoreFreq
- * Copyright (C) 2015-2022 CYRIL COURTIAT
+ * Copyright (C) 2015-2023 CYRIL COURTIAT
* Licenses: GPL2
*/
diff --git a/scripter.sh b/scripter.sh
index 2f3d092..343958a 100755
--- a/scripter.sh
+++ b/scripter.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
# CoreFreq
-# Copyright (C) 2015-2022 CYRIL COURTIAT
+# Copyright (C) 2015-2023 CYRIL COURTIAT
# Licenses: GPL2
#
if (( $# > 2 )); then