about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-25 13:50:38 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-25 13:50:38 +0000
commit1ac018f4f8e0727996a8e53d1a071a690971de70 (patch)
treecd5673c5e8dd2c2dc5cbd466b6ab5565bdee6d5c
parent62f185641e4b0a881fed7cda5abff689cc303d6e (diff)
downloadglibc-1ac018f4f8e0727996a8e53d1a071a690971de70.tar.gz
glibc-1ac018f4f8e0727996a8e53d1a071a690971de70.tar.xz
glibc-1ac018f4f8e0727996a8e53d1a071a690971de70.zip
Fix @gnu.ai.mit.edu -> @gnu.org.
-rw-r--r--catgets/gencat.c4
-rw-r--r--db/makedb.c2
-rw-r--r--locale/programs/locale.c4
-rw-r--r--locale/programs/localedef.c4
-rw-r--r--version.c2
5 files changed, 8 insertions, 8 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c
index 98744c2db9..20a3e6ac55 100644
--- a/catgets/gencat.c
+++ b/catgets/gencat.c
@@ -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);
     }
 
diff --git a/db/makedb.c b/db/makedb.c
index a7f3aed046..1ac07f5931 100644
--- a/db/makedb.c
+++ b/db/makedb.c
@@ -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);
     }
 
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index d63cac2d1b..740613bfb0 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -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);
     }
 
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index f420400c7d..d01ef7c40c 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -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);
     }
 
diff --git a/version.c b/version.c
index 864b06114d..f0208723e8 100644
--- 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>