From 1700fd25e6caf26663af2bd994d1d99fab9df59f Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sat, 24 Dec 2016 22:31:41 +0100 Subject: http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/ fedorahosted used to be our home, but we are now hosted at sourceware. Change the elfutils project home to http://elfutils.org/ Point hosted services (email, release, git, bug tracker and web pages) to https://sourceware.org/elfutils/ Move design notes from README to NOTES. Add URLs for home, releases, bugs, git and mailinglist to README. Make the --version output of all tools the same by using a common print_version function and update the publicly shown copyright holder to the elfutils developers. Signed-off-by: Mark Wielaard --- src/elfcmp.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/elfcmp.c') diff --git a/src/elfcmp.c b/src/elfcmp.c index 7b5d39ce..401ab315 100644 --- a/src/elfcmp.c +++ b/src/elfcmp.c @@ -45,7 +45,6 @@ static int regioncompare (const void *p1, const void *p2); /* Name and version of program. */ -static void print_version (FILE *stream, struct argp_state *state); ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; /* Bug report address. */ @@ -664,20 +663,6 @@ cannot read note section [%zu] '%s' in '%s': %s"), } -/* Print the version information. */ -static void -print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) -{ - fprintf (stream, "elfcmp (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION); - fprintf (stream, gettext ("\ -Copyright (C) %s Red Hat, Inc.\n\ -This is free software; see the source for copying conditions. There is NO\n\ -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2012"); - fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); -} - - /* Handle program arguments. */ static error_t parse_opt (int key, char *arg, -- cgit v1.2.3