aboutsummaryrefslogtreecommitdiffstats
path: root/argparse.c
diff options
context:
space:
mode:
authorPA4WDH2024-09-12 13:18:06 +0200
committerPA4WDH2024-09-12 13:18:06 +0200
commit36e87ee13151e66f1d45498cbafd358f4c287aec (patch)
tree51218add5c1462d97d48719cc12136e748dc54c1 /argparse.c
parentAdd ebuild for version 0.6 (diff)
downloadcputemp2maxfreq-36e87ee13151e66f1d45498cbafd358f4c287aec.tar.gz
cputemp2maxfreq-36e87ee13151e66f1d45498cbafd358f4c287aec.tar.bz2
cputemp2maxfreq-36e87ee13151e66f1d45498cbafd358f4c287aec.zip
Fix copyright headers
Diffstat (limited to 'argparse.c')
-rw-r--r--argparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/argparse.c b/argparse.c
index 68ee068..9f702f0 100644
--- a/argparse.c
+++ b/argparse.c
@@ -80,7 +80,7 @@ void printversion()
{
printf("%s version %s\n\n",config.name,version());
printf(
- "Copyright 2023, 2024 pa4wdh\n"
+ "Copyright 2023-2024 pa4wdh\n"
"\n"
"%s is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"