summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-11 00:12:38 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-11 00:12:38 +0000
commit1c68d99016032388bcbf1f0c54d8e7f1381347b3 (patch)
treedb9674f9f01c977003fa19cf960d455f4ad5b013 /gcc
parentd8c9779c3658ecb212f3fc8ec66b43028bab10db (diff)
downloadgcc-1c68d99016032388bcbf1f0c54d8e7f1381347b3.tar.gz
Update copyrights for last checkin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
-rw-r--r--gcc/c-lex.c2
-rw-r--r--gcc/ch/lex.c2
-rw-r--r--gcc/cp/lex.c2
-rw-r--r--gcc/optabs.c2
-rw-r--r--gcc/real.h2
-rw-r--r--gcc/resource.c2
-rw-r--r--gcc/stmt.c2
-rw-r--r--gcc/tree.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index f49b65fd659..e69f00b7eb0 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 905310d4f9a..8b77b5ee392 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 c48e1856e8e..5a5bc6db8db 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 237feb2418e..50ae51dad41 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 bb7c822ffd2..acaa9926096 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.
diff --git a/gcc/real.h b/gcc/real.h
index 478762f36c7..89a037b67ba 100644
--- a/gcc/real.h
+++ b/gcc/real.h
@@ -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 d89ff505e4a..e0e54428a03 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.
diff --git a/gcc/stmt.c b/gcc/stmt.c
index f0c46c4094f..d3929b01b5d 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -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.
diff --git a/gcc/tree.c b/gcc/tree.c
index d46bfa6b115..25ba4b85ad8 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -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.