summaryrefslogtreecommitdiffstats
path: root/src/sordi.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-18 16:13:15 +0000
committerDavid Robillard <d@drobilla.net>2013-02-18 16:13:15 +0000
commit02ea169256f0e5be3dcd7313bbdba98a5169e718 (patch)
tree33439bbd7a8e27baa23cd8f2a8878da7bc8e2113 /src/sordi.c
parent4818e2a66c0a8f621c23fd1daf91612f9e17f414 (diff)
downloadsord-02ea169256f0e5be3dcd7313bbdba98a5169e718.tar.gz
sord-02ea169256f0e5be3dcd7313bbdba98a5169e718.tar.bz2
sord-02ea169256f0e5be3dcd7313bbdba98a5169e718.zip
Update copyright year where appropriate.
git-svn-id: http://svn.drobilla.net/sord/trunk@284 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'src/sordi.c')
-rw-r--r--src/sordi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sordi.c b/src/sordi.c
index 004c6cf..891e3e7 100644
--- a/src/sordi.c
+++ b/src/sordi.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2013 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
@@ -40,7 +40,7 @@ static int
print_version(void)
{
printf("sordi " SORD_VERSION " <http://drobilla.net/software/sord>\n");
- printf("Copyright 2011-2012 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2011-2013 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");