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
This commit is contained in:
parent
fb0840fc1e
commit
0ea5865c17
@ -1,3 +1,11 @@
|
||||
2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* 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.
|
||||
|
||||
2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* c-ppoutput.c, var-tracking.c: Fix comment typos.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* Preprocess only, using cpplib.
|
||||
Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
||||
Free Software Foundation, Inc.
|
||||
Written by Per Bothner, 1994-95.
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* Control flow graph analysis code for GNU compiler.
|
||||
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||
1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* rtti.c: Update copyright.
|
||||
|
||||
2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
|
||||
|
||||
PR c++/14033
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* RunTime Type Identification
|
||||
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
||||
Free Software Foundation, Inc.
|
||||
Mostly written by Jason Merrill (jason@cygnus.com).
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* Various declarations for language-independent diagnostics subroutines.
|
||||
Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@c Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
@c Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
@c This is part of the GCC manual.
|
||||
@c For copying conditions, see the file gcc.texi.
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
@c 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
@c 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
@c This is part of the GCC manual.
|
||||
@c For copying conditions, see the file gcc.texi.
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* Print RTL for GCC.
|
||||
Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000, 2002, 2003
|
||||
Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999, 2000, 2002, 2003, 2004
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user