aboutsummaryrefslogtreecommitdiff
path: root/zenpower.c
diff options
context:
space:
mode:
authorAnthony Wang2021-12-19 09:56:44 -0600
committerAnthony Wang2021-12-19 09:56:44 -0600
commit2ab1693f4b36141469017875b5b9c6c29bf326a8 (patch)
tree694d34877c4321870f738710071b2d96ef0ca5af /zenpower.c
parent318d591b12dea4e20caa5ab1aa192672ada804b4 (diff)
Bump version to 0.2.0v0.2.0
Diffstat (limited to 'zenpower.c')
-rw-r--r--zenpower.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/zenpower.c b/zenpower.c
index 3dcd089..6d47732 100644
--- a/zenpower.c
+++ b/zenpower.c
@@ -1,7 +1,7 @@
/*
* Zenpower - Driver for reading temperature, voltage, current and power for AMD 17h CPUs
*
- * Copyright (c) 2018-2020 Ondrej Čerman
+ * Copyright (c) 2018-2021 Anthony Wang
*
* This driver is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License; either
@@ -18,6 +18,8 @@
*/
/*
+ * forked from the original zenpower by Ondrej Čerman
+ *
* based on k10temp by Clemens Ladisch
*
* Docs:
@@ -36,9 +38,9 @@
#include <asm/amd_nb.h>
MODULE_DESCRIPTION("AMD ZEN family CPU Sensors Driver");
-MODULE_AUTHOR("Ondrej Čerman");
+MODULE_AUTHOR("Anthony Wang");
MODULE_LICENSE("GPL");
-MODULE_VERSION("0.1.12-ZEN3-test4");
+MODULE_VERSION("0.2.0");
static bool zen1_calc;
module_param(zen1_calc, bool, 0);