summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2023-01-30 22:13:02 +0100
committerfalkTX <falktx@falktx.com>2023-01-30 22:14:29 +0100
commit1eff44a212d5ac1f4f2d87d1ccce99de76798860 (patch)
treed9cfb3aea8fa6ecf9625e8dd12e31b472cd35db9
parentf5a01999faf991d1ca96d35d0ec407b25c349b7a (diff)
downloadjack2-1eff44a212d5ac1f4f2d87d1ccce99de76798860.tar.gz
Update copyright year
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--common/Jackdmp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Jackdmp.cpp b/common/Jackdmp.cpp
index d387a1f1..04e722be 100644
--- a/common/Jackdmp.cpp
+++ b/common/Jackdmp.cpp
@@ -97,7 +97,7 @@ static void copyright(FILE* file)
fprintf(file, "jackdmp " VERSION "\n"
"Copyright 2001-2005 Paul Davis and others.\n"
"Copyright 2004-2016 Grame.\n"
- "Copyright 2016-2022 Filipe Coelho.\n"
+ "Copyright 2016-2023 Filipe Coelho.\n"
"jackdmp comes with ABSOLUTELY NO WARRANTY\n"
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file COPYING for details\n");