summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-30 07:20:24 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-30 07:20:36 +0200
commit1d81e68dd152ea73b98aa2d8edb7b3095e4ded6d (patch)
tree5f19a58721c2f106008194b3ef1d964599dca4ea /lib
parent7e00faaca0207eb6ee6cf109c09cc489d8fb7e3f (diff)
Update print_version text
This commit updates the text issued by print_version() to reflect in some way that the software contains contributions from co-authors. The original text was based on the sterotypical --version output of GNU coreutils programs. It may have to be rewritten eventually. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib')
-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)
{