Update --version copyright message In commit 9a663b4 "Update copyright" we've updated copyright in the sources, but not in the --version copyright message. Update the --version copyright message. 2019-08-12 Tom de Vries * dwz.c (version): Update copyright message. --- dwz.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dwz.c b/dwz.c index 266f56d..6f58134 100644 --- a/dwz.c +++ b/dwz.c @@ -12395,8 +12395,9 @@ version (void) { fprintf (stderr, "dwz version " DWZ_VERSION "\n" - "Copyright (C) 2001-2012 Red Hat, Inc.\n" + "Copyright (C) 2001-2018 Red Hat, Inc.\n" "Copyright (C) 2003 Free Software Foundation, Inc.\n" + "Copyright (C) 2019 SUSE LLC." "This program is free software; you may redistribute it under the terms of\n" "the GNU General Public License version 3 or (at your option) any later version.\n" "This program has absolutely no warranty.\n");