summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libmath
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-17 02:28:44 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-17 02:28:44 +0000
commit23f75131570b6bcf06cc7eccc856b284c9e7ea8a (patch)
tree33b269a1d8e57e713d32669ef8853c3fb769a3a4 /libstdc++-v3/libmath
parent37c33a593b56d5a4136cf4fc9be4a46b803986df (diff)
downloadgcc-23f75131570b6bcf06cc7eccc856b284c9e7ea8a.tar.gz
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* All files: Update FSF address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103192 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libmath')
-rw-r--r--libstdc++-v3/libmath/Makefile.am2
-rw-r--r--libstdc++-v3/libmath/copysignf.c2
-rw-r--r--libstdc++-v3/libmath/mathconf.h2
-rw-r--r--libstdc++-v3/libmath/signbit.c2
-rw-r--r--libstdc++-v3/libmath/signbitf.c2
-rw-r--r--libstdc++-v3/libmath/signbitl.c2
-rw-r--r--libstdc++-v3/libmath/stubs.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/libstdc++-v3/libmath/Makefile.am b/libstdc++-v3/libmath/Makefile.am
index ffefea35de3..f9a8d158a7f 100644
--- a/libstdc++-v3/libmath/Makefile.am
+++ b/libstdc++-v3/libmath/Makefile.am
@@ -19,7 +19,7 @@
## You should have received a copy of the GNU General Public License along
## with this library; see the file COPYING. If not, write to the Free
-## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+## Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
## USA.
# May be used by various substitution variables.
diff --git a/libstdc++-v3/libmath/copysignf.c b/libstdc++-v3/libmath/copysignf.c
index 91d40e9be47..1c490959129 100644
--- a/libstdc++-v3/libmath/copysignf.c
+++ b/libstdc++-v3/libmath/copysignf.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
- Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
As a special exception, you may use this file as part of a free software
diff --git a/libstdc++-v3/libmath/mathconf.h b/libstdc++-v3/libmath/mathconf.h
index cd8c92ad89f..be8e96a4b3c 100644
--- a/libstdc++-v3/libmath/mathconf.h
+++ b/libstdc++-v3/libmath/mathconf.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
- Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
As a special exception, you may use this file as part of a free software
diff --git a/libstdc++-v3/libmath/signbit.c b/libstdc++-v3/libmath/signbit.c
index f400b8dedd0..e8d380dc84c 100644
--- a/libstdc++-v3/libmath/signbit.c
+++ b/libstdc++-v3/libmath/signbit.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
- Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
As a special exception, you may use this file as part of a free software
diff --git a/libstdc++-v3/libmath/signbitf.c b/libstdc++-v3/libmath/signbitf.c
index 6a72f4636c9..b18afc1cf12 100644
--- a/libstdc++-v3/libmath/signbitf.c
+++ b/libstdc++-v3/libmath/signbitf.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
- Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
As a special exception, you may use this file as part of a free software
diff --git a/libstdc++-v3/libmath/signbitl.c b/libstdc++-v3/libmath/signbitl.c
index f5e00351984..52cbfbad4d2 100644
--- a/libstdc++-v3/libmath/signbitl.c
+++ b/libstdc++-v3/libmath/signbitl.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
- Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
As a special exception, you may use this file as part of a free software
diff --git a/libstdc++-v3/libmath/stubs.c b/libstdc++-v3/libmath/stubs.c
index bbbe0fe3d16..72c4f75a9d1 100644
--- a/libstdc++-v3/libmath/stubs.c
+++ b/libstdc++-v3/libmath/stubs.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License along
with this library; see the file COPYING. If not, write to the Free
- Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
As a special exception, you may use this file as part of a free software