diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-11-22 22:12:41 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-11-22 22:12:41 -0500 |
commit | 0b5be8972fafa478f6dc09e3a7555a637fa09480 (patch) | |
tree | c36987185f313f926e86f74240423242be22b6a9 /gcc/cp/inc | |
parent | 693331300baf2f3457029e089ae91c5e041041a1 (diff) | |
download | gcc-0b5be8972fafa478f6dc09e3a7555a637fa09480.zip gcc-0b5be8972fafa478f6dc09e3a7555a637fa09480.tar.gz gcc-0b5be8972fafa478f6dc09e3a7555a637fa09480.tar.bz2 |
update copyrights
From-SVN: r23764
Diffstat (limited to 'gcc/cp/inc')
-rw-r--r-- | gcc/cp/inc/exception | 2 | ||||
-rw-r--r-- | gcc/cp/inc/new | 2 | ||||
-rw-r--r-- | gcc/cp/inc/typeinfo | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/inc/exception b/gcc/cp/inc/exception index b7aa1f4..32efb9f 100644 --- a/gcc/cp/inc/exception +++ b/gcc/cp/inc/exception @@ -1,5 +1,5 @@ // Exception Handling support header for -*- C++ -*- -// Copyright (C) 1995, 1996 Free Software Foundation +// Copyright (C) 1995, 96-97, 1998 Free Software Foundation #ifndef __EXCEPTION__ #define __EXCEPTION__ diff --git a/gcc/cp/inc/new b/gcc/cp/inc/new index 93a3231..b66673d 100644 --- a/gcc/cp/inc/new +++ b/gcc/cp/inc/new @@ -1,5 +1,5 @@ // The -*- C++ -*- dynamic memory management header. -// Copyright (C) 1994, 1996 Free Software Foundation +// Copyright (C) 1994, 96-97, 1998 Free Software Foundation #ifndef __NEW__ #define __NEW__ diff --git a/gcc/cp/inc/typeinfo b/gcc/cp/inc/typeinfo index 6c8ea05..93478496 100644 --- a/gcc/cp/inc/typeinfo +++ b/gcc/cp/inc/typeinfo @@ -1,5 +1,5 @@ // RTTI support for -*- C++ -*- -// Copyright (C) 1994, 1995, 1996 Free Software Foundation +// Copyright (C) 1994, 95-97, 1998 Free Software Foundation #ifndef __TYPEINFO__ #define __TYPEINFO__ |