aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-08-17 02:49:08 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2005-08-17 02:49:08 +0000
commitfe2ae685a1624456ecb22eba91f154226ede1146 (patch)
treea551aeaf381d16ed2232ed5f9f7856f4c7c2a36c /libgfortran/io
parent83f517994d91c97ae1b04dd00fe14b8793df2dd4 (diff)
downloadgcc-fe2ae685a1624456ecb22eba91f154226ede1146.zip
gcc-fe2ae685a1624456ecb22eba91f154226ede1146.tar.gz
gcc-fe2ae685a1624456ecb22eba91f154226ede1146.tar.bz2
All files: Update FSF address.
2005-08-17 Kelley Cook <kcook@gcc.gnu.org> * All files: Update FSF address. From-SVN: r103194
Diffstat (limited to 'libgfortran/io')
-rw-r--r--libgfortran/io/close.c4
-rw-r--r--libgfortran/io/file_pos.c4
-rw-r--r--libgfortran/io/format.c4
-rw-r--r--libgfortran/io/inquire.c4
-rw-r--r--libgfortran/io/io.h4
-rw-r--r--libgfortran/io/list_read.c4
-rw-r--r--libgfortran/io/lock.c4
-rw-r--r--libgfortran/io/open.c4
-rw-r--r--libgfortran/io/read.c4
-rw-r--r--libgfortran/io/transfer.c4
-rw-r--r--libgfortran/io/unit.c4
-rw-r--r--libgfortran/io/unix.c4
-rw-r--r--libgfortran/io/write.c4
13 files changed, 26 insertions, 26 deletions
diff --git a/libgfortran/io/close.c b/libgfortran/io/close.c
index ee4fb97..f814bd5 100644
--- a/libgfortran/io/close.c
+++ b/libgfortran/io/close.c
@@ -24,8 +24,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
#include "libgfortran.h"
diff --git a/libgfortran/io/file_pos.c b/libgfortran/io/file_pos.c
index 760b8b1..d175471 100644
--- a/libgfortran/io/file_pos.c
+++ b/libgfortran/io/file_pos.c
@@ -24,8 +24,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
#include <string.h>
diff --git a/libgfortran/io/format.c b/libgfortran/io/format.c
index e075eee..3f7091e 100644
--- a/libgfortran/io/format.c
+++ b/libgfortran/io/format.c
@@ -25,8 +25,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
/* format.c-- parse a FORMAT string into a binary format suitable for
diff --git a/libgfortran/io/inquire.c b/libgfortran/io/inquire.c
index 731adad..31f1ad1 100644
--- a/libgfortran/io/inquire.c
+++ b/libgfortran/io/inquire.c
@@ -24,8 +24,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
/* Implement the non-IOLENGTH variant of the INQUIRY statement */
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h
index a7dae18..46b1835 100644
--- a/libgfortran/io/io.h
+++ b/libgfortran/io/io.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/libgfortran/io/list_read.c b/libgfortran/io/list_read.c
index df99e78..661ad33 100644
--- a/libgfortran/io/list_read.c
+++ b/libgfortran/io/list_read.c
@@ -25,8 +25,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
diff --git a/libgfortran/io/lock.c b/libgfortran/io/lock.c
index 516d870..9541fc5 100644
--- a/libgfortran/io/lock.c
+++ b/libgfortran/io/lock.c
@@ -25,8 +25,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with libgfortran; see the file COPYING. If not,
-write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
#include <string.h>
diff --git a/libgfortran/io/open.c b/libgfortran/io/open.c
index a48476b..333ac6f8 100644
--- a/libgfortran/io/open.c
+++ b/libgfortran/io/open.c
@@ -25,8 +25,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
#include <unistd.h>
diff --git a/libgfortran/io/read.c b/libgfortran/io/read.c
index 654475d..b127cd9 100644
--- a/libgfortran/io/read.c
+++ b/libgfortran/io/read.c
@@ -24,8 +24,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c
index 03708f8..c7d53ee 100644
--- a/libgfortran/io/transfer.c
+++ b/libgfortran/io/transfer.c
@@ -25,8 +25,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
/* transfer.c -- Top level handling of data transfer statements. */
diff --git a/libgfortran/io/unit.c b/libgfortran/io/unit.c
index 81e6000..9cea354 100644
--- a/libgfortran/io/unit.c
+++ b/libgfortran/io/unit.c
@@ -24,8 +24,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
#include <stdlib.h>
diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c
index eead2a2..bcf50f3 100644
--- a/libgfortran/io/unix.c
+++ b/libgfortran/io/unix.c
@@ -25,8 +25,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
/* Unix stream I/O module */
diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c
index 6ccf02e..74d0f9f 100644
--- a/libgfortran/io/write.c
+++ b/libgfortran/io/write.c
@@ -25,8 +25,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Libgfortran; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
#include <string.h>