diff options
author | David Robillard <d@drobilla.net> | 2016-09-18 21:00:01 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-18 21:00:01 -0400 |
commit | b4392ac59cba74b3e5f612ad734890648ec5a3b8 (patch) | |
tree | e9dc83397a46c65036fa3587d7988d3c451cd600 /src/sord_validate.c | |
parent | 612334e6f4f1b7c2cb5719d6f3e97ae298934669 (diff) | |
download | sord-b4392ac59cba74b3e5f612ad734890648ec5a3b8.tar.gz sord-b4392ac59cba74b3e5f612ad734890648ec5a3b8.tar.bz2 sord-b4392ac59cba74b3e5f612ad734890648ec5a3b8.zip |
Update copyright dates
Diffstat (limited to 'src/sord_validate.c')
-rw-r--r-- | src/sord_validate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sord_validate.c b/src/sord_validate.c index 3f0cb46..b80cd5d 100644 --- a/src/sord_validate.c +++ b/src/sord_validate.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2013 David Robillard <http://drobilla.net> + Copyright 2012-2015 David Robillard <http://drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -88,7 +88,7 @@ print_version(void) { printf("sord_validate " SORD_VERSION " <http://drobilla.net/software/sord>\n"); - printf("Copyright 2012-2013 David Robillard <http://drobilla.net>.\n" + printf("Copyright 2012-2015 David Robillard <http://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"); |