summaryrefslogtreecommitdiffstats
path: root/src/sordi.c
diff options
context:
space:
mode:
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 0ff05af..8237b79 100644
--- a/src/sordi.c
+++ b/src/sordi.c
@@ -43,7 +43,7 @@ int
print_version()
{
printf("sordi " SORD_VERSION " <http://drobilla.net/software/sord>\n");
- printf("Copyright (C) 2011 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2011-2011 David Robillard <http://drobilla.net>.\n"
"\nLicense: Simplified BSD License.\n"
"This is free software; you are free to change and redistribute it."
"\nThere is NO WARRANTY, to the extent permitted by law.\n");
@@ -164,6 +164,6 @@ main(int argc, char** argv)
serd_env_free(env);
sord_free(sord);
-
+
return success ? 0 : 1;
}