diff options
author | Mark Wielaard <mark@klomp.org> | 2016-12-24 22:31:41 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2016-12-24 22:51:32 +0100 |
commit | 1700fd25e6caf26663af2bd994d1d99fab9df59f (patch) | |
tree | 9a0bb382900e622e39e876b85c07e485d2b5c86b /po | |
parent | 0d0f8450ffc6135c0938308254f378ac79612e75 (diff) | |
download | elfutils-1700fd25e6caf26663af2bd994d1d99fab9df59f.tar.gz |
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 <mark@klomp.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 5 | ||||
-rw-r--r-- | po/Makevars | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index c3a2cb57..fb665983 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2016-12-24 Mark Wielaard <mark@klomp.org> + + * Makevars (COPYRIGHT_HOLDER): Set to the elfutils developers. + (MSGID_BUGS_ADDRESS): Set to http://sourceware.org/bugzilla/ + 2016-08-24 Mark Wielaard <mjw@redhat.com> * *.po: Regenerate. diff --git a/po/Makevars b/po/Makevars index 15d5d318..0afcf4ea 100644 --- a/po/Makevars +++ b/po/Makevars @@ -20,7 +20,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag=error:3:c-format \ # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. -COPYRIGHT_HOLDER = Red Hat, Inc. +COPYRIGHT_HOLDER = The elfutils developers # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: @@ -36,7 +36,7 @@ COPYRIGHT_HOLDER = Red Hat, Inc. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = http://bugzilla.redhat.com/ +MSGID_BUGS_ADDRESS = https://sourceware.org/bugzilla/ # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. |