summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-02-20 15:21:12 +0000
committerBruno Haible <bruno@clisp.org>2001-02-20 15:21:12 +0000
commit3905b860c78ed3a2c28838a44137c0f3dfdbfcae (patch)
tree9a0b0044ccd5aacfb001fedb52e749135b08e02e /lib
parent445f34f3d8d46f5f5284fb025edd3a506603902c (diff)
downloadexternal_gettext-3905b860c78ed3a2c28838a44137c0f3dfdbfcae.zip
external_gettext-3905b860c78ed3a2c28838a44137c0f3dfdbfcae.tar.gz
external_gettext-3905b860c78ed3a2c28838a44137c0f3dfdbfcae.tar.bz2
[gnu.]ai.mit.edu -> gnu.org
Diffstat (limited to 'lib')
-rw-r--r--lib/basename.c2
-rw-r--r--lib/error.c2
-rw-r--r--lib/error.h2
-rw-r--r--lib/getopt.c2
-rw-r--r--lib/getopt.h2
-rw-r--r--lib/getopt1.c2
-rw-r--r--lib/obstack.c2
-rw-r--r--lib/obstack.h2
-rw-r--r--lib/stpcpy.c2
-rw-r--r--lib/stpncpy.c2
-rw-r--r--lib/strcasecmp.c2
-rw-r--r--lib/strcspn.c2
-rw-r--r--lib/strncasecmp.c2
-rw-r--r--lib/strtol.c2
-rw-r--r--lib/strtoul.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/lib/basename.c b/lib/basename.c
index 11f5542..d3b81aa 100644
--- a/lib/basename.c
+++ b/lib/basename.c
@@ -2,7 +2,7 @@
Copyright (C) 1996-1999, 2000, 2001 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/error.c b/lib/error.c
index c6e8c6c..cae8794 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -3,7 +3,7 @@
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/error.h b/lib/error.h
index 20f7582..b504ab2 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -3,7 +3,7 @@
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/getopt.c b/lib/getopt.c
index 02420e8..826a3f0 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -7,7 +7,7 @@
Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/getopt.h b/lib/getopt.h
index 542e2d9..1f2a688 100644
--- a/lib/getopt.h
+++ b/lib/getopt.h
@@ -2,7 +2,7 @@
Copyright (C) 1989,90,91,92,93,94,96,97,98,99 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/getopt1.c b/lib/getopt1.c
index 4ce1065..ff25737 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -3,7 +3,7 @@
Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/obstack.c b/lib/obstack.c
index e8de1f9..243d8f3 100644
--- a/lib/obstack.c
+++ b/lib/obstack.c
@@ -3,7 +3,7 @@
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/obstack.h b/lib/obstack.h
index ca5658b..b81a977 100644
--- a/lib/obstack.h
+++ b/lib/obstack.h
@@ -3,7 +3,7 @@
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/stpcpy.c b/lib/stpcpy.c
index 0ad8863..d1b1359 100644
--- a/lib/stpcpy.c
+++ b/lib/stpcpy.c
@@ -1,7 +1,7 @@
/* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/stpncpy.c b/lib/stpncpy.c
index fcbdfe5..c489f76 100644
--- a/lib/stpncpy.c
+++ b/lib/stpncpy.c
@@ -1,7 +1,7 @@
/* Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/strcasecmp.c b/lib/strcasecmp.c
index 776d62a..778d317 100644
--- a/lib/strcasecmp.c
+++ b/lib/strcasecmp.c
@@ -1,7 +1,7 @@
/* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/strcspn.c b/lib/strcspn.c
index 6c2e0b8..6a81c93 100644
--- a/lib/strcspn.c
+++ b/lib/strcspn.c
@@ -1,7 +1,7 @@
/* Copyright (C) 1991, 1994, 1996, 1997 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/strncasecmp.c b/lib/strncasecmp.c
index 52af434..db8570c 100644
--- a/lib/strncasecmp.c
+++ b/lib/strncasecmp.c
@@ -3,7 +3,7 @@
Copyright (C) 1992, 1996, 1997 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/strtol.c b/lib/strtol.c
index 8f97b25..4ea3021 100644
--- a/lib/strtol.c
+++ b/lib/strtol.c
@@ -2,7 +2,7 @@
Copyright (C) 1991,92,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/lib/strtoul.c b/lib/strtoul.c
index 873f540..6b2e246 100644
--- a/lib/strtoul.c
+++ b/lib/strtoul.c
@@ -1,7 +1,7 @@
/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
- Bugs can be reported to bug-glibc@prep.ai.mit.edu.
+ Bugs can be reported to bug-glibc@gnu.org.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the