diff options
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/4gintnam.ads | 6 | ||||
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/Make-lang.in | 3 | ||||
-rw-r--r-- | gcc/ada/Makefile.in | 3 | ||||
-rw-r--r-- | gcc/ada/config-lang.in | 3 |
5 files changed, 14 insertions, 6 deletions
diff --git a/gcc/ada/4gintnam.ads b/gcc/ada/4gintnam.ads index 4e0ca4f0d2b..66905b1e4c8 100644 --- a/gcc/ada/4gintnam.ads +++ b/gcc/ada/4gintnam.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.5 $ -- +-- $Revision: 1.1 $ -- -- -- -- Copyright (C) 1997-2001, Florida State University -- -- -- @@ -18,8 +18,8 @@ -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Gen- -- -- eral Library Public License for more details. You should have received -- -- a copy of the GNU Library General Public License along with GNARL; see -- --- file COPYING.LIB. If not, write to the Free Software Foundation, 675 -- --- Mass Ave, Cambridge, MA 02139, USA. -- +-- file COPYING.LIB. If not, write to the Free Software Foundation, 59 -- +-- Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 914c8b1c2df..b26c87a9b22 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk> + + * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update + FSF address. + 2001-10-08 Geert Bosch <bosch@gnat.com> * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): diff --git a/gcc/ada/Make-lang.in b/gcc/ada/Make-lang.in index 72204ca6b95..1b9bc02332c 100644 --- a/gcc/ada/Make-lang.in +++ b/gcc/ada/Make-lang.in @@ -16,7 +16,8 @@ #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. # This file provides the language dependent support in the main Makefile. # Each language makefile fragment must provide the following targets: diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index ce6b91f392c..75a56d26509 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -15,7 +15,8 @@ #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. # The makefile built from this file lives in the language subdirectory. # It's purpose is to provide support for: diff --git a/gcc/ada/config-lang.in b/gcc/ada/config-lang.in index 5268fe2b81f..7a853863f0f 100644 --- a/gcc/ada/config-lang.in +++ b/gcc/ada/config-lang.in @@ -15,7 +15,8 @@ #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. # Configure looks for the existence of this file to auto-config each language. # We define several parameters used by configure: |