]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
update copyrights
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 03:12:41 +0000 (03:12 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 03:12:41 +0000 (03:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23764 138bc75d-0d04-0410-961f-82ee72b054a4

33 files changed:
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/cp/decl2.c
gcc/cp/errfn.c
gcc/cp/exception.cc
gcc/cp/expr.c
gcc/cp/friend.c
gcc/cp/g++spec.c
gcc/cp/inc/exception
gcc/cp/inc/new
gcc/cp/inc/typeinfo
gcc/cp/init.c
gcc/cp/input.c
gcc/cp/lang-options.h
gcc/cp/lang-specs.h
gcc/cp/lex.h
gcc/cp/new.cc
gcc/cp/new1.cc
gcc/cp/new2.cc
gcc/cp/parse.y
gcc/cp/pt.c
gcc/cp/ptree.c
gcc/cp/repo.c
gcc/cp/rtti.c
gcc/cp/search.c
gcc/cp/sig.c
gcc/cp/spew.c
gcc/cp/tinfo.cc
gcc/cp/tinfo.h
gcc/cp/tinfo2.cc
gcc/cp/tree.c
gcc/cp/typeck2.c

index 17f728f78f1dbaa125e40b710859c86731cdb9e0..1c2ec6bf8a3c0097e44aeca2e4f6baa3ed978109 100644 (file)
@@ -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.
index 4f2fccbce471b848f0df8e20725bd664e59b4dc8..09928446733ef5178a75658096905bd19c750671 100644 (file)
@@ -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.
index 781f0157c3ca07d2539ab3812c951a9a7631f795..ae5fe815f70241f7c4d22579d08549bf9b427d1b 100644 (file)
@@ -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.
index bd09ebaad2dc8cd7fdcec68ef780462b1dfa28ca..e57a6af1ee0e92ed67f11fc9ce8b05a368d0d205 100644 (file)
@@ -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.
index a43bcf3f0e1105b5120b04ee950bbbd022f529e6..46a5f66d8c47f07545ded8a2776fa61919371086 100644 (file)
@@ -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.
index b90be3006e27a9de54f6d2ac990851e89e21f1d0..d0533aa41ca511f9fd8ce5c5d1637ab7449f468f 100644 (file)
@@ -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.
 
index 056f4d1f16a869c9f7e3efb9ef2bc1109225d77c..3dc8eae26e62c62ac982b85a7d807c5cc28b7646 100644 (file)
@@ -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.
 
index 0b71f092386eace9f346e362b24e7a22ab5e6f4c..98991ea452b29cbf4580307f004c11bb45176c81 100644 (file)
@@ -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.
 
index 01ac62dd5869f078fb840e3f7990457b07c924d2..cd4e04a212b9f4ba9eb71e0af37a3680152e9db0 100644 (file)
@@ -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.
 
index b7aa1f42d40908b5a6166ec8592770e4eda5846a..32efb9f82caefe6066633451af68aeb39c479af4 100644 (file)
@@ -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__
index 93a3231ab69fc1a6fd45e9493567746fef27df4b..b66673dc3a6b320be30ecd4eaab0dd2bb4397e3b 100644 (file)
@@ -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__
index 6c8ea05aa725a6126474ab3e8a5790091457c829..934784968c54646799251597aef7c8e7d7f12e2c 100644 (file)
@@ -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__
index fd528141d07269a4839982a5fe680f368ba6c032..6017298a1a3f673ef0c09acf0b74bec91473fde7 100644 (file)
@@ -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.
index 5a73fea8bd05b6c43ef82bd2cc137673a485a729..0838fe89e31aabcda0c2fe22b594b8f2593d695c 100644 (file)
@@ -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.
index 32f5ff9050928baf41e9457f9e22169ccdc7b7fa..d76f66c776fca3359f705051141b55f7113c9896 100644 (file)
@@ -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.
 
index 8daebbc308a3ea1fc325d6b41600298c768c9e8a..8e3cce094c0268f9f436ee5b8e1a7fede690db33 100644 (file)
@@ -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.
 
index ec08f39f69e3d724d8e15749cbdd18eb8ef382e0..249eef9bb0f6aec06a3e1f68bd2dd3c3ee610a5c 100644 (file)
@@ -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).
 
index 28187a43884b494499084b6d62dcd088db1e3830..3197012150d8bcff1ea1683c6b7a608587e202aa 100644 (file)
@@ -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.
 
index 5bb85c94f15759e93bbcd9aeee2a5b5e294031fa..73fbcd2b1fd4c3aa3bf5116c82de3e78cde610e4 100644 (file)
@@ -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.
 
index 0be1c0d8c7f3db63a100e242694efa1b6f666d9a..2833ea23414d225f6916e6dc8034e80e3f49c4c3 100644 (file)
@@ -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.
 
index 35016259c9b7bb40554be282ed69e4723e496adf..1f853eb2a619e4f780e76bbaad51b35c2b580d01 100644 (file)
@@ -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.
index 0b9ba9ab694a43e52a099db3583098c97e7dd526..f41623977dac1a4c5dcbbc8ab7da4c4627a83c22 100644 (file)
@@ -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).
 
index aa3066cbb44527ea77461343abeb212adf927a55..eddc2e47303e60d3f8dfaa2fbe46b31412be202d 100644 (file)
@@ -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.
index b78402086c8b31de4af14f917c7d748e97b62edf..90ce84551d078a309e27abab3583db43fa1f8e42 100644 (file)
@@ -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.
index 6ccda36beeaa4c2675d175fc4839a9110aa245d7..a4b35ecd8043203759db1650b1fd1000a369b276 100644 (file)
@@ -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.
index 021559520072689a3697c35e862f45264db037af..8c335b0acbc32d43bf65deb436b23fcbbddb29d4 100644 (file)
@@ -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.
index fdc1ea2f26fde79be5235af762c9b62d02a5461f..f264d310fe911c21f1b81544766d0bef5d9242eb 100644 (file)
@@ -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.
index b524cb13d8a1ba264ad67624fac894ab7a397e18..a573cbac2b0e4fb41c477267fe2859b783bb9c1d 100644 (file)
@@ -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.
index d8380da29a4c8dc229db24e512988dea0c0a8f96..0d782ea375a9f37055dc0228c35767459b780f9a 100644 (file)
@@ -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.
 
index 3cfee04cec017647d3abd9b7c5681cba86fae6b6..2601ce25edacbaa86a92d4a6c646a41b6c5cb733 100644 (file)
@@ -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"
 
index 3e63354a2c5e1bd0755edbb66f8f9f8a770ec7bf..b101db3c05483b0f42549cc67a6d4d4da8d5d222 100644 (file)
@@ -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.
 
index 21401898da9cdc2771420ec7de0e9a42526c4787..7660d386217cdf39db6c089c7de53177afc73ba6 100644 (file)
@@ -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.
index ed655cd2965e3631509d6653b41d2a862a61e889..4e490bfd23b327b6a67b8f55fa94fa45c7838479 100644 (file)
@@ -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.