http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
authorMark Wielaard <mark@klomp.org>
Sat, 24 Dec 2016 21:31:41 +0000 (22:31 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 24 Dec 2016 21:51:32 +0000 (22:51 +0100)
commit1700fd25e6caf26663af2bd994d1d99fab9df59f
tree9a0bb382900e622e39e876b85c07e485d2b5c86b
parent0d0f8450ffc6135c0938308254f378ac79612e75
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 <mark@klomp.org>
31 files changed:
CONTRIBUTING
ChangeLog
NOTES
README
config/ChangeLog
config/libdw.pc.in
config/libelf.pc.in
configure.ac
lib/ChangeLog
lib/Makefile.am
lib/system.h
lib/version.c [new file with mode: 0644]
po/ChangeLog
po/Makevars
src/ChangeLog
src/Makefile.am
src/addr2line.c
src/ar.c
src/elfcmp.c
src/elfcompress.c
src/elflint.c
src/findtextrel.c
src/nm.c
src/objdump.c
src/ranlib.c
src/readelf.c
src/size.c
src/stack.c
src/strings.c
src/strip.c
src/unstrip.c