aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-26 13:24:45 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-26 13:24:45 -0700
commit75c6d5148be6cb2d0dce03d1086db8e0b1d913e8 (patch)
tree66e4e479a1331e39dca947b12df153eaf27dd8f2
parentd6a8bdff52a87fdbc48f8e5db746effef3f4cb49 (diff)
downloadgcc-75c6d5148be6cb2d0dce03d1086db8e0b1d913e8.zip
gcc-75c6d5148be6cb2d0dce03d1086db8e0b1d913e8.tar.gz
gcc-75c6d5148be6cb2d0dce03d1086db8e0b1d913e8.tar.bz2
Fix copyrights
From-SVN: r32186
-rw-r--r--gcc/config/fp-bit.c3
-rw-r--r--gcc/config/nextstep.c3
-rw-r--r--gcc/config/nextstep.h3
-rw-r--r--gcc/config/svr4.h3
4 files changed, 8 insertions, 4 deletions
diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c
index 4d894e7..ee3c91c 100644
--- a/gcc/config/fp-bit.c
+++ b/gcc/config/fp-bit.c
@@ -1,7 +1,8 @@
/* This is a software floating point library which can be used instead of
the floating point routines in libgcc1.c for targets without hardware
floating point.
- Copyright (C) 1994-1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996, 1997, 1998,
+ 2000 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/gcc/config/nextstep.c b/gcc/config/nextstep.c
index 47c2b7b..da5cb0b 100644
--- a/gcc/config/nextstep.c
+++ b/gcc/config/nextstep.c
@@ -1,5 +1,6 @@
/* Functions for generic NeXT as target machine for GNU C compiler.
- Copyright (C) 1989, 90-93, 96, 97, 98, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1996, 1997, 1998,
+ 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h
index 05d1bd4..e3ede74 100644
--- a/gcc/config/nextstep.h
+++ b/gcc/config/nextstep.h
@@ -1,6 +1,7 @@
/* Operating system specific defines to be used when targeting GCC
for NeXTSTEP.
- Copyright (C) 1989, 90-93, 1996, 1997, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1996, 1997,
+ 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h
index 23911d9..baa6840 100644
--- a/gcc/config/svr4.h
+++ b/gcc/config/svr4.h
@@ -1,6 +1,7 @@
/* Operating system specific defines to be used when targeting GCC for some
generic System V Release 4 system.
- Copyright (C) 1991, 94-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1994, 1995, 1996, 1997, 1998, 1999,
+ 2000 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
This file is part of GNU CC.