aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-17 16:49:30 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-17 16:49:30 +0000
commitda5633f925261722d527f10e6e1965165f219b30 (patch)
tree31ef5ebf769d6a66f21965800056b6e309c13220
parent99c683ffc96bf530bba98bae17d55694932eb65d (diff)
Update copyrights
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31464 138bc75d-0d04-0410-961f-82ee72b054a4
-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 f47039856c0..071e07289fc 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 b5a56aeb8b9..a4cdc0e9153 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 7ad914b9f33..80405dab841 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 6e1cf730aac..3ce4715c326 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 92a94258022..fc3eb51f21f 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 84a409af4b3..01574ed8531 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 4784ce6dc00..4cbe7d4ce98 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 ad5f971f298..5700da1e369 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 fdc7f4ca2a3..d2f21f1ee42 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 466ba285db6..25bdf7d0e89 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 c23138ad0ee..c47528f3030 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 0bd935200eb..dc712813d23 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 a2cad5ba788..92ca55bb97f 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 6e7e7363f38..a52c9fd0c62 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 eb6465dbeea..1a67e99d41a 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 17cbd8ef52d..88fd5ffd2d5 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 fd91227a0f0..0116de30e37 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.