aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--argparse.c2
-rwxr-xr-xgenerate_debug_h.sh2
-rwxr-xr-xgenerate_version_h.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ca1f8e1..338f4df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# This file is part of cputemp2maxfreq.
#
-# Copyright (C) 2023, 2024 pa4wdh
+# Copyright (C) 2023-2024 pa4wdh
#
# cputemp2maxfreq 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/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"
diff --git a/generate_debug_h.sh b/generate_debug_h.sh
index cb66634..181b920 100755
--- a/generate_debug_h.sh
+++ b/generate_debug_h.sh
@@ -2,7 +2,7 @@
#
# This file is part of cputemp2maxfreq.
#
-# Copyright (C) 2023, 2024 pa4wdh
+# Copyright (C) 2023-2024 pa4wdh
#
# cputemp2maxfreq 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/generate_version_h.sh b/generate_version_h.sh
index edcc782..cbf1a0a 100755
--- a/generate_version_h.sh
+++ b/generate_version_h.sh
@@ -2,7 +2,7 @@
#
# This file is part of cputemp2maxfreq.
#
-# Copyright (C) 2023, 2024 pa4wdh
+# Copyright (C) 2023-2024 pa4wdh
#
# cputemp2maxfreq is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by