From ad83f53748791ce72b2e0a8e53d40639200d91b3 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 6 Jan 1999 12:48:38 -0700 Subject: [PATCH] Fix copyrights. From-SVN: r24529 --- gcc/c-common.c | 2 +- gcc/c-parse.in | 2 +- gcc/expr.h | 2 +- gcc/gansidecl.h | 2 +- gcc/genrecog.c | 2 +- gcc/invoke.texi | 2 +- gcc/loop.c | 2 +- gcc/mips-tdump.c | 2 +- gcc/mips-tfile.c | 2 +- gcc/optabs.c | 2 +- gcc/unroll.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gcc/c-common.c b/gcc/c-common.c index 008663e6e2d..46e427f24a9 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1,5 +1,5 @@ /* Subroutines shared by all languages that are variants of C. - Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 5536e64bf32..9aac25694a4 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1,5 +1,5 @@ /* YACC parser for C syntax and for Objective C. -*-c-*- - Copyright (C) 1987, 88, 89, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/expr.h b/gcc/expr.h index c6740c296aa..cc2fb3079e2 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 1987, 91-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 91-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/gansidecl.h b/gcc/gansidecl.h index ce9cda320ea..da6817ae598 100644 --- a/gcc/gansidecl.h +++ b/gcc/gansidecl.h @@ -1,5 +1,5 @@ /* ANSI and traditional C compatibility macros. - Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 285542de923..8d9871de1d5 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -1,5 +1,5 @@ /* Generate code from machine description to recognize rtl as insns. - Copyright (C) 1987, 88, 92, 93, 94, 95, 97, 98 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92, 93, 94, 95, 97, 98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index cdf1a3b90d2..52291d31f2d 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988,89,92,93,94,95,96,97,1998 Free Software Foundation, Inc. +@c Copyright (C) 1988,89,92,93,94,95,96,97,98,1999 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/loop.c b/gcc/loop.c index fea8287b7e2..c3e20b7cccc 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -1,5 +1,5 @@ /* Perform various loop optimizations, including strength reduction. - Copyright (C) 1987, 88, 89, 91-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 91-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index 5877c56b7c8..1f9c0452700 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -1,5 +1,5 @@ /* Read and manage MIPS symbol tables from object modules. - Copyright (C) 1991, 1994, 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999 Free Software Foundation, Inc. Contributed by hartzell@boulder.colorado.edu, Rewritten by meissner@osf.org. diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index eb47bc61714..95683f34eec 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -2,7 +2,7 @@ contain debugging information specified by the GNU compiler in the form of comments (the mips assembler does not support assembly access to debug information). - Copyright (C) 1991, 93, 94, 95, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1991, 93-95, 97, 98, 1999 Free Software Foundation, Inc. Contributed by Michael Meissner (meissner@cygnus.com). This file is part of GNU CC. diff --git a/gcc/optabs.c b/gcc/optabs.c index 0d300530565..7c53589d77a 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -1,5 +1,5 @@ /* Expand the basic unary and binary arithmetic operations, for GNU compiler. - Copyright (C) 1987, 88, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/unroll.c b/gcc/unroll.c index 8586e1deb39..d36fba5555c 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -1,5 +1,5 @@ /* Try to unroll loops, and split induction variables. - Copyright (C) 1992, 93, 94, 95, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 93, 94, 95, 97, 98, 1999 Free Software Foundation, Inc. Contributed by James E. Wilson, Cygnus Support/UC Berkeley. This file is part of GNU CC. -- 2.30.2