summaryrefslogtreecommitdiff
path: root/gcc/ch
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-06 21:10:08 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-06 21:10:08 +0000
commit64ed3d739a3c65fef60756435b5a479dd463595e (patch)
treed958de8da7fcfc7876c0e7bc001206b3785e7816 /gcc/ch
parent36df36f9c6928e2938bd7dad21c447d99b3e900d (diff)
downloadgcc-64ed3d739a3c65fef60756435b5a479dd463595e.tar.gz
Fix copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24538 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r--gcc/ch/Make-lang.in2
-rw-r--r--gcc/ch/Makefile.in2
-rw-r--r--gcc/ch/actions.c2
-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-specs.h2
-rw-r--r--gcc/ch/lang.c2
-rw-r--r--gcc/ch/loop.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/timing.c2
-rw-r--r--gcc/ch/tree.c2
-rw-r--r--gcc/ch/typeck.c2
-rw-r--r--gcc/ch/xtypeck.c18
20 files changed, 37 insertions, 19 deletions
diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in
index a4011f3ad7f..b6d9f892523 100644
--- a/gcc/ch/Make-lang.in
+++ b/gcc/ch/Make-lang.in
@@ -1,5 +1,5 @@
# Top level Makefile fragment for GNU CHILL.
-# Copyright (C) 1994 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1998 Free Software Foundation, Inc.
#This file is part of GNU CC.
diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in
index 24ac23ba287..9278365c961 100644
--- a/gcc/ch/Makefile.in
+++ b/gcc/ch/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for GNU CHILL compiler.
-# Copyright (C) 1987, 88, 90, 91, 92, 93, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1987, 88, 90-94, 1998 Free Software Foundation, Inc.
#This file is part of GNU CC.
diff --git a/gcc/ch/actions.c b/gcc/ch/actions.c
index 6d636b7052a..326ae3d5ced 100644
--- a/gcc/ch/actions.c
+++ b/gcc/ch/actions.c
@@ -1,5 +1,5 @@
/* Implement actions for CHILL.
- Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
Authors: Per Bothner, Bill Cox, Michael Tiemann, Michael North
This file is part of GNU CC.
diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h
index e1c399bcdfb..5a709c3cb75 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, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/convert.c b/gcc/ch/convert.c
index 93d14374be5..77a0ffeab7a 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c
index bf2561f4219..406103c967c 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/except.c b/gcc/ch/except.c
index 0a911bd5e07..079a5e931b1 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c
index 0825ce6d595..09c222bda77 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/grant.c b/gcc/ch/grant.c
index ada788c57e7..8bbbcd7f0ae 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 94, 95, 1996, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/inout.c b/gcc/ch/inout.c
index c191c9160cb..86d6d1e5a0c 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/lang-specs.h b/gcc/ch/lang-specs.h
index b149af437bb..476bc348eaa 100644
--- a/gcc/ch/lang-specs.h
+++ b/gcc/ch/lang-specs.h
@@ -1,5 +1,5 @@
/* Definitions for specs for GNU CHILL.
- Copyright (C) 1995 Free Software Foundation, Inc..
+ Copyright (C) 1995, 1998 Free Software Foundation, Inc..
This file is part of GNU CC.
diff --git a/gcc/ch/lang.c b/gcc/ch/lang.c
index 86d649009c4..56a65fd1b33 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/loop.c b/gcc/ch/loop.c
index 88efaac5379..9e2736ab720 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/parse.c b/gcc/ch/parse.c
index bd9304cc6b5..e87dcf77336 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/satisfy.c b/gcc/ch/satisfy.c
index 634ee79241a..df5d78e4195 100644
--- a/gcc/ch/satisfy.c
+++ b/gcc/ch/satisfy.c
@@ -1,5 +1,5 @@
/* Name-satisfaction for GNU Chill compiler.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/tasking.c b/gcc/ch/tasking.c
index b3a1d2d31b8..f49e9f38b93 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/timing.c b/gcc/ch/timing.c
index aa0c7a6e079..c477fe00975 100644
--- a/gcc/ch/timing.c
+++ b/gcc/ch/timing.c
@@ -1,5 +1,5 @@
/* Implement timing-related actions for CHILL.
- Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/tree.c b/gcc/ch/tree.c
index 5b698874319..504593774af 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/typeck.c b/gcc/ch/typeck.c
index 102a30db8ed..54623654b23 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 Free Software Foundation, Inc.
+ Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/ch/xtypeck.c b/gcc/ch/xtypeck.c
index 2946b231029..f07797dc58e 100644
--- a/gcc/ch/xtypeck.c
+++ b/gcc/ch/xtypeck.c
@@ -1,3 +1,21 @@
+/* Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING. If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
#if 0
tree