From 3c71940fafbcebf9091b7131f0cb2eec428c75e6 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 25 Feb 2000 22:54:31 -0700 Subject: [PATCH] Copyright fixes From-SVN: r32172 --- gcc/c-parse.in | 3 ++- gcc/c-pragma.c | 2 +- gcc/c-tree.h | 3 ++- gcc/calls.c | 3 ++- gcc/cccp.c | 3 ++- gcc/cexp.y | 3 ++- gcc/collect2.c | 3 ++- gcc/combine.c | 3 ++- gcc/convert.c | 3 ++- gcc/integrate.c | 3 ++- 10 files changed, 19 insertions(+), 10 deletions(-) diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 166768dc29f..6b59e3779e6 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 bebeae7a907..7ee2eb229e0 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 67013e3d8ae..b2d4013773b 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 071a89e4b4e..40744e8b6c8 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. diff --git a/gcc/cccp.c b/gcc/cccp.c index 052a4ab5a06..724298d3db9 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -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 diff --git a/gcc/cexp.y b/gcc/cexp.y index 0e94036632a..1fb2f5d9f42 100644 --- a/gcc/cexp.y +++ b/gcc/cexp.y @@ -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 f69d56a78d6..0313f465a71 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 d24ef18328c..149b5495359 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 31ebb56ff30..a715c551341 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 b3a22a90a16..d38af9938e6 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.