diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-28 21:40:50 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-28 21:40:50 -0600 |
commit | 0f5c41613e37a03b811cc02dae99ba1e072770fa (patch) | |
tree | b97b230e025d17aaafebe2f892e49dafcd6ed8e3 /gcc | |
parent | 612c671a4f7403d2a9b62c1990f7c39d93bef46b (diff) | |
download | gcc-0f5c41613e37a03b811cc02dae99ba1e072770fa.zip gcc-0f5c41613e37a03b811cc02dae99ba1e072770fa.tar.gz gcc-0f5c41613e37a03b811cc02dae99ba1e072770fa.tar.bz2 |
Copyright tweaks.
From-SVN: r29703
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/new1.cc | 4 | ||||
-rw-r--r-- | gcc/cp/new2.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cp/new1.cc b/gcc/cp/new1.cc index 73fbcd2..3adcef2 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 2833ea2..d1aab7b 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, |