aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-15 08:44:04 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-15 08:44:04 -0400
commit84c09f78a12c38f5d67cc1348c897113944752c6 (patch)
treef98f3fcfd7a33bfb1cbf7db5542bc59aec16ecfe /gcc/objc
parent701a1e63427521ed7102de5e9ccc3cdf9af5754e (diff)
downloadgcc-84c09f78a12c38f5d67cc1348c897113944752c6.zip
gcc-84c09f78a12c38f5d67cc1348c897113944752c6.tar.gz
gcc-84c09f78a12c38f5d67cc1348c897113944752c6.tar.bz2
Update FSF address.
From-SVN: r9970
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/encoding.c3
-rw-r--r--gcc/objc/encoding.h3
-rw-r--r--gcc/objc/hash.c3
-rw-r--r--gcc/objc/hash.h3
-rw-r--r--gcc/objc/init.c2
-rw-r--r--gcc/objc/misc.c3
-rw-r--r--gcc/objc/objc-api.h3
-rw-r--r--gcc/objc/objc.h3
-rw-r--r--gcc/objc/objects.c3
-rw-r--r--gcc/objc/runtime.h2
-rw-r--r--gcc/objc/sarray.c3
-rw-r--r--gcc/objc/sarray.h3
-rw-r--r--gcc/objc/selector.c3
13 files changed, 24 insertions, 13 deletions
diff --git a/gcc/objc/encoding.c b/gcc/objc/encoding.c
index 66c817f..9620664 100644
--- a/gcc/objc/encoding.c
+++ b/gcc/objc/encoding.c
@@ -16,7 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/gcc/objc/encoding.h b/gcc/objc/encoding.h
index ac12cfb..c956034 100644
--- a/gcc/objc/encoding.h
+++ b/gcc/objc/encoding.h
@@ -17,7 +17,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/gcc/objc/hash.c b/gcc/objc/hash.c
index e1d736a..3391274 100644
--- a/gcc/objc/hash.c
+++ b/gcc/objc/hash.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/gcc/objc/hash.h b/gcc/objc/hash.h
index f78dbd6..065c5b9 100644
--- a/gcc/objc/hash.h
+++ b/gcc/objc/hash.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/gcc/objc/init.c b/gcc/objc/init.c
index 8acb003..9560dc2 100644
--- a/gcc/objc/init.c
+++ b/gcc/objc/init.c
@@ -15,7 +15,7 @@ details.
You should have received a copy of the GNU General Public License along with
GNU CC; see the file COPYING. If not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/gcc/objc/misc.c b/gcc/objc/misc.c
index d2bf1ee..033018e 100644
--- a/gcc/objc/misc.c
+++ b/gcc/objc/misc.c
@@ -17,7 +17,8 @@ for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to the Free
-Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/gcc/objc/objc-api.h b/gcc/objc/objc-api.h
index 07997d8..87418f4 100644
--- a/gcc/objc/objc-api.h
+++ b/gcc/objc/objc-api.h
@@ -15,7 +15,8 @@ License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files compiled
with GCC to produce an executable, this does not cause the resulting
diff --git a/gcc/objc/objc.h b/gcc/objc/objc.h
index 93655e6..979c5c8 100644
--- a/gcc/objc/objc.h
+++ b/gcc/objc/objc.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/gcc/objc/objects.c b/gcc/objc/objects.c
index ed0899e..ebaf117 100644
--- a/gcc/objc/objects.c
+++ b/gcc/objc/objects.c
@@ -15,7 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GNU CC; see the file COPYING. If not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h
index 8086b25..0f4510f 100644
--- a/gcc/objc/runtime.h
+++ b/gcc/objc/runtime.h
@@ -15,7 +15,7 @@ details.
You should have received a copy of the GNU General Public License along with
GNU CC; see the file COPYING. If not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/gcc/objc/sarray.c b/gcc/objc/sarray.c
index c22bc30..9ed2196 100644
--- a/gcc/objc/sarray.c
+++ b/gcc/objc/sarray.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/gcc/objc/sarray.h b/gcc/objc/sarray.h
index b4a2202..a3ec7a9 100644
--- a/gcc/objc/sarray.h
+++ b/gcc/objc/sarray.h
@@ -17,7 +17,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/gcc/objc/selector.c b/gcc/objc/selector.c
index e208ca9..256c817 100644
--- a/gcc/objc/selector.c
+++ b/gcc/objc/selector.c
@@ -15,7 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GNU CC; see the file COPYING. If not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable