diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-06-25 00:33:05 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-06-25 00:33:05 +0000 |
commit | f12c30a8f13bb7b355d930f06dad89ca4a9ddb9a (patch) | |
tree | 044c63f24cc8794a3c1c2293f3432937d875e1e7 /gcc/objc | |
parent | 41fbc02fdaa09d41c68528214cd2e206b8315d64 (diff) | |
download | gcc-f12c30a8f13bb7b355d930f06dad89ca4a9ddb9a.zip gcc-f12c30a8f13bb7b355d930f06dad89ca4a9ddb9a.tar.gz gcc-f12c30a8f13bb7b355d930f06dad89ca4a9ddb9a.tar.bz2 |
Update FSF address.
From-SVN: r101309
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/objc/Make-lang.in | 4 | ||||
-rw-r--r-- | gcc/objc/config-lang.in | 4 | ||||
-rw-r--r-- | gcc/objc/lang-specs.h | 4 | ||||
-rw-r--r-- | gcc/objc/objc-act.c | 4 | ||||
-rw-r--r-- | gcc/objc/objc-act.h | 4 | ||||
-rw-r--r-- | gcc/objc/objc-lang.c | 4 | ||||
-rw-r--r-- | gcc/objc/objc-tree.def | 4 |
8 files changed, 18 insertions, 14 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index d9eb3d1..04a402b 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-25 Kelley Cook <kcook@gcc.gnu.org> + + * all files: Update FSF address in copyright headers. + 2005-06-15 Joseph S. Myers <joseph@codesourcery.com> * objc-act.c (my_build_string_pointer): New. diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index 4c1698a..f908a11 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/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/objc/config-lang.in b/gcc/objc/config-lang.in index fbb9a6e..f5224bf 100644 --- a/gcc/objc/config-lang.in +++ b/gcc/objc/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/objc/lang-specs.h b/gcc/objc/lang-specs.h index b0f3c9b..446fd53 100644 --- a/gcc/objc/lang-specs.h +++ b/gcc/objc/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 objc. */ diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 3329318..6c90181 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -17,8 +17,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. */ /* Purpose: This module implements the Objective-C 4.0 language. diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index f99f60d..8d32e96 100644 --- a/gcc/objc/objc-act.h +++ b/gcc/objc/objc-act.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. */ #ifndef GCC_OBJC_ACT_H #define GCC_OBJC_ACT_H diff --git a/gcc/objc/objc-lang.c b/gcc/objc/objc-lang.c index e8e50c9..44b1a1a3 100644 --- a/gcc/objc/objc-lang.c +++ b/gcc/objc/objc-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" diff --git a/gcc/objc/objc-tree.def b/gcc/objc/objc-tree.def index 8702e96..bf847aa 100644 --- a/gcc/objc/objc-tree.def +++ b/gcc/objc/objc-tree.def @@ -18,8 +18,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. */ /* Objective-C types. */ |