aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-08 21:47:28 +0000
committerDavid Robillard <d@drobilla.net>2015-10-08 21:47:28 +0000
commit40bc1d4233edaba01d272078f295ad4586b6feb3 (patch)
tree51e3c80427aafd9c935d21d018de42d55d9b9fb5 /src
parentc63f6ed910ed410882f5f43b7a82ce74017b9115 (diff)
downloadserd-40bc1d4233edaba01d272078f295ad4586b6feb3.tar.gz
serd-40bc1d4233edaba01d272078f295ad4586b6feb3.tar.bz2
serd-40bc1d4233edaba01d272078f295ad4586b6feb3.zip
Update copyright dates
git-svn-id: http://svn.drobilla.net/serd/trunk@505 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'src')
-rw-r--r--src/serdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serdi.c b/src/serdi.c
index 42ee3251..2054470e 100644
--- a/src/serdi.c
+++ b/src/serdi.c
@@ -33,7 +33,7 @@ static int
print_version(void)
{
printf("serdi " SERD_VERSION " <http://drobilla.net/software/serd>\n");
- printf("Copyright 2011-2013 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2011-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");