aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 16:49:30 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 16:49:30 +0000
commit56bcf273a972f3dc115e1cf79c4060f547952a73 (patch)
tree31ef5ebf769d6a66f21965800056b6e309c13220 /gcc
parent957e47632b18edc2f802b74087e690185a8423c8 (diff)
downloadgcc-56bcf273a972f3dc115e1cf79c4060f547952a73.zip
gcc-56bcf273a972f3dc115e1cf79c4060f547952a73.tar.gz
gcc-56bcf273a972f3dc115e1cf79c4060f547952a73.tar.bz2
Update copyrights
From-SVN: r31464
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ch/actions.h2
-rw-r--r--gcc/ch/ch-tree.h2
-rw-r--r--gcc/ch/convert.c2
-rw-r--r--gcc/ch/decl.c2
-rw-r--r--gcc/ch/except.c2
-rw-r--r--gcc/ch/expr.c2
-rw-r--r--gcc/ch/grant.c2
-rw-r--r--gcc/ch/inout.c2
-rw-r--r--gcc/ch/lang.c2
-rw-r--r--gcc/ch/lex.h2
-rw-r--r--gcc/ch/loop.c2
-rw-r--r--gcc/ch/nloop.c2
-rw-r--r--gcc/ch/parse.c2
-rw-r--r--gcc/ch/satisfy.c2
-rw-r--r--gcc/ch/tasking.c2
-rw-r--r--gcc/ch/tree.c2
-rw-r--r--gcc/ch/typeck.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/gcc/ch/actions.h b/gcc/ch/actions.h
index f470398..071e072 100644
--- a/gcc/ch/actions.h
+++ b/gcc/ch/actions.h
@@ -1,5 +1,5 @@
/* Declarations for ch-actions.c.
- Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 94, 98, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h
index b5a56ae..a4cdc0e 100644
--- a/gcc/ch/ch-tree.h
+++ b/gcc/ch/ch-tree.h
@@ -1,5 +1,5 @@
/* Definitions for CHILL parsing and type checking.
- Copyright (C) 1992, 93, 94, 98, 1999 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/ch/convert.c b/gcc/ch/convert.c
index 7ad914b..80405da 100644
--- a/gcc/ch/convert.c
+++ b/gcc/ch/convert.c
@@ -1,5 +1,5 @@
/* Language-level data type conversion for GNU CHILL.
- 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/ch/decl.c b/gcc/ch/decl.c
index 6e1cf73..3ce4715c 100644
--- a/gcc/ch/decl.c
+++ b/gcc/ch/decl.c
@@ -1,5 +1,5 @@
/* Process declarations and variables for GNU CHILL compiler.
- Copyright (C) 1992, 93, 1994, 1998, 1999 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/ch/except.c b/gcc/ch/except.c
index 92a9425..fc3eb51 100644
--- a/gcc/ch/except.c
+++ b/gcc/ch/except.c
@@ -1,6 +1,6 @@
/* Exception support for GNU CHILL.
WARNING: Only works for native (needs setjmp.h)! FIXME!
- 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/ch/expr.c b/gcc/ch/expr.c
index 84a409a..01574ed 100644
--- a/gcc/ch/expr.c
+++ b/gcc/ch/expr.c
@@ -1,6 +1,6 @@
/* Convert language-specific tree expression to rtl instructions,
for GNU CHILL compiler.
- Copyright (C) 1992, 93, 1994, 1998, 1999 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/ch/grant.c b/gcc/ch/grant.c
index 4784ce6..4cbe7d4 100644
--- a/gcc/ch/grant.c
+++ b/gcc/ch/grant.c
@@ -1,5 +1,5 @@
/* Implement grant-file output & seize-file input for CHILL.
- Copyright (C) 1992, 93, 94, 95, 1996, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93-96, 98, 99, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/inout.c b/gcc/ch/inout.c
index ad5f971..5700da1 100644
--- a/gcc/ch/inout.c
+++ b/gcc/ch/inout.c
@@ -1,5 +1,5 @@
/* Implement I/O-related actions for CHILL.
- Copyright (C) 1992, 93, 1994, 1998, 1999 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/ch/lang.c b/gcc/ch/lang.c
index fdc7f4c..d2f21f1 100644
--- a/gcc/ch/lang.c
+++ b/gcc/ch/lang.c
@@ -1,5 +1,5 @@
/* Language-specific hook definitions for CHILL front end.
- 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/ch/lex.h b/gcc/ch/lex.h
index 466ba28..25bdf7d 100644
--- a/gcc/ch/lex.h
+++ b/gcc/ch/lex.h
@@ -1,5 +1,5 @@
/* Define constants for communication with the CHILL parser.
- Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 94, 95, 96, 99, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/loop.c b/gcc/ch/loop.c
index c23138a..c47528f 100644
--- a/gcc/ch/loop.c
+++ b/gcc/ch/loop.c
@@ -1,5 +1,5 @@
/* Implement looping actions for CHILL.
- 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/ch/nloop.c b/gcc/ch/nloop.c
index 0bd9352..dc71281 100644
--- a/gcc/ch/nloop.c
+++ b/gcc/ch/nloop.c
@@ -1,5 +1,5 @@
/* Implement looping actions for CHILL.
- Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 94, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/parse.c b/gcc/ch/parse.c
index a2cad5b..92ca55b 100644
--- a/gcc/ch/parse.c
+++ b/gcc/ch/parse.c
@@ -1,5 +1,5 @@
/* Parser for GNU CHILL (CCITT High-Level Language) -*- C -*-
- Copyright (C) 1992, 1993, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 98, 99, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/satisfy.c b/gcc/ch/satisfy.c
index 6e7e736..a52c9fd 100644
--- a/gcc/ch/satisfy.c
+++ b/gcc/ch/satisfy.c
@@ -1,5 +1,5 @@
/* Name-satisfaction for GNU Chill compiler.
- Copyright (C) 1993, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1993, 98, 99, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/tasking.c b/gcc/ch/tasking.c
index eb6465d..1a67e99 100644
--- a/gcc/ch/tasking.c
+++ b/gcc/ch/tasking.c
@@ -1,5 +1,5 @@
/* Implement tasking-related actions for CHILL.
- Copyright (C) 1992, 93, 1994, 1998, 1999 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/ch/tree.c b/gcc/ch/tree.c
index 17cbd8e..88fd5ff 100644
--- a/gcc/ch/tree.c
+++ b/gcc/ch/tree.c
@@ -1,5 +1,5 @@
/* Language-dependent node constructors for parse phase of GNU compiler.
- 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/ch/typeck.c b/gcc/ch/typeck.c
index fd91227..0116de3 100644
--- a/gcc/ch/typeck.c
+++ b/gcc/ch/typeck.c
@@ -1,5 +1,5 @@
/* Build expressions with type checking for CHILL compiler.
- Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.