aboutsummaryrefslogtreecommitdiffstats
path: root/src/serdi.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:14:32 +0200
committerDavid Robillard <d@drobilla.net>2020-06-21 18:12:03 +0200
commit35e2548835cd9fca003347e092de9f36d545a76a (patch)
tree1614d3a16f21f40fa0f4f8b585acf88956a398b8 /src/serdi.c
parentf91127d72a1227a5adae57d641100c8f29741937 (diff)
downloadserd-35e2548835cd9fca003347e092de9f36d545a76a.tar.gz
serd-35e2548835cd9fca003347e092de9f36d545a76a.tar.bz2
serd-35e2548835cd9fca003347e092de9f36d545a76a.zip
Clean up includes and improve source file separation
Diffstat (limited to 'src/serdi.c')
-rw-r--r--src/serdi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/serdi.c b/src/serdi.c
index 9621cc3a..f4363583 100644
--- a/src/serdi.c
+++ b/src/serdi.c
@@ -14,7 +14,6 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "serd_config.h"
#include "string_utils.h"
#include "system.h"
@@ -76,7 +75,7 @@ static int
print_version(void)
{
printf("serdi " SERD_VERSION " <http://drobilla.net/software/serd>\n");
- printf("Copyright 2011-2017 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2011-2020 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");