aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-26 13:49:44 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-26 13:49:44 -0700
commitae1f640f588630f9118677516fccb5e622622341 (patch)
tree3f8de329decc4863db7a53850c09bbe7eaab63b6
parent9ddd9abd3021cb8f62173d00d321238bb6549cd3 (diff)
downloadgcc-ae1f640f588630f9118677516fccb5e622622341.zip
gcc-ae1f640f588630f9118677516fccb5e622622341.tar.gz
gcc-ae1f640f588630f9118677516fccb5e622622341.tar.bz2
Fix copyrights
From-SVN: r32191
-rw-r--r--gcc/config/c4x/c4x-protos.h3
-rw-r--r--gcc/config/c4x/c4x.c3
-rw-r--r--gcc/config/c4x/c4x.h3
-rw-r--r--gcc/config/c4x/c4x.md3
4 files changed, 8 insertions, 4 deletions
diff --git a/gcc/config/c4x/c4x-protos.h b/gcc/config/c4x/c4x-protos.h
index 8c5806b..5434039 100644
--- a/gcc/config/c4x/c4x-protos.h
+++ b/gcc/config/c4x/c4x-protos.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. TMS320C[34]x
- Copyright (C) 1994-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999
+ Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl).
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c
index 6090200..106b334 100644
--- a/gcc/config/c4x/c4x.c
+++ b/gcc/config/c4x/c4x.c
@@ -1,5 +1,6 @@
/* Subroutines for assembler code output on the TMS320C[34]x
- Copyright (C) 1994-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl).
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h
index 27abc4b..6d54c6e 100644
--- a/gcc/config/c4x/c4x.h
+++ b/gcc/config/c4x/c4x.h
@@ -1,5 +1,6 @@
/* Definitions of target machine for GNU compiler. TMS320C[34]x
- Copyright (C) 1994-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl).
diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md
index 27173c3..9d58f32 100644
--- a/gcc/config/c4x/c4x.md
+++ b/gcc/config/c4x/c4x.md
@@ -1,5 +1,6 @@
;; Machine description for the TMS320C[34]x for GNU C compiler
-;; Copyright (C) 1994-99, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 1996, 1997, 1998,
+;; 1999, 2000 Free Software Foundation, Inc.
;; Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
;; and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl)