aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-26 13:16:12 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-26 13:16:12 -0700
commitd6a8bdff52a87fdbc48f8e5db746effef3f4cb49 (patch)
tree30d5988ccc283503764a64cdd1c87dd7db6ce56e
parent1ebe758fd2e27898f25c4a0c7b1c1aaacd76be47 (diff)
downloadgcc-d6a8bdff52a87fdbc48f8e5db746effef3f4cb49.zip
gcc-d6a8bdff52a87fdbc48f8e5db746effef3f4cb49.tar.gz
gcc-d6a8bdff52a87fdbc48f8e5db746effef3f4cb49.tar.bz2
Fix copyrights
From-SVN: r32185
-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 13c6628..27147f6 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 fa252a3..f672c96 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 a57742c..4f826ab 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 22c3e3c..e2f459f 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 ad0a686..7e5a883 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 ff2fb31..8560527 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 e403f9f6..c15657a 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 0197879..5c5e508 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 82bc5f9..e350e63 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 d11e232..041a7a0 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 32efb9f..cb262c0 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 b66673d..821c99d 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 b631d6e..5e47504 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 7b9ab1d..1c993b3 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 c82fc8f..3236158 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 779cbcd..f333cb3 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 630641c..19b7316 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 9f948f5..d0a2db7 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 d2c9352..456fdee 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 6a12868..6fd98df 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 9a85922..645d7ee 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 bbd0f99..91f4ec4 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 b02af8a..bc8e919 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 11b94ad..e81ab69 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 7d7f961..e95262b 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 1fd6eb9..fc17bea 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 3f879c2..9dafaa6 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 385c411..2cc4944 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 0f9eb2c..d380953 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 22a4ab8..ff4817e 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.