aboutsummaryrefslogtreecommitdiff
path: root/gcc/objcp
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-06-25 00:33:05 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2005-06-25 00:33:05 +0000
commitf12c30a8f13bb7b355d930f06dad89ca4a9ddb9a (patch)
tree044c63f24cc8794a3c1c2293f3432937d875e1e7 /gcc/objcp
parent41fbc02fdaa09d41c68528214cd2e206b8315d64 (diff)
downloadgcc-f12c30a8f13bb7b355d930f06dad89ca4a9ddb9a.zip
gcc-f12c30a8f13bb7b355d930f06dad89ca4a9ddb9a.tar.gz
gcc-f12c30a8f13bb7b355d930f06dad89ca4a9ddb9a.tar.bz2
Update FSF address.
From-SVN: r101309
Diffstat (limited to 'gcc/objcp')
-rw-r--r--gcc/objcp/ChangeLog4
-rw-r--r--gcc/objcp/Make-lang.in4
-rw-r--r--gcc/objcp/config-lang.in4
-rw-r--r--gcc/objcp/lang-specs.h4
-rw-r--r--gcc/objcp/objcp-decl.c4
-rw-r--r--gcc/objcp/objcp-decl.h4
-rw-r--r--gcc/objcp/objcp-lang.c4
7 files changed, 16 insertions, 12 deletions
diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog
index caa8f83..58ef74b 100644
--- a/gcc/objcp/ChangeLog
+++ b/gcc/objcp/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-25 Kelley Cook <kcook@gcc.gnu.org>
+
+ * all files: Update FSF in copyright headers.
+
2005-06-20 Ziemowit Laski <zlaski@apple.com>
* config-lang.in (gtfiles): Add cp/rtti.c.
diff --git a/gcc/objcp/Make-lang.in b/gcc/objcp/Make-lang.in
index 422e274..f2c42ec 100644
--- a/gcc/objcp/Make-lang.in
+++ b/gcc/objcp/Make-lang.in
@@ -16,8 +16,8 @@
#You should have received a copy of the GNU General Public License
#along with GCC; 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.
# This file provides the language dependent support in the main Makefile.
# Each language makefile fragment must provide the following targets:
diff --git a/gcc/objcp/config-lang.in b/gcc/objcp/config-lang.in
index 7eb7046..ce35398 100644
--- a/gcc/objcp/config-lang.in
+++ b/gcc/objcp/config-lang.in
@@ -16,8 +16,8 @@
#You should have received a copy of the GNU General Public License
#along with GCC; 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.
# Configure looks for the existence of this file to auto-config each language.
# We define several parameters used by configure:
diff --git a/gcc/objcp/lang-specs.h b/gcc/objcp/lang-specs.h
index be25eb1..2b0a452 100644
--- a/gcc/objcp/lang-specs.h
+++ b/gcc/objcp/lang-specs.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GCC; 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. */
/* This is the contribution to the `default_compilers' array in gcc.c for
obj-c++. It is based on -- and should be kept in sync with -- the g++
diff --git a/gcc/objcp/objcp-decl.c b/gcc/objcp/objcp-decl.c
index 68bcb0f..8a26c8f 100644
--- a/gcc/objcp/objcp-decl.c
+++ b/gcc/objcp/objcp-decl.c
@@ -17,8 +17,8 @@ for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA. */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
#include "config.h"
#include "system.h"
diff --git a/gcc/objcp/objcp-decl.h b/gcc/objcp/objcp-decl.h
index a6b14b7..81cf7ad 100644
--- a/gcc/objcp/objcp-decl.h
+++ b/gcc/objcp/objcp-decl.h
@@ -17,8 +17,8 @@ for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA. */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
#ifndef GCC_OBJCP_DECL_H
#define GCC_OBJCP_DECL_H
diff --git a/gcc/objcp/objcp-lang.c b/gcc/objcp/objcp-lang.c
index 7f2b6e1..caa2941 100644
--- a/gcc/objcp/objcp-lang.c
+++ b/gcc/objcp/objcp-lang.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GCC; 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 "system.h"