From 0b5be8972fafa478f6dc09e3a7555a637fa09480 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sun, 22 Nov 1998 22:12:41 -0500 Subject: [PATCH] update copyrights From-SVN: r23764 --- gcc/cp/class.c | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/cvt.c | 2 +- gcc/cp/decl2.c | 2 +- gcc/cp/errfn.c | 2 +- gcc/cp/exception.cc | 2 +- gcc/cp/expr.c | 2 +- gcc/cp/friend.c | 2 +- gcc/cp/g++spec.c | 2 +- gcc/cp/inc/exception | 2 +- gcc/cp/inc/new | 2 +- gcc/cp/inc/typeinfo | 2 +- gcc/cp/init.c | 2 +- gcc/cp/input.c | 2 +- gcc/cp/lang-options.h | 2 +- gcc/cp/lang-specs.h | 2 +- gcc/cp/lex.h | 2 +- gcc/cp/new.cc | 2 +- gcc/cp/new1.cc | 2 +- gcc/cp/new2.cc | 2 +- gcc/cp/parse.y | 2 +- gcc/cp/pt.c | 2 +- gcc/cp/ptree.c | 2 +- gcc/cp/repo.c | 2 +- gcc/cp/rtti.c | 2 +- gcc/cp/search.c | 2 +- gcc/cp/sig.c | 2 +- gcc/cp/spew.c | 2 +- gcc/cp/tinfo.cc | 2 +- gcc/cp/tinfo.h | 2 +- gcc/cp/tinfo2.cc | 2 +- gcc/cp/tree.c | 2 +- gcc/cp/typeck2.c | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 17f728f78f1d..1c2ec6bf8a3c 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 4f2fccbce471..09928446733e 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 781f0157c3ca..ae5fe815f702 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index bd09ebaad2dc..e57a6af1ee0e 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c index a43bcf3f0e11..46a5f66d8c47 100644 --- a/gcc/cp/errfn.c +++ b/gcc/cp/errfn.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/exception.cc b/gcc/cp/exception.cc index b90be3006e27..d0533aa41ca5 100644 --- a/gcc/cp/exception.cc +++ b/gcc/cp/exception.cc @@ -1,5 +1,5 @@ // 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. diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index 056f4d1f16a8..3dc8eae26e62 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -1,6 +1,6 @@ /* Convert language-specific tree expression to rtl instructions, 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. diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index 0b71f092386e..98991ea452b2 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -1,5 +1,5 @@ /* 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. diff --git a/gcc/cp/g++spec.c b/gcc/cp/g++spec.c index 01ac62dd5869..cd4e04a212b9 100644 --- a/gcc/cp/g++spec.c +++ b/gcc/cp/g++spec.c @@ -1,5 +1,5 @@ /* 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. diff --git a/gcc/cp/inc/exception b/gcc/cp/inc/exception index b7aa1f42d409..32efb9f82cae 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 93a3231ab69f..b66673dc3a6b 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 6c8ea05aa725..934784968c54 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__ diff --git a/gcc/cp/init.c b/gcc/cp/init.c index fd528141d072..6017298a1a3f 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/input.c b/gcc/cp/input.c index 5a73fea8bd05..0838fe89e31a 100644 --- a/gcc/cp/input.c +++ b/gcc/cp/input.c @@ -1,5 +1,5 @@ /* 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. This file is part of GNU CC. diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h index 32f5ff905092..d76f66c776fc 100644 --- a/gcc/cp/lang-options.h +++ b/gcc/cp/lang-options.h @@ -1,5 +1,5 @@ /* 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. diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 8daebbc308a3..8e3cce094c02 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -1,5 +1,5 @@ /* 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. diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h index ec08f39f69e3..249eef9bb0f6 100644 --- a/gcc/cp/lex.h +++ b/gcc/cp/lex.h @@ -1,5 +1,5 @@ /* 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) and by Brendan Kehoe (brendan@cygnus.com). diff --git a/gcc/cp/new.cc b/gcc/cp/new.cc index 28187a43884b..3197012150d8 100644 --- a/gcc/cp/new.cc +++ b/gcc/cp/new.cc @@ -1,5 +1,5 @@ // 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. diff --git a/gcc/cp/new1.cc b/gcc/cp/new1.cc index 5bb85c94f157..73fbcd2b1fd4 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 Free Software Foundation +// Copyright (C) 1997, 1998 Free Software Foundation // This file is part of GNU CC. diff --git a/gcc/cp/new2.cc b/gcc/cp/new2.cc index 0be1c0d8c7f3..2833ea23414d 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 Free Software Foundation +// Copyright (C) 1997, 1998 Free Software Foundation // This file is part of GNU CC. diff --git a/gcc/cp/parse.y b/gcc/cp/parse.y index 35016259c9b7..1f853eb2a619 100644 --- a/gcc/cp/parse.y +++ b/gcc/cp/parse.y @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 0b9ba9ab694a..f41623977dac 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -1,5 +1,5 @@ /* 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. Rewritten by Jason Merrill (jason@cygnus.com). diff --git a/gcc/cp/ptree.c b/gcc/cp/ptree.c index aa3066cbb445..eddc2e47303e 100644 --- a/gcc/cp/ptree.c +++ b/gcc/cp/ptree.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index b78402086c8b..90ce84551d07 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 6ccda36beeaa..a4b35ecd8043 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1,5 +1,5 @@ /* 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). This file is part of GNU CC. diff --git a/gcc/cp/search.c b/gcc/cp/search.c index 021559520072..8c335b0acbc3 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -1,6 +1,6 @@ /* Breadth-first and depth-first routines for 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) This file is part of GNU CC. diff --git a/gcc/cp/sig.c b/gcc/cp/sig.c index fdc1ea2f26fd..f264d310fe91 100644 --- a/gcc/cp/sig.c +++ b/gcc/cp/sig.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/spew.c b/gcc/cp/spew.c index b524cb13d8a1..a573cbac2b0e 100644 --- a/gcc/cp/spew.c +++ b/gcc/cp/spew.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/tinfo.cc b/gcc/cp/tinfo.cc index d8380da29a4c..0d782ea375a9 100644 --- a/gcc/cp/tinfo.cc +++ b/gcc/cp/tinfo.cc @@ -1,5 +1,5 @@ // 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. diff --git a/gcc/cp/tinfo.h b/gcc/cp/tinfo.h index 3cfee04cec01..2601ce25edac 100644 --- a/gcc/cp/tinfo.h +++ b/gcc/cp/tinfo.h @@ -1,5 +1,5 @@ // RTTI support internals for -*- C++ -*- -// Copyright (C) 1994, 1995, 1996 Free Software Foundation +// Copyright (C) 1994, 1995, 1996, 1998 Free Software Foundation #include "typeinfo" diff --git a/gcc/cp/tinfo2.cc b/gcc/cp/tinfo2.cc index 3e63354a2c5e..b101db3c0548 100644 --- a/gcc/cp/tinfo2.cc +++ b/gcc/cp/tinfo2.cc @@ -1,5 +1,5 @@ // 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. diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 21401898da9c..7660d386217c 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index ed655cd2965e..4e490bfd23b3 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -1,6 +1,6 @@ /* Report error messages, build initializers, and perform 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) This file is part of GNU CC. -- 2.47.3