diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 21:05:38 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 21:05:38 +0000 |
commit | a139c1c8f9ae2004e74d9ad4c84cbb63a43b386d (patch) | |
tree | 81ef0dac3a7c3b5f7479b62c15c1f2fbd71b15b8 /gcc | |
parent | 45272a5b4ebe9ceb73db7083dbe3ca01d5c6ac29 (diff) | |
download | gcc-a139c1c8f9ae2004e74d9ad4c84cbb63a43b386d.tar.gz |
Fix copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32195 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i370/i370.c | 3 | ||||
-rw-r--r-- | gcc/config/i370/i370.h | 3 | ||||
-rw-r--r-- | gcc/config/i370/i370.md | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/gcc/config/i370/i370.c b/gcc/config/i370/i370.c index 9d4eb3d4e17..1e07775247c 100644 --- a/gcc/config/i370/i370.c +++ b/gcc/config/i370/i370.c @@ -1,5 +1,6 @@ /* Subroutines for insn-output.c for System/370. - Copyright (C) 1989, 93, 95, 97-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1995, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Jan Stein (jan@cd.chalmers.se). Modified for OS/390 LanguageEnvironment C by Dave Pitts (dpitts@cozx.com) Hacked for Linux-ELF/390 by Linas Vepstas (linas@linas.org) diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index 42b00d0afcb..8ff7a6c96e1 100644 --- a/gcc/config/i370/i370.h +++ b/gcc/config/i370/i370.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. System/370 version. - Copyright (C) 1989, 93, 95-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Jan Stein (jan@cd.chalmers.se). Modified for OS/390 LanguageEnvironment C by Dave Pitts (dpitts@cozx.com) Hacked for Linux-ELF/390 by Linas Vepstas (linas@linas.org) diff --git a/gcc/config/i370/i370.md b/gcc/config/i370/i370.md index 20452ac12cc..c3a3a981a4c 100644 --- a/gcc/config/i370/i370.md +++ b/gcc/config/i370/i370.md @@ -1,5 +1,6 @@ ;;- Machine description for GNU compiler -- System/370 version. -;; Copyright (C) 1989, 93, 94, 95, 97-99, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1993, 1994, 1995, 1997, 1998, 1999, 2000 +;; Free Software Foundation, Inc. ;; Contributed by Jan Stein (jan@cd.chalmers.se). ;; Modified for OS/390 LanguageEnvironment C by Dave Pitts (dpitts@cozx.com) ;; Lots of Bug Fixes & Enhancements by Linas Vepstas (linas@linas.org) |