diff --git a/gcc/cp/new1.cc b/gcc/cp/new1.cc index 73fbcd2b1fd4..3adcef26c05b 100644 --- a/gcc/cp/new1.cc +++ b/gcc/cp/new1.cc @@ -1,5 +1,5 @@ // Support routines for the -*- C++ -*- dynamic memory management. -// Copyright (C) 1997, 1998 Free Software Foundation +// Copyright (C) 1997, 1998, 1999 Free Software Foundation // This file is part of GNU CC. @@ -16,7 +16,7 @@ // 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, 59 Temple Place - Suite 330, -// Boston, MA 02111-1307, USA. +// Boston, MA 02111-1307, 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/gcc/cp/new2.cc b/gcc/cp/new2.cc index 2833ea23414d..d1aab7b2efb0 100644 --- a/gcc/cp/new2.cc +++ b/gcc/cp/new2.cc @@ -1,5 +1,5 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997, 1998 Free Software Foundation +// Copyright (C) 1997, 1998, 1999 Free Software Foundation // This file is part of GNU CC. @@ -16,7 +16,7 @@ // 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, 59 Temple Place - Suite 330, -// Boston, MA 02111-1307, USA. +// Boston, MA 02111-1307, USA. // As a special exception, if you link this library with other files, // some of which are compiled with GCC, to produce an executable,