public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "eggert at gnu dot org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sources.redhat.com
Subject: [Bug libc/13673] New: fix for incorrect FSF snail mail addresses
Date: Tue, 07 Feb 2012 23:52:00 -0000	[thread overview]
Message-ID: <bug-13673-131@http.sourceware.org/bugzilla/> (raw)

http://sourceware.org/bugzilla/show_bug.cgi?id=13673

             Bug #: 13673
           Summary: fix for incorrect FSF snail mail addresses
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: eggert@gnu.org
    Classification: Unclassified


Created attachment 6201
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6201
patch for incorrect FSF snail mail addresses

The glibc sources contain 6,290 incorrect snail-mail
addresses for the FSF.  They're incorrect because the FSF
has moved.  Rather than fix them, it's better to replace
them with a stable URL, so that we don't have to change them
the next time the FSF moves.  This is what the GNU coding
standards recommend these days.

I'm attaching a patch to do this.  I generated it partly by
hand, so it'd be nice if it got folded into the trunk before
it got too stale.  The patch is large (about 4 MB), so I've
attached it compressed.

The patch contains three parts.  The first part is the bulk
of of the patch, and patches only comments.  Here's an
example:

    --- a/Makeconfig
    +++ b/Makeconfig
    @@ -13,9 +13,8 @@
     # Lesser General Public License for more details.

     # You should have received a copy of the GNU Lesser General Public
    -# License along with the GNU C Library; if not, write to the Free
    -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    -# 02111-1307 USA.
    +# License along with the GNU C Library; if not, see
    +# <http://www.gnu.org/licenses/>.

     #
     #    Makefile configuration options for the GNU C library.

The second part patches locale data, e.g.:

    --- a/localedata/locales/br_FR@euro
    +++ b/localedata/locales/br_FR@euro
    @@ -14,7 +14,7 @@
     LC_IDENTIFICATION
     title      "Breton locale for France with Euro"
     source     "Free Software Foundation, Inc."
    -address    "59 Temple Place - Suite 330, Boston, MA 02111-1307, USA"
    +address    "http://www.gnu.org/software/libc/"
     email      "bug-glibc-locales@gnu.org"
     tel        ""
     fax        ""

The last part patches the manual, as follows:

    --- a/manual/libc.texinfo
    +++ b/manual/libc.texinfo
    @@ -68,9 +68,7 @@
     @insertcopying

     @sp 2
    -Published by the Free Software Foundation @*
    -59 Temple Place -- Suite 330, @*
    -Boston, MA 02111-1307 USA @*
    +Published by the @uref{http://www.fsf.org/, Free Software Foundation} @*
     @c ISBN @value{ISBN} @*

     @sp 2

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


             reply	other threads:[~2012-02-07 23:52 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-07 23:52 eggert at gnu dot org [this message]
2012-02-07 23:56 ` [Bug libc/13673] " eggert at gnu dot org
2012-02-08  0:02 ` joseph at codesourcery dot com
2012-02-08  0:12 ` eggert at gnu dot org
2012-02-08  0:14 ` eggert at gnu dot org
2012-02-09 23:26 ` joseph at codesourcery dot com
2012-02-10  0:11 ` joseph at codesourcery dot com
2012-03-08 16:45 ` jsm28 at gcc dot gnu.org
2012-03-09  8:19 ` eggert at gnu dot org
2012-03-09  8:21 ` eggert at gnu dot org
2012-03-09  8:21 ` eggert at gnu dot org
2012-03-09  8:23 ` eggert at gnu dot org
2012-03-09  8:28 ` eggert at gnu dot org
2012-03-09 13:32 ` joseph at codesourcery dot com
2012-03-09 17:35 ` joseph at codesourcery dot com
2012-03-09 18:22 ` eggert at gnu dot org
2012-03-09 20:09 ` eggert at gnu dot org
2012-03-10  0:01 ` joseph at codesourcery dot com
2012-03-10  0:47 ` jsm28 at gcc dot gnu.org
2012-03-10  7:19 ` eggert at gnu dot org
2012-03-10 13:11 ` jsm28 at gcc dot gnu.org
2014-06-27  7:26 ` fweimer at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-13673-131@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).