diff options
author | David Robillard <d@drobilla.net> | 2013-02-18 16:13:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-18 16:13:15 +0000 |
commit | 02ea169256f0e5be3dcd7313bbdba98a5169e718 (patch) | |
tree | 33439bbd7a8e27baa23cd8f2a8878da7bc8e2113 /src/sord_validate.c | |
parent | 4818e2a66c0a8f621c23fd1daf91612f9e17f414 (diff) | |
download | sord-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/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 d7fc043..8b5f04b 100644 --- a/src/sord_validate.c +++ b/src/sord_validate.c @@ -1,5 +1,5 @@ /* - Copyright 2012 David Robillard <http://drobilla.net> + Copyright 2012-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 @@ -80,7 +80,7 @@ print_version(void) { printf("sord_validate " SORD_VERSION " <http://drobilla.net/software/sord>\n"); - printf("Copyright 2012 David Robillard <http://drobilla.net>.\n" + printf("Copyright 2012-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"); |