From 1d81e68dd152ea73b98aa2d8edb7b3095e4ded6d Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 30 Jul 2019 07:20:24 +0200 Subject: 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 --- lib/util/print_version.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/util') 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) { -- cgit v1.2.3