diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-07 14:14:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-07 14:14:54 +0000 |
commit | 0ea5865c17469625fcd91d2dcecf5dec6fe4ce10 (patch) | |
tree | d7967a0ae7458ae0c3373dcd1f2290a35cefdf25 /gcc/config | |
parent | fb0840fc1ef17181582c3ca7ac96115d45eddfae (diff) | |
download | gcc-0ea5865c17469625fcd91d2dcecf5dec6fe4ce10.zip gcc-0ea5865c17469625fcd91d2dcecf5dec6fe4ce10.tar.gz gcc-0ea5865c17469625fcd91d2dcecf5dec6fe4ce10.tar.bz2 |
c-ppoutput.c, [...]: Update copyright.
gcc/
* c-ppoutput.c, cfganal.c, diagnostic.h, print-rtl.c,
config/darwin.c, config/darwin.h, config/ia64/ia64-c.c,
config/m32r/linux.h, config/rs6000/ppc64-fp.c,
config/sparc/openbsd.h, doc/makefile.texi, doc/passes.texi:
Update copyright.
cp/
* rtti.c: Update copyright.
From-SVN: r77449
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/darwin.c | 2 | ||||
-rw-r--r-- | gcc/config/darwin.h | 2 | ||||
-rw-r--r-- | gcc/config/ia64/ia64-c.c | 2 | ||||
-rw-r--r-- | gcc/config/m32r/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/ppc64-fp.c | 2 | ||||
-rw-r--r-- | gcc/config/sparc/openbsd.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 1e07a0f..a2a3f57 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1,5 +1,5 @@ /* Functions for generic Darwin as target machine for GNU C compiler. - Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003 + Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Apple Computer Inc. diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index f15eaae..8d80b77 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -1,5 +1,5 @@ /* Target definitions for Darwin (Mac OS X) systems. - Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003 + Copyright (C) 1989, 1990, 1991, 1992, 1993, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Apple Computer Inc. diff --git a/gcc/config/ia64/ia64-c.c b/gcc/config/ia64/ia64-c.c index b1e617b..eaa8583 100644 --- a/gcc/config/ia64/ia64-c.c +++ b/gcc/config/ia64/ia64-c.c @@ -1,5 +1,5 @@ /* Definitions of C specific functions for GNU compiler. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. Contributed by Steve Ellcey <sje@cup.hp.com> This file is part of GCC. diff --git a/gcc/config/m32r/linux.h b/gcc/config/m32r/linux.h index b36719d..bc9e61b 100644 --- a/gcc/config/m32r/linux.h +++ b/gcc/config/m32r/linux.h @@ -1,5 +1,5 @@ /* Definitions for Renesas M32R running Linux-based GNU systems using ELF. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/ppc64-fp.c b/gcc/config/rs6000/ppc64-fp.c index c736d9a..c2dda75 100644 --- a/gcc/config/rs6000/ppc64-fp.c +++ b/gcc/config/rs6000/ppc64-fp.c @@ -2,7 +2,7 @@ libgcc2.c with macros expanded to force the use of specific types. Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/openbsd.h b/gcc/config/sparc/openbsd.h index 6bd683a..9d23a92 100644 --- a/gcc/config/sparc/openbsd.h +++ b/gcc/config/sparc/openbsd.h @@ -1,5 +1,5 @@ /* Configuration file for sparc OpenBSD target. - Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. |