]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix @gnu.ai.mit.edu -> @gnu.org.
authorUlrich Drepper <drepper@redhat.com>
Wed, 25 Mar 1998 13:50:38 +0000 (13:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 25 Mar 1998 13:50:38 +0000 (13:50 +0000)
catgets/gencat.c
db/makedb.c
locale/programs/locale.c
locale/programs/localedef.c
version.c

index 98744c2db9e7b7a64de046f0c5d1fa4a4d9a3e16..20a3e6ac55b592e2f345be1908b41222f4ded26c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
 
@@ -222,7 +222,7 @@ If INPUT-FILE is -, input is read from standard input.  If OUTPUT-FILE\n\
 is -, output is written to standard output.\n"),
              program_invocation_name, program_invocation_name);
       fputs (gettext ("\
-Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n"),
+Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"),
             stdout);
     }
 
index a7f3aed0469c94d8361ccdd1bad580d5371cd533..1ac07f59311cf6e9d6452558358abd144c81d5bd 100644 (file)
@@ -226,7 +226,7 @@ If INPUT-FILE is -, input is read from standard input.\n"),
              program_invocation_name, program_invocation_name,
              program_invocation_name);
       fputs (gettext ("\
-Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n"),
+Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"),
             stdout);
     }
 
index d63cac2d1bd5c4988dfb62842c1b5568e6e3eba9..740613bfb0386394afcdbc1eaeedd21b4aa5c829 100644 (file)
@@ -1,5 +1,5 @@
 /* locale - Implementation of the locale program according to POSIX 1003.2
-   Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 
@@ -260,7 +260,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
   -k, --keyword-name    write names of selected keywords\n"),
              __progname);
       fputs (gettext ("\
-Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n"),
+Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"),
             stdout);
     }
 
index f420400c7dc3cbbd808dff1ad44cf7d010fd9926..d01ef7c40cfb3be8d604a0604b936bcc18fb28da 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 
@@ -413,7 +413,7 @@ System's directory for character maps: %s\n\
                        locale files  : %s\n"),
              program_invocation_name, CHARMAP_PATH, LOCALE_PATH);
       fputs (gettext ("\
-Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n"),
+Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"),
             stdout);
     }
 
index 864b06114d202408442d3f0e2448f39b83fd3c09..f0208723e8bdac73b05432f72bda697b916f4e7b 100644 (file)
--- a/version.c
+++ b/version.c
@@ -28,7 +28,7 @@ This is free software; see the source for copying conditions.\n\
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.\n"
 #include "version-info.h"
-"Report bugs using the `glibcbug' script to <bugs@gnu.ai.mit.edu>.\n";
+"Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n";
 
 #include <unistd.h>