This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Update copyright.


Hi,

Committed as obvious.

Kazu Hirata

gcc/
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.

cp/
2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>

	* rtti.c: Update copyright.

Index: c-ppoutput.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/c-ppoutput.c,v
retrieving revision 1.12
diff -u -r1.12 c-ppoutput.c
--- c-ppoutput.c	5 Feb 2004 06:52:26 -0000	1.12
+++ c-ppoutput.c	7 Feb 2004 13:39:27 -0000
@@ -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.
 
Index: cfganal.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/cfganal.c,v
retrieving revision 1.40
diff -u -r1.40 cfganal.c
--- cfganal.c	6 Feb 2004 18:31:33 -0000	1.40
+++ cfganal.c	7 Feb 2004 13:39:27 -0000
@@ -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.
 
Index: diagnostic.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/diagnostic.h,v
retrieving revision 1.67
diff -u -r1.67 diagnostic.h
--- diagnostic.h	5 Feb 2004 20:44:49 -0000	1.67
+++ diagnostic.h	7 Feb 2004 13:39:27 -0000
@@ -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.
Index: print-rtl.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/print-rtl.c,v
retrieving revision 1.105
diff -u -r1.105 print-rtl.c
--- print-rtl.c	6 Feb 2004 20:03:42 -0000	1.105
+++ print-rtl.c	7 Feb 2004 13:39:27 -0000
@@ -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.
Index: config/darwin.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/darwin.c,v
retrieving revision 1.56
diff -u -r1.56 darwin.c
--- config/darwin.c	4 Feb 2004 20:00:52 -0000	1.56
+++ config/darwin.c	7 Feb 2004 13:39:28 -0000
@@ -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.
 
Index: config/darwin.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/darwin.h,v
retrieving revision 1.66
diff -u -r1.66 darwin.h
--- config/darwin.h	4 Feb 2004 20:00:52 -0000	1.66
+++ config/darwin.h	7 Feb 2004 13:39:28 -0000
@@ -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.
 
Index: config/ia64/ia64-c.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/ia64/ia64-c.c,v
retrieving revision 1.6
diff -u -r1.6 ia64-c.c
--- config/ia64/ia64-c.c	4 Feb 2004 20:00:56 -0000	1.6
+++ config/ia64/ia64-c.c	7 Feb 2004 13:39:28 -0000
@@ -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.
Index: config/m32r/linux.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/m32r/linux.h,v
retrieving revision 1.2
diff -u -r1.2 linux.h
--- config/m32r/linux.h	4 Feb 2004 20:00:59 -0000	1.2
+++ config/m32r/linux.h	7 Feb 2004 13:39:28 -0000
@@ -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.
 
Index: config/rs6000/ppc64-fp.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/rs6000/ppc64-fp.c,v
retrieving revision 1.3
diff -u -r1.3 ppc64-fp.c
--- config/rs6000/ppc64-fp.c	7 Feb 2004 03:06:46 -0000	1.3
+++ config/rs6000/ppc64-fp.c	7 Feb 2004 13:39:28 -0000
@@ -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.
 
Index: config/sparc/openbsd.h
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/config/sparc/openbsd.h,v
retrieving revision 1.13
diff -u -r1.13 openbsd.h
--- config/sparc/openbsd.h	4 Feb 2004 20:01:04 -0000	1.13
+++ config/sparc/openbsd.h	7 Feb 2004 13:39:28 -0000
@@ -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.
 
Index: cp/rtti.c
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/cp/rtti.c,v
retrieving revision 1.177
diff -u -r1.177 rtti.c
--- cp/rtti.c	5 Feb 2004 01:58:10 -0000	1.177
+++ cp/rtti.c	7 Feb 2004 13:39:28 -0000
@@ -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).
 
Index: doc/makefile.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/makefile.texi,v
retrieving revision 1.8
diff -u -r1.8 makefile.texi
--- doc/makefile.texi	6 Feb 2004 01:14:32 -0000	1.8
+++ doc/makefile.texi	7 Feb 2004 13:39:28 -0000
@@ -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.
 
Index: doc/passes.texi
===================================================================
RCS file: /home/kazu/nobackup/gcc-cvs/gcc/gcc/doc/passes.texi,v
retrieving revision 1.30
diff -u -r1.30 passes.texi
--- doc/passes.texi	6 Feb 2004 20:03:45 -0000	1.30
+++ doc/passes.texi	7 Feb 2004 13:39:28 -0000
@@ -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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]