diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-02-25 22:54:31 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-02-25 22:54:31 -0700 |
commit | 3c71940fafbcebf9091b7131f0cb2eec428c75e6 (patch) | |
tree | 72c7edb3afba351ce840eb4c99d8b810af0ca6f0 /gcc | |
parent | 517cbe13c456916d56b77744149cae30d99bdc9e (diff) | |
download | gcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.zip gcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.tar.gz gcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.tar.bz2 |
Copyright fixes
From-SVN: r32172
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-parse.in | 3 | ||||
-rw-r--r-- | gcc/c-pragma.c | 2 | ||||
-rw-r--r-- | gcc/c-tree.h | 3 | ||||
-rw-r--r-- | gcc/calls.c | 3 | ||||
-rw-r--r-- | gcc/cccp.c | 3 | ||||
-rw-r--r-- | gcc/cexp.y | 3 | ||||
-rw-r--r-- | gcc/collect2.c | 3 | ||||
-rw-r--r-- | gcc/combine.c | 3 | ||||
-rw-r--r-- | gcc/convert.c | 3 | ||||
-rw-r--r-- | gcc/integrate.c | 3 |
10 files changed, 19 insertions, 10 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 166768d..6b59e37 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1,5 +1,6 @@ /* YACC parser for C syntax and for Objective C. -*-c-*- - 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. This file is part of GNU CC. diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index bebeae7..7ee2eb2 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -1,5 +1,5 @@ /* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack. - Copyright (C) 1992, 97-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 67013e3..b2d4013 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -1,5 +1,6 @@ /* Definitions for C parsing and type checking. - Copyright (C) 1987, 93-95, 97-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/calls.c b/gcc/calls.c index 071a89e..40744e8 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -1,5 +1,6 @@ /* Convert function calls to rtl insns, for GNU C compiler. - Copyright (C) 1989, 92-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998 + 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -1,5 +1,6 @@ /* C Compatible Compiler Preprocessor (CCCP) - Copyright (C) 1986, 87, 89, 92-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000 Free Software Foundation, Inc. Written by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 @@ -1,5 +1,6 @@ /* Parse C expressions for CCCP. - Copyright (C) 1987, 92, 94-99, 2000 Free Software Foundation. + Copyright (C) 1987, 1992, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/collect2.c b/gcc/collect2.c index f69d56a..0313f46 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1,6 +1,7 @@ /* Collect static initialization info into data structures that can be traversed by C++ initialization and finalization routines. - Copyright (C) 1992, 93-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. Contributed by Chris Smith (csmith@convex.com). Heavily modified by Michael Meissner (meissner@cygnus.com), Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com). diff --git a/gcc/combine.c b/gcc/combine.c index d24ef18..149b549 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -1,5 +1,6 @@ /* Optimize by combining instructions for GNU compiler. - Copyright (C) 1987, 88, 92-98, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/convert.c b/gcc/convert.c index 31ebb56..a715c55 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -1,5 +1,6 @@ /* Utility routines for data type conversion for GNU C. - Copyright (C) 1987, 88, 91-95, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997, + 1998 Free Software Foundation, Inc. This file is part of GNU C. diff --git a/gcc/integrate.c b/gcc/integrate.c index b3a22a9..d38af99 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -1,5 +1,6 @@ /* Procedure integration for GNU CC. - Copyright (C) 1988, 91, 93-98, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1988, 1991, 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. |