Commit 0b5be897 by Jason Merrill

update copyrights

From-SVN: r23764
parent 69333130
/* Functions related to building classes and their related objects. /* Functions related to building classes and their related objects.
Copyright (C) 1987, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. Copyright (C) 1987, 92-97, 1998 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Definitions for C++ parsing and type checking. /* Definitions for C++ parsing and type checking.
Copyright (C) 1987, 93, 94, 95, 1996 Free Software Foundation, Inc. Copyright (C) 1987, 92-97, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Language-level data type conversion for GNU C++. /* Language-level data type conversion for GNU C++.
Copyright (C) 1987, 88, 92-96, 1998 Free Software Foundation, Inc. Copyright (C) 1987, 88, 92-97, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Process declarations and variables for C compiler. /* Process declarations and variables for C compiler.
Copyright (C) 1988, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. Copyright (C) 1988, 92-97, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Provide a call-back mechanism for handling error output. /* Provide a call-back mechanism for handling error output.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1993, 94-97, 1998 Free Software Foundation, Inc.
Contributed by Jason Merrill (jason@cygnus.com) Contributed by Jason Merrill (jason@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
// Functions for Exception Support for -*- C++ -*- // Functions for Exception Support for -*- C++ -*-
// Copyright (C) 1994, 1995, 1996, 1998 Free Software Foundation // Copyright (C) 1994, 95-97, 1998 Free Software Foundation
// This file is part of GNU CC. // This file is part of GNU CC.
......
/* Convert language-specific tree expression to rtl instructions, /* Convert language-specific tree expression to rtl instructions,
for GNU compiler. for GNU compiler.
Copyright (C) 1988, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1988, 92-97, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Help friends in C++. /* Help friends in C++.
Copyright (C) 1997 Free Software Foundation, Inc. Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Specific flags and argument handling of the C++ front-end. /* Specific flags and argument handling of the C++ front-end.
Copyright (C) 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
// Exception Handling support header for -*- C++ -*- // Exception Handling support header for -*- C++ -*-
// Copyright (C) 1995, 1996 Free Software Foundation // Copyright (C) 1995, 96-97, 1998 Free Software Foundation
#ifndef __EXCEPTION__ #ifndef __EXCEPTION__
#define __EXCEPTION__ #define __EXCEPTION__
......
// The -*- C++ -*- dynamic memory management header. // The -*- C++ -*- dynamic memory management header.
// Copyright (C) 1994, 1996 Free Software Foundation // Copyright (C) 1994, 96-97, 1998 Free Software Foundation
#ifndef __NEW__ #ifndef __NEW__
#define __NEW__ #define __NEW__
......
// RTTI support for -*- C++ -*- // RTTI support for -*- C++ -*-
// Copyright (C) 1994, 1995, 1996 Free Software Foundation // Copyright (C) 1994, 95-97, 1998 Free Software Foundation
#ifndef __TYPEINFO__ #ifndef __TYPEINFO__
#define __TYPEINFO__ #define __TYPEINFO__
......
/* Handle initialization things in C++. /* Handle initialization things in C++.
Copyright (C) 1987, 89, 92-96, 1997 Free Software Foundation, Inc. Copyright (C) 1987, 89, 92-97, 1998 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Input handling for G++. /* Input handling for G++.
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1992, 93-97, 1998 Free Software Foundation, Inc.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing. Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Definitions for switches for C++. /* Definitions for switches for C++.
Copyright (C) 1995, 1998 Free Software Foundation, Inc. Copyright (C) 1995, 96-97, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Definitions for specs for C++. /* Definitions for specs for C++.
Copyright (C) 1995 Free Software Foundation, Inc. Copyright (C) 1995, 96-97, 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
......
/* Define constants and variables for communication with parse.y. /* Define constants and variables for communication with parse.y.
Copyright (C) 1987, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1987, 92-97, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com) Hacked by Michael Tiemann (tiemann@cygnus.com)
and by Brendan Kehoe (brendan@cygnus.com). and by Brendan Kehoe (brendan@cygnus.com).
......
// Implementation file for the -*- C++ -*- dynamic memory management header. // Implementation file for the -*- C++ -*- dynamic memory management header.
// Copyright (C) 1996 Free Software Foundation // Copyright (C) 1996, 1997, 1998 Free Software Foundation
// This file is part of GNU CC. // This file is part of GNU CC.
......
// Support routines for the -*- C++ -*- dynamic memory management. // Support routines for the -*- C++ -*- dynamic memory management.
// Copyright (C) 1997 Free Software Foundation // Copyright (C) 1997, 1998 Free Software Foundation
// This file is part of GNU CC. // This file is part of GNU CC.
......
// Boilerplate support routines for -*- C++ -*- dynamic memory management. // Boilerplate support routines for -*- C++ -*- dynamic memory management.
// Copyright (C) 1997 Free Software Foundation // Copyright (C) 1997, 1998 Free Software Foundation
// This file is part of GNU CC. // This file is part of GNU CC.
......
/* YACC parser for C++ syntax. /* YACC parser for C++ syntax.
Copyright (C) 1988, 89, 93, 94, 95, 1996 Free Software Foundation, Inc. Copyright (C) 1988, 89, 93-97, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Handle parameterized types (templates) for GNU C++. /* Handle parameterized types (templates) for GNU C++.
Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. Copyright (C) 1992, 93-97, 1998 Free Software Foundation, Inc.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing. Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
Rewritten by Jason Merrill (jason@cygnus.com). Rewritten by Jason Merrill (jason@cygnus.com).
......
/* Prints out trees in human readable form. /* Prints out trees in human readable form.
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1992, 93-96, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Code to maintain a C++ template repository. /* Code to maintain a C++ template repository.
Copyright (C) 1995, 1997 Free Software Foundation, Inc. Copyright (C) 1995, 96-97, 1998 Free Software Foundation, Inc.
Contributed by Jason Merrill (jason@cygnus.com) Contributed by Jason Merrill (jason@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* RunTime Type Identification /* RunTime Type Identification
Copyright (C) 1995, 1996 Free Software Foundation, Inc. Copyright (C) 1995, 96-97, 1998 Free Software Foundation, Inc.
Mostly written by Jason Merrill (jason@cygnus.com). Mostly written by Jason Merrill (jason@cygnus.com).
This file is part of GNU CC. This file is part of GNU CC.
......
/* Breadth-first and depth-first routines for /* Breadth-first and depth-first routines for
searching multiple-inheritance lattice for GNU C++. searching multiple-inheritance lattice for GNU C++.
Copyright (C) 1987, 89, 92-96, 1997 Free Software Foundation, Inc. Copyright (C) 1987, 89, 92-97, 1998 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Functions dealing with signatures and signature pointers/references. /* Functions dealing with signatures and signature pointers/references.
Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. Copyright (C) 1992, 93-97, 1998 Free Software Foundation, Inc.
Contributed by Gerald Baumgartner (gb@cs.purdue.edu) Contributed by Gerald Baumgartner (gb@cs.purdue.edu)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Type Analyzer for GNU C++. /* Type Analyzer for GNU C++.
Copyright (C) 1987, 89, 92, 93, 94, 1995 Free Software Foundation, Inc. Copyright (C) 1987, 89, 92-97, 1998 Free Software Foundation, Inc.
Hacked... nay, bludgeoned... by Mark Eichin (eichin@cygnus.com) Hacked... nay, bludgeoned... by Mark Eichin (eichin@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
// Methods for type_info for -*- C++ -*- Run Time Type Identification. // Methods for type_info for -*- C++ -*- Run Time Type Identification.
// Copyright (C) 1994, 1996 Free Software Foundation // Copyright (C) 1994, 1996, 1998 Free Software Foundation
// This file is part of GNU CC. // This file is part of GNU CC.
......
// RTTI support internals for -*- C++ -*- // RTTI support internals for -*- C++ -*-
// Copyright (C) 1994, 1995, 1996 Free Software Foundation // Copyright (C) 1994, 1995, 1996, 1998 Free Software Foundation
#include "typeinfo" #include "typeinfo"
......
// Methods for type_info for -*- C++ -*- Run Time Type Identification. // Methods for type_info for -*- C++ -*- Run Time Type Identification.
// Copyright (C) 1994, 1996 Free Software Foundation // Copyright (C) 1994, 96-97, 1998 Free Software Foundation
// This file is part of GNU CC. // This file is part of GNU CC.
......
/* Language-dependent node constructors for parse phase of GNU compiler. /* Language-dependent node constructors for parse phase of GNU compiler.
Copyright (C) 1987, 88, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. Copyright (C) 1987, 88, 92-97, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
/* Report error messages, build initializers, and perform /* Report error messages, build initializers, and perform
some front-end optimizations for C++ compiler. some front-end optimizations for C++ compiler.
Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc. Copyright (C) 1987, 88, 89, 92-97, 1998 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com) Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC. This file is part of GNU CC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment