summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 13:28:46 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 14:13:35 +0100
commitb6b115696ce96c1f3d82a51dd4e6d37d1135f452 (patch)
treeb2174598f72cd643f891ed976faa174c8b9de613 /src
parent678a6bc3ce08bf1ac9981e5ce17053bb88cb104a (diff)
downloadsord-b6b115696ce96c1f3d82a51dd4e6d37d1135f452.tar.gz
sord-b6b115696ce96c1f3d82a51dd4e6d37d1135f452.tar.bz2
sord-b6b115696ce96c1f3d82a51dd4e6d37d1135f452.zip
Update date in version output
Diffstat (limited to 'src')
-rw-r--r--src/sord_validate.c2
-rw-r--r--src/sordi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sord_validate.c b/src/sord_validate.c
index 410c580..e30924a 100644
--- a/src/sord_validate.c
+++ b/src/sord_validate.c
@@ -97,7 +97,7 @@ print_version(void)
{
printf("sord_validate " SORD_VERSION
" <http://drobilla.net/software/sord>\n");
- printf("Copyright 2012-2017 David Robillard <d@drobilla.net>.\n"
+ printf("Copyright 2012-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");
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");