summaryrefslogtreecommitdiff
path: root/gcc/convert.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 05:54:31 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-26 05:54:31 +0000
commitca628a86e01b1182bbaa0db7d8477b25ad52b328 (patch)
tree72c7edb3afba351ce840eb4c99d8b810af0ca6f0 /gcc/convert.c
parent0b387d23327ce63d1f865a1716b346e590061bcb (diff)
downloadgcc-ca628a86e01b1182bbaa0db7d8477b25ad52b328.tar.gz
Copyright fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/convert.c')
-rw-r--r--gcc/convert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/convert.c b/gcc/convert.c
index 31ebb56ff30..a715c551341 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -1,5 +1,6 @@
/* Utility routines for data type conversion for GNU C.
- Copyright (C) 1987, 88, 91-95, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997,
+ 1998 Free Software Foundation, Inc.
This file is part of GNU C.