Update copyright year

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-01-30 22:13:02 +01:00
parent f5a01999fa
commit 1eff44a212
1 changed files with 1 additions and 1 deletions

View File

@ -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");