diff options
Diffstat (limited to 'src/sordi.c')
-rw-r--r-- | src/sordi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sordi.c b/src/sordi.c index 6c7f6e5..2e96f92 100644 --- a/src/sordi.c +++ b/src/sordi.c @@ -43,7 +43,7 @@ static int print_version(void) { printf("sordi " SORD_VERSION " <http://drobilla.net/software/sord>\n"); - printf("Copyright 2011-2016 David Robillard <d@drobilla.net>.\n" + printf("Copyright 2011-2021 David Robillard <d@drobilla.net>.\n" "License: <http://www.opensource.org/licenses/isc>\n" "This is free software; you are free to change and redistribute it." "\nThere is NO WARRANTY, to the extent permitted by law.\n"); |