diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-11 00:12:38 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-01-11 00:12:38 +0000 |
commit | b87c6d55b0f9208117b1157d016e992915632007 (patch) | |
tree | db9674f9f01c977003fa19cf960d455f4ad5b013 /gcc | |
parent | 7bdb32b97ef4687f7cbaad717130a78aa2a86a2b (diff) | |
download | gcc-b87c6d55b0f9208117b1157d016e992915632007.zip gcc-b87c6d55b0f9208117b1157d016e992915632007.tar.gz gcc-b87c6d55b0f9208117b1157d016e992915632007.tar.bz2 |
Update copyrights for last checkin.
From-SVN: r31309
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 | ||||
-rw-r--r-- | gcc/c-lex.c | 2 | ||||
-rw-r--r-- | gcc/ch/lex.c | 2 | ||||
-rw-r--r-- | gcc/cp/lex.c | 2 | ||||
-rw-r--r-- | gcc/optabs.c | 2 | ||||
-rw-r--r-- | gcc/real.h | 2 | ||||
-rw-r--r-- | gcc/resource.c | 2 | ||||
-rw-r--r-- | gcc/stmt.c | 2 | ||||
-rw-r--r-- | gcc/tree.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index f49b65f..e69f00b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU C compiler. -# Copyright (C) 1987, 88, 90-98, 1999 Free Software Foundation, Inc. +# Copyright (C) 1987, 88, 90-99, 2000 Free Software Foundation, Inc. #This file is part of GNU CC. diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 905310d..8b77b5e 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1,5 +1,5 @@ /* Lexical analyzer for C and Objective C. - Copyright (C) 1987, 88, 89, 92, 94-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92, 94-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/ch/lex.c b/gcc/ch/lex.c index c48e185..5a5bc6d 100644 --- a/gcc/ch/lex.c +++ b/gcc/ch/lex.c @@ -1,5 +1,5 @@ /* Lexical analyzer for GNU CHILL. -*- C -*- - Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 237feb2..50ae51d 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -1,5 +1,5 @@ /* Separate lexical analyzer for GNU C++. - Copyright (C) 1987, 89, 92-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 89, 92-99, 2000 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GNU CC. diff --git a/gcc/optabs.c b/gcc/optabs.c index bb7c822..acaa992 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-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -1,5 +1,5 @@ /* Definitions of floating-point access for GNU compiler. - Copyright (C) 1989, 91, 94, 96-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1989, 91, 94, 96-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/resource.c b/gcc/resource.c index d89ff50..e0e5442 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -1,5 +1,5 @@ /* Definitions for computing resource usage of specific insns. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -1,5 +1,5 @@ /* Expands front end tree to back end RTL for GNU C-Compiler - Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -1,5 +1,5 @@ /* Language-independent node constructors for parse phase of GNU compiler. - Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. |