summaryrefslogtreecommitdiff
path: root/lib/util/print_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/print_version.c')
-rw-r--r--lib/util/print_version.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/util/print_version.c b/lib/util/print_version.c
index 280c6d3..b23e2bd 100644
--- a/lib/util/print_version.c
+++ b/lib/util/print_version.c
@@ -18,12 +18,10 @@ extern char *__progname;
static const char *version_string =
"%s (%s) %s\n"
-"Copyright (c) 2019 David Oberhollenzer\n"
+"Copyright (c) 2019 David Oberhollenzer et al\n"
"License " LICENSE_SHORT ": " LICENSE_LONG " <" LICENSE_URL ">.\n"
"This is free software: you are free to change and redistribute it.\n"
-"There is NO WARRANTY, to the extent permitted by law.\n"
-"\n"
-"Written by David Oberhollenzer.\n";
+"There is NO WARRANTY, to the extent permitted by law.\n";
void print_version(void)
{