summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 20:16:12 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 20:16:12 +0000
commit107c7f394092eb0d423c365fcadd0e13389842b9 (patch)
tree30d5988ccc283503764a64cdd1c87dd7db6ce56e /gcc/cp
parent3d94c7f05b7315dcd0a1cad9ea0a87b510c53b5a (diff)
downloadgcc-107c7f394092eb0d423c365fcadd0e13389842b9.tar.gz
Fix copyrights
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32185 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/Makefile.in3
-rw-r--r--gcc/cp/call.c3
-rw-r--r--gcc/cp/cp-tree.def3
-rw-r--r--gcc/cp/cvt.c3
-rw-r--r--gcc/cp/decl2.c3
-rw-r--r--gcc/cp/errfn.c2
-rw-r--r--gcc/cp/error.c2
-rw-r--r--gcc/cp/except.c2
-rw-r--r--gcc/cp/exception.cc2
-rw-r--r--gcc/cp/expr.c3
-rw-r--r--gcc/cp/inc/exception2
-rw-r--r--gcc/cp/inc/new2
-rw-r--r--gcc/cp/inc/typeinfo2
-rw-r--r--gcc/cp/init.c3
-rw-r--r--gcc/cp/input.c2
-rw-r--r--gcc/cp/lang-options.h2
-rw-r--r--gcc/cp/lang-specs.h2
-rw-r--r--gcc/cp/lex.c3
-rw-r--r--gcc/cp/lex.h3
-rw-r--r--gcc/cp/method.c3
-rw-r--r--gcc/cp/parse.y3
-rw-r--r--gcc/cp/ptree.c3
-rw-r--r--gcc/cp/repo.c2
-rw-r--r--gcc/cp/rtti.c3
-rw-r--r--gcc/cp/search.c3
-rw-r--r--gcc/cp/spew.c3
-rw-r--r--gcc/cp/tinfo2.cc2
-rw-r--r--gcc/cp/typeck.c3
-rw-r--r--gcc/cp/typeck2.c3
-rw-r--r--gcc/cp/xref.c3
30 files changed, 48 insertions, 30 deletions
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in
index 13c66286371..27147f6998c 100644
--- a/gcc/cp/Makefile.in
+++ b/gcc/cp/Makefile.in
@@ -1,5 +1,6 @@
# Makefile for GNU C++ compiler.
-# Copyright (C) 1987, 88, 90-5, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1998,
+# 1999, 2000 Free Software Foundation, Inc.
#This file is part of GNU CC.
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index fa252a3f176..f672c96ecc6 100644
--- a/gcc/cp/call.c
+++ b/gcc/cp/call.c
@@ -1,5 +1,6 @@
/* Functions related to invoking methods and overloaded functions.
- Copyright (C) 1987, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) and
modified by Brendan Kehoe (brendan@cygnus.com).
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index a57742ce789..4f826ab053c 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -1,7 +1,8 @@
/* This file contains the definitions and documentation for the
additional tree codes used in the GNU C++ compiler (see tree.def
for the standard codes).
- Copyright (C) 1987,88,90,93,97-8,1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998,
+ 1999, 2000 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 22c3e3c5c35..e2f459fa411 100644
--- a/gcc/cp/cvt.c
+++ b/gcc/cp/cvt.c
@@ -1,5 +1,6 @@
/* Language-level data type conversion for GNU C++.
- Copyright (C) 1987-1988, 1992-2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 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 ad0a6866925..7e5a8835479 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -1,5 +1,6 @@
/* Process declarations and variables for C compiler.
- Copyright (C) 1988, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 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 ff2fb31e3e5..8560527a1ac 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, 94, 95, 96, 97, 98, 99, 2000
+ Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by Jason Merrill (jason@cygnus.com)
diff --git a/gcc/cp/error.c b/gcc/cp/error.c
index e403f9f6b7f..c15657af61b 100644
--- a/gcc/cp/error.c
+++ b/gcc/cp/error.c
@@ -1,6 +1,6 @@
/* Call-backs for C++ error reporting.
This code is non-reentrant.
- Copyright (C) 1993, 94, 95, 96, 97, 98, 99, 2000
+ Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/cp/except.c b/gcc/cp/except.c
index 0197879853c..5c5e508599c 100644
--- a/gcc/cp/except.c
+++ b/gcc/cp/except.c
@@ -1,5 +1,5 @@
/* Handle exceptional things in C++.
- Copyright (C) 1989, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+ Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Contributed by Michael Tiemann <tiemann@cygnus.com>
Rewritten by Mike Stump <mrs@cygnus.com>, based upon an
diff --git a/gcc/cp/exception.cc b/gcc/cp/exception.cc
index 82bc5f9be16..e350e638948 100644
--- a/gcc/cp/exception.cc
+++ b/gcc/cp/exception.cc
@@ -1,5 +1,5 @@
// Functions for Exception Support for -*- C++ -*-
-// Copyright (C) 1994, 95-97, 1998, 1999 Free Software Foundation
+// Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation
// This file is part of GNU CC.
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c
index d11e232f6c7..041a7a01b21 100644
--- a/gcc/cp/expr.c
+++ b/gcc/cp/expr.c
@@ -1,6 +1,7 @@
/* Convert language-specific tree expression to rtl instructions,
for GNU compiler.
- Copyright (C) 1988, 92-97, 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/cp/inc/exception b/gcc/cp/inc/exception
index 32efb9f82ca..cb262c00658 100644
--- a/gcc/cp/inc/exception
+++ b/gcc/cp/inc/exception
@@ -1,5 +1,5 @@
// Exception Handling support header for -*- C++ -*-
-// Copyright (C) 1995, 96-97, 1998 Free Software Foundation
+// Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation
#ifndef __EXCEPTION__
#define __EXCEPTION__
diff --git a/gcc/cp/inc/new b/gcc/cp/inc/new
index b66673dc3a6..821c99dc0d5 100644
--- a/gcc/cp/inc/new
+++ b/gcc/cp/inc/new
@@ -1,5 +1,5 @@
// The -*- C++ -*- dynamic memory management header.
-// Copyright (C) 1994, 96-97, 1998 Free Software Foundation
+// Copyright (C) 1994, 1996, 1997, 1998 Free Software Foundation
#ifndef __NEW__
#define __NEW__
diff --git a/gcc/cp/inc/typeinfo b/gcc/cp/inc/typeinfo
index b631d6e2d24..5e475041bc9 100644
--- a/gcc/cp/inc/typeinfo
+++ b/gcc/cp/inc/typeinfo
@@ -1,5 +1,5 @@
// RTTI support for -*- C++ -*-
-// Copyright (C) 1994, 95-97, 1998, 2000 Free Software Foundation
+// Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000 Free Software Foundation
// __GXX_ABI_VERSION distinguishes the ABI that is being used. Values <100
// indicate the `old' abi, which grew as C++ was defined. Values >=100
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index 7b9ab1d52e2..1c993b38ab0 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -1,5 +1,6 @@
/* Handle initialization things in C++.
- Copyright (C) 1987, 89, 92-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 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 c82fc8f417d..32361582e45 100644
--- a/gcc/cp/input.c
+++ b/gcc/cp/input.c
@@ -1,5 +1,5 @@
/* Input handling for G++.
- Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing.
Enhanced by Michael Tiemann (tiemann@cygnus.com) to better support USE_CPPLIB
diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h
index 779cbcd643b..f333cb34a7b 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, 96-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999 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 630641cc6df..19b7316ca77 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, 96-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c
index 9f948f522e6..d0a2db74ecc 100644
--- a/gcc/cp/lex.c
+++ b/gcc/cp/lex.c
@@ -1,5 +1,6 @@
/* Separate lexical analyzer for GNU C++.
- Copyright (C) 1987, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
diff --git a/gcc/cp/lex.h b/gcc/cp/lex.h
index d2c9352fa9a..456fdeeb1b4 100644
--- a/gcc/cp/lex.h
+++ b/gcc/cp/lex.h
@@ -1,5 +1,6 @@
/* Define constants and variables for communication with parse.y.
- Copyright (C) 1987, 92-97, 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 2000 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
and by Brendan Kehoe (brendan@cygnus.com).
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 6a12868d989..6fd98df6c12 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -1,6 +1,7 @@
/* Handle the hair of processing (but not expanding) inline functions.
Also manage function and variable name overloading.
- Copyright (C) 1987, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
diff --git a/gcc/cp/parse.y b/gcc/cp/parse.y
index 9a85922849d..645d7ee7b32 100644
--- a/gcc/cp/parse.y
+++ b/gcc/cp/parse.y
@@ -1,5 +1,6 @@
/* YACC parser for C++ syntax.
- Copyright (C) 1988, 89, 93-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
diff --git a/gcc/cp/ptree.c b/gcc/cp/ptree.c
index bbd0f996444..91f4ec4efb1 100644
--- a/gcc/cp/ptree.c
+++ b/gcc/cp/ptree.c
@@ -1,5 +1,6 @@
/* Prints out trees in human readable form.
- Copyright (C) 1992, 93-96, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998,
+ 1999 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 b02af8a3bfe..bc8e919fe95 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, 96-97, 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 2000 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 11b94ad307f..e81ab695fd0 100644
--- a/gcc/cp/rtti.c
+++ b/gcc/cp/rtti.c
@@ -1,5 +1,6 @@
/* RunTime Type Identification
- Copyright (C) 1995, 96-97, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998,
+ 1999, 2000 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 7d7f9617476..e95262bea14 100644
--- a/gcc/cp/search.c
+++ b/gcc/cp/search.c
@@ -1,6 +1,7 @@
/* Breadth-first and depth-first routines for
searching multiple-inheritance lattice for GNU C++.
- Copyright (C) 1987, 89, 92-97, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 89, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
diff --git a/gcc/cp/spew.c b/gcc/cp/spew.c
index 1fd6eb969dd..fc17bea64cd 100644
--- a/gcc/cp/spew.c
+++ b/gcc/cp/spew.c
@@ -1,5 +1,6 @@
/* Type Analyzer for GNU C++.
- Copyright (C) 1987, 89, 92-97, 98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 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/tinfo2.cc b/gcc/cp/tinfo2.cc
index 3f879c2e4b9..9dafaa6f885 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, 96-97, 1998, 1999, 2000 Free Software Foundation
+// Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000 Free Software Foundation
// This file is part of GNU CC.
diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c
index 385c411022d..2cc4944415e 100644
--- a/gcc/cp/typeck.c
+++ b/gcc/cp/typeck.c
@@ -1,5 +1,6 @@
/* Build expressions with type checking for C++ compiler.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 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 0f9eb2c1745..d380953bb7c 100644
--- a/gcc/cp/typeck2.c
+++ b/gcc/cp/typeck2.c
@@ -1,6 +1,7 @@
/* Report error messages, build initializers, and perform
some front-end optimizations for C++ compiler.
- Copyright (C) 1987, 88, 89, 92-98, 99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c
index 22a4ab859f3..ff4817e55df 100644
--- a/gcc/cp/xref.c
+++ b/gcc/cp/xref.c
@@ -1,5 +1,6 @@
/* Code for handling XREF output from GNU C++.
- Copyright (C) 1992, 93-97, 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 2000 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.