diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 20:46:13 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 20:46:13 +0000 |
| commit | 6d2bbb9f2ce27d382576bdc58416a73403d020fe (patch) | |
| tree | 679a26af12d4dfffb8e30466b8b6188149e0fa9a | |
| parent | d78d72e3f4157b056408080ca829baa5d7b7d67f (diff) | |
| download | ppe42-gcc-6d2bbb9f2ce27d382576bdc58416a73403d020fe.tar.gz ppe42-gcc-6d2bbb9f2ce27d382576bdc58416a73403d020fe.zip | |
Fix copyrights.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32190 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/config/alpha/alpha.c | 3 | ||||
| -rw-r--r-- | gcc/config/alpha/alpha.h | 3 | ||||
| -rw-r--r-- | gcc/config/alpha/alpha.md | 3 | ||||
| -rw-r--r-- | gcc/config/alpha/elf.h | 2 | ||||
| -rw-r--r-- | gcc/config/alpha/xm-alpha.h | 3 |
5 files changed, 9 insertions, 5 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 8ef62c8d8ce..17a55a940e3 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -1,5 +1,6 @@ /* Subroutines used for code generation on the DEC Alpha. - Copyright (C) 1992, 93-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GNU CC. diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 993372b3345..40717ac9549 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha. - Copyright (C) 1992, 93-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, + 2000 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GNU CC. diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index b9b38bc3586..129352f6bfb 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1,5 +1,6 @@ ;; Machine description for DEC Alpha for GNU C compiler -;; Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +;; 2000 Free Software Foundation, Inc. ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) ;; This file is part of GNU CC. diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 20a694a31c4..227c386278d 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha w/ELF. - Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu). This file is part of GNU CC. diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 91e2edee9ad..57ebeb11469 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -1,5 +1,6 @@ /* Configuration for GNU C-compiler for DEC Alpha. - Copyright (C) 1990, 92, 93, 94, 95, 1998 Free Software Foundation, Inc. + Copyright (C) 1990, 1992, 1993, 1994, 1995, 1998 + Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu). This file is part of GNU CC. |

