public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Update copyright.
@ 2004-02-04 19:16 Kazu Hirata
  2004-02-21 13:45 ` Kazu Hirata
  0 siblings, 1 reply; 4+ messages in thread
From: Kazu Hirata @ 2004-02-04 19:16 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious.

Kazu Hirata

gcc/
2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>

	* alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
	caller-save.c, df.h, genconfig.c, global.c, lcm.c,
	ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
	sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
	config/arm/fpa.md, config/arm/iwmmxt.md,
	config/arm/netbsd-elf.h, config/arm/netbsd.h,
	config/m68hc11/m68hc11.md, config/mips/iris5.h,
	config/mn10300/mn10300.md, config/rs6000/altivec.md,
	config/sparc/netbsd-elf.h: Update copyright.

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

	* error.c, search.c: Update copyright.

java/
2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>

	* typeck.c: Update copyright.

Index: alloc-pool.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/alloc-pool.h,v
retrieving revision 1.4
diff -u -r1.4 alloc-pool.h
--- alloc-pool.h	30 Jan 2004 11:36:05 -0000	1.4
+++ alloc-pool.h	4 Feb 2004 19:11:11 -0000
@@ -1,5 +1,5 @@
 /* Functions to support a pool of allocatable objects
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dan@cgsoftware.com>
 
Index: c-convert.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-convert.c,v
retrieving revision 1.19
diff -u -r1.19 c-convert.c
--- c-convert.c	3 Feb 2004 11:22:38 -0000	1.19
+++ c-convert.c	4 Feb 2004 19:11:11 -0000
@@ -1,5 +1,5 @@
 /* Language-level data type conversion for GNU C.
-   Copyright (C) 1987, 1988, 1991, 1998, 2002, 2003
+   Copyright (C) 1987, 1988, 1991, 1998, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: c-lang.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-lang.c,v
retrieving revision 1.120
diff -u -r1.120 c-lang.c
--- c-lang.c	3 Feb 2004 11:22:38 -0000	1.120
+++ c-lang.c	4 Feb 2004 19:11:11 -0000
@@ -1,6 +1,6 @@
 /* Language-specific hook definitions for C front end.
    Copyright (C) 1991, 1995, 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: c-tree.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-tree.h,v
retrieving revision 1.137
diff -u -r1.137 c-tree.h
--- c-tree.h	3 Feb 2004 11:22:38 -0000	1.137
+++ c-tree.h	4 Feb 2004 19:11:11 -0000
@@ -1,6 +1,6 @@
 /* Definitions for C parsing and type checking.
    Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: caller-save.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/caller-save.c,v
retrieving revision 1.61
diff -u -r1.61 caller-save.c
--- caller-save.c	2 Feb 2004 00:17:08 -0000	1.61
+++ caller-save.c	4 Feb 2004 19:11:12 -0000
@@ -1,6 +1,6 @@
 /* Save and restore call-clobbered registers which are live across a call.
    Copyright (C) 1989, 1992, 1994, 1995, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: df.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/df.h,v
retrieving revision 1.21
diff -u -r1.21 df.h
--- df.h	31 Jan 2004 17:47:43 -0000	1.21
+++ df.h	4 Feb 2004 19:11:12 -0000
@@ -1,6 +1,6 @@
 /* Form lists of pseudo register references for autoinc optimization
    for GNU compiler.  This is part of flow optimization.
-   Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
 
 This file is part of GCC.
Index: genconfig.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/genconfig.c,v
retrieving revision 1.51
diff -u -r1.51 genconfig.c
--- genconfig.c	30 Jan 2004 23:39:01 -0000	1.51
+++ genconfig.c	4 Feb 2004 19:11:12 -0000
@@ -1,6 +1,6 @@
 /* Generate from machine description:
    - some #define configuration flags.
-   Copyright (C) 1987, 1991, 1997, 1998, 1999, 2000, 2003
+   Copyright (C) 1987, 1991, 1997, 1998, 1999, 2000, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: global.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/global.c,v
retrieving revision 1.99
diff -u -r1.99 global.c
--- global.c	2 Feb 2004 00:17:16 -0000	1.99
+++ global.c	4 Feb 2004 19:11:13 -0000
@@ -1,6 +1,6 @@
 /* Allocate registers for pseudo-registers that span basic blocks.
    Copyright (C) 1987, 1988, 1991, 1994, 1996, 1997, 1998,
-   1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: lcm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/lcm.c,v
retrieving revision 1.59
diff -u -r1.59 lcm.c
--- lcm.c	2 Feb 2004 00:17:16 -0000	1.59
+++ lcm.c	4 Feb 2004 19:11:14 -0000
@@ -1,5 +1,5 @@
 /* Generic partial redundancy elimination with lazy code motion support.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: ra-rewrite.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ra-rewrite.c,v
retrieving revision 1.17
diff -u -r1.17 ra-rewrite.c
--- ra-rewrite.c	2 Feb 2004 00:17:17 -0000	1.17
+++ ra-rewrite.c	4 Feb 2004 19:11:15 -0000
@@ -1,5 +1,5 @@
 /* Graph coloring register allocator
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Matz <matz@suse.de>
    and Daniel Berlin <dan@cgsoftware.com>.
 
Index: ra.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ra.c,v
retrieving revision 1.13
diff -u -r1.13 ra.c
--- ra.c	2 Feb 2004 00:17:17 -0000	1.13
+++ ra.c	4 Feb 2004 19:11:15 -0000
@@ -1,5 +1,5 @@
 /* Graph coloring register allocator
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Matz <matz@suse.de>
    and Daniel Berlin <dan@cgsoftware.com>.
 
Index: regclass.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/regclass.c,v
retrieving revision 1.184
diff -u -r1.184 regclass.c
--- regclass.c	2 Feb 2004 00:17:17 -0000	1.184
+++ regclass.c	4 Feb 2004 19:11:17 -0000
@@ -1,6 +1,7 @@
 /* Compute register class preferences for pseudo-registers.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
-   1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: regs.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/regs.h,v
retrieving revision 1.32
diff -u -r1.32 regs.h
--- regs.h	2 Feb 2004 00:17:17 -0000	1.32
+++ regs.h	4 Feb 2004 19:11:17 -0000
@@ -1,6 +1,6 @@
 /* Define per-register tables for data flow info and register allocation.
    Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: resource.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/resource.c,v
retrieving revision 1.67
diff -u -r1.67 resource.c
--- resource.c	2 Feb 2004 00:17:18 -0000	1.67
+++ resource.c	4 Feb 2004 19:11:17 -0000
@@ -1,5 +1,5 @@
 /* Definitions for computing resource usage of specific insns.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: sched-rgn.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/sched-rgn.c,v
retrieving revision 1.69
diff -u -r1.69 sched-rgn.c
--- sched-rgn.c	2 Feb 2004 00:17:18 -0000	1.69
+++ sched-rgn.c	4 Feb 2004 19:11:18 -0000
@@ -1,6 +1,6 @@
 /* Instruction scheduling pass.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
    and currently maintained by, Jim Wilson (wilson@cygnus.com)
 
Index: config/arm/aof.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/aof.h,v
retrieving revision 1.30
diff -u -r1.30 aof.h
--- config/arm/aof.h	3 Feb 2004 14:44:10 -0000	1.30
+++ config/arm/aof.h	4 Feb 2004 19:11:19 -0000
@@ -1,6 +1,7 @@
 /* Definitions of target machine for GNU compiler, for Advanced RISC Machines
    ARM compilation, AOF Assembler.
-   Copyright (C) 1995, 1996, 1997, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 2000, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Richard Earnshaw (rearnsha@armltd.co.uk)
 
    This file is part of GCC.
Index: config/arm/cirrus.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/cirrus.md,v
retrieving revision 1.6
diff -u -r1.6 cirrus.md
--- config/arm/cirrus.md	3 Feb 2004 14:44:10 -0000	1.6
+++ config/arm/cirrus.md	4 Feb 2004 19:11:20 -0000
@@ -1,5 +1,5 @@
 ;; Cirrus EP9312 "Maverick" ARM floating point co-processor description.
-;; Copyright (C) 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 ;; Contributed by Red Hat.
 ;; Written by Aldy Hernandez (aldyh@redhat.com)
 
Index: config/arm/fpa.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/fpa.md,v
retrieving revision 1.3
diff -u -r1.3 fpa.md
--- config/arm/fpa.md	3 Feb 2004 14:44:11 -0000	1.3
+++ config/arm/fpa.md	4 Feb 2004 19:11:20 -0000
@@ -1,6 +1,6 @@
 ;;- Machine description for FPA co-processor for ARM cpus.
 ;;  Copyright 1991, 1993, 1994, 1995, 1996, 1996, 1997, 1998, 1999, 2000,
-;;  2001, 2002, 2003  Free Software Foundation, Inc.
+;;  2001, 2002, 2003, 2004  Free Software Foundation, Inc.
 ;;  Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
 ;;  and Martin Simmons (@harleqn.co.uk).
 ;;  More major hacks by Richard Earnshaw (rearnsha@arm.com).
Index: config/arm/iwmmxt.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/iwmmxt.md,v
retrieving revision 1.4
diff -u -r1.4 iwmmxt.md
--- config/arm/iwmmxt.md	3 Feb 2004 14:44:11 -0000	1.4
+++ config/arm/iwmmxt.md	4 Feb 2004 19:11:20 -0000
@@ -1,5 +1,5 @@
 ;; Patterns for the Intel Wireless MMX technology architecture.
-;; Copyright (C) 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 ;; Contributed by Red Hat.
 
 ;; This file is part of GCC.
Index: config/arm/netbsd-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/netbsd-elf.h,v
retrieving revision 1.7
diff -u -r1.7 netbsd-elf.h
--- config/arm/netbsd-elf.h	3 Feb 2004 14:44:11 -0000	1.7
+++ config/arm/netbsd-elf.h	4 Feb 2004 19:11:20 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, NetBSD/arm ELF version.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
    This file is part of GCC.
Index: config/arm/netbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/netbsd.h,v
retrieving revision 1.27
diff -u -r1.27 netbsd.h
--- config/arm/netbsd.h	1 Feb 2004 21:21:32 -0000	1.27
+++ config/arm/netbsd.h	4 Feb 2004 19:11:21 -0000
@@ -1,5 +1,6 @@
 /* NetBSD/arm a.out version.
-   Copyright (C) 1993, 1994, 1997, 1998, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1997, 1998, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Mark Brinicombe (amb@physig.ph.kcl.ac.uk)
 
    This file is part of GCC.
Index: config/m68hc11/m68hc11.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68hc11/m68hc11.md,v
retrieving revision 1.55
diff -u -r1.55 m68hc11.md
--- config/m68hc11/m68hc11.md	1 Feb 2004 21:21:39 -0000	1.55
+++ config/m68hc11/m68hc11.md	4 Feb 2004 19:11:22 -0000
@@ -1,5 +1,6 @@
 ;;- Machine description file for Motorola 68HC11 and 68HC12.
-;;- Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+;;- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+;;- Free Software Foundation, Inc.
 ;;- Contributed by Stephane Carrez (stcarrez@nerim.fr)
 
 ;; This file is part of GCC.
Index: config/mips/iris5.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/iris5.h,v
retrieving revision 1.25
diff -u -r1.25 iris5.h
--- config/mips/iris5.h	3 Feb 2004 22:38:27 -0000	1.25
+++ config/mips/iris5.h	4 Feb 2004 19:11:23 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  IRIX version 5.
    Copyright (C) 1993, 1995, 1996, 1998, 2000,
-   2001, 2002, 2003 Free Software Foundation, Inc.
+   2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/mn10300/mn10300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mn10300/mn10300.md,v
retrieving revision 1.53
diff -u -r1.53 mn10300.md
--- config/mn10300/mn10300.md	3 Feb 2004 06:43:52 -0000	1.53
+++ config/mn10300/mn10300.md	4 Feb 2004 19:11:23 -0000
@@ -1,5 +1,5 @@
 ;; GCC machine description for Matsushita MN10300
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 ;; Free Software Foundation, Inc.
 ;; Contributed by Jeff Law (law@cygnus.com).
 
Index: config/rs6000/altivec.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/altivec.md,v
retrieving revision 1.13
diff -u -r1.13 altivec.md
--- config/rs6000/altivec.md	3 Feb 2004 06:43:55 -0000	1.13
+++ config/rs6000/altivec.md	4 Feb 2004 19:11:24 -0000
@@ -1,5 +1,5 @@
 ;; AltiVec patterns.
-;; Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 ;; Contributed by Aldy Hernandez (aldy@quesejoda.com)
 
 ;; This file is part of GCC.
Index: config/sparc/netbsd-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/netbsd-elf.h,v
retrieving revision 1.20
diff -u -r1.20 netbsd-elf.h
--- config/sparc/netbsd-elf.h	3 Feb 2004 12:36:22 -0000	1.20
+++ config/sparc/netbsd-elf.h	4 Feb 2004 19:11:24 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GCC, for ELF on NetBSD/sparc
    and NetBSD/sparc64.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Matthew Green (mrg@eterna.com.au).
 
 This file is part of GCC.
Index: cp/error.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/error.c,v
retrieving revision 1.242
diff -u -r1.242 error.c
--- cp/error.c	31 Jan 2004 17:58:50 -0000	1.242
+++ cp/error.c	4 Feb 2004 19:11:25 -0000
@@ -1,7 +1,7 @@
 /* Call-backs for C++ error reporting.
    This code is non-reentrant.
    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002,
-   2003 Free Software Foundation, Inc.
+   2003, 2004 Free Software Foundation, Inc.
    This file is part of GCC.
 
 GCC is free software; you can redistribute it and/or modify
Index: cp/search.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/search.c,v
retrieving revision 1.285
diff -u -r1.285 search.c
--- cp/search.c	31 Jan 2004 17:58:53 -0000	1.285
+++ cp/search.c	4 Feb 2004 19:11:26 -0000
@@ -1,7 +1,7 @@
 /* Breadth-first and depth-first routines for
    searching multiple-inheritance lattice for GNU C++.
    Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
Index: java/typeck.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/typeck.c,v
retrieving revision 1.60
diff -u -r1.60 typeck.c
--- java/typeck.c	17 Jan 2004 01:57:09 -0000	1.60
+++ java/typeck.c	4 Feb 2004 19:11:27 -0000
@@ -1,5 +1,5 @@
 /* Handle types for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [patch] Update copyright.
  2004-02-04 19:16 [patch] Update copyright Kazu Hirata
@ 2004-02-21 13:45 ` Kazu Hirata
  0 siblings, 0 replies; 4+ messages in thread
From: Kazu Hirata @ 2004-02-21 13:45 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious.

Kazu Hirata

gcc/
2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>

	* alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
	caller-save.c, df.h, genconfig.c, global.c, lcm.c,
	ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
	sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
	config/arm/fpa.md, config/arm/iwmmxt.md,
	config/arm/netbsd-elf.h, config/arm/netbsd.h,
	config/m68hc11/m68hc11.md, config/mips/iris5.h,
	config/mn10300/mn10300.md, config/rs6000/altivec.md,
	config/sparc/netbsd-elf.h: Update copyright.

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

	* error.c, search.c: Update copyright.

java/
2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>

	* typeck.c: Update copyright.

Index: alloc-pool.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/alloc-pool.h,v
retrieving revision 1.4
diff -u -r1.4 alloc-pool.h
--- alloc-pool.h	30 Jan 2004 11:36:05 -0000	1.4
+++ alloc-pool.h	4 Feb 2004 19:11:11 -0000
@@ -1,5 +1,5 @@
 /* Functions to support a pool of allocatable objects
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dan@cgsoftware.com>
 
Index: c-convert.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-convert.c,v
retrieving revision 1.19
diff -u -r1.19 c-convert.c
--- c-convert.c	3 Feb 2004 11:22:38 -0000	1.19
+++ c-convert.c	4 Feb 2004 19:11:11 -0000
@@ -1,5 +1,5 @@
 /* Language-level data type conversion for GNU C.
-   Copyright (C) 1987, 1988, 1991, 1998, 2002, 2003
+   Copyright (C) 1987, 1988, 1991, 1998, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: c-lang.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-lang.c,v
retrieving revision 1.120
diff -u -r1.120 c-lang.c
--- c-lang.c	3 Feb 2004 11:22:38 -0000	1.120
+++ c-lang.c	4 Feb 2004 19:11:11 -0000
@@ -1,6 +1,6 @@
 /* Language-specific hook definitions for C front end.
    Copyright (C) 1991, 1995, 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: c-tree.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-tree.h,v
retrieving revision 1.137
diff -u -r1.137 c-tree.h
--- c-tree.h	3 Feb 2004 11:22:38 -0000	1.137
+++ c-tree.h	4 Feb 2004 19:11:11 -0000
@@ -1,6 +1,6 @@
 /* Definitions for C parsing and type checking.
    Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: caller-save.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/caller-save.c,v
retrieving revision 1.61
diff -u -r1.61 caller-save.c
--- caller-save.c	2 Feb 2004 00:17:08 -0000	1.61
+++ caller-save.c	4 Feb 2004 19:11:12 -0000
@@ -1,6 +1,6 @@
 /* Save and restore call-clobbered registers which are live across a call.
    Copyright (C) 1989, 1992, 1994, 1995, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: df.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/df.h,v
retrieving revision 1.21
diff -u -r1.21 df.h
--- df.h	31 Jan 2004 17:47:43 -0000	1.21
+++ df.h	4 Feb 2004 19:11:12 -0000
@@ -1,6 +1,6 @@
 /* Form lists of pseudo register references for autoinc optimization
    for GNU compiler.  This is part of flow optimization.
-   Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
 
 This file is part of GCC.
Index: genconfig.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/genconfig.c,v
retrieving revision 1.51
diff -u -r1.51 genconfig.c
--- genconfig.c	30 Jan 2004 23:39:01 -0000	1.51
+++ genconfig.c	4 Feb 2004 19:11:12 -0000
@@ -1,6 +1,6 @@
 /* Generate from machine description:
    - some #define configuration flags.
-   Copyright (C) 1987, 1991, 1997, 1998, 1999, 2000, 2003
+   Copyright (C) 1987, 1991, 1997, 1998, 1999, 2000, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: global.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/global.c,v
retrieving revision 1.99
diff -u -r1.99 global.c
--- global.c	2 Feb 2004 00:17:16 -0000	1.99
+++ global.c	4 Feb 2004 19:11:13 -0000
@@ -1,6 +1,6 @@
 /* Allocate registers for pseudo-registers that span basic blocks.
    Copyright (C) 1987, 1988, 1991, 1994, 1996, 1997, 1998,
-   1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: lcm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/lcm.c,v
retrieving revision 1.59
diff -u -r1.59 lcm.c
--- lcm.c	2 Feb 2004 00:17:16 -0000	1.59
+++ lcm.c	4 Feb 2004 19:11:14 -0000
@@ -1,5 +1,5 @@
 /* Generic partial redundancy elimination with lazy code motion support.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: ra-rewrite.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ra-rewrite.c,v
retrieving revision 1.17
diff -u -r1.17 ra-rewrite.c
--- ra-rewrite.c	2 Feb 2004 00:17:17 -0000	1.17
+++ ra-rewrite.c	4 Feb 2004 19:11:15 -0000
@@ -1,5 +1,5 @@
 /* Graph coloring register allocator
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Matz <matz@suse.de>
    and Daniel Berlin <dan@cgsoftware.com>.
 
Index: ra.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ra.c,v
retrieving revision 1.13
diff -u -r1.13 ra.c
--- ra.c	2 Feb 2004 00:17:17 -0000	1.13
+++ ra.c	4 Feb 2004 19:11:15 -0000
@@ -1,5 +1,5 @@
 /* Graph coloring register allocator
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Matz <matz@suse.de>
    and Daniel Berlin <dan@cgsoftware.com>.
 
Index: regclass.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/regclass.c,v
retrieving revision 1.184
diff -u -r1.184 regclass.c
--- regclass.c	2 Feb 2004 00:17:17 -0000	1.184
+++ regclass.c	4 Feb 2004 19:11:17 -0000
@@ -1,6 +1,7 @@
 /* Compute register class preferences for pseudo-registers.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
-   1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: regs.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/regs.h,v
retrieving revision 1.32
diff -u -r1.32 regs.h
--- regs.h	2 Feb 2004 00:17:17 -0000	1.32
+++ regs.h	4 Feb 2004 19:11:17 -0000
@@ -1,6 +1,6 @@
 /* Define per-register tables for data flow info and register allocation.
    Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: resource.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/resource.c,v
retrieving revision 1.67
diff -u -r1.67 resource.c
--- resource.c	2 Feb 2004 00:17:18 -0000	1.67
+++ resource.c	4 Feb 2004 19:11:17 -0000
@@ -1,5 +1,5 @@
 /* Definitions for computing resource usage of specific insns.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: sched-rgn.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/sched-rgn.c,v
retrieving revision 1.69
diff -u -r1.69 sched-rgn.c
--- sched-rgn.c	2 Feb 2004 00:17:18 -0000	1.69
+++ sched-rgn.c	4 Feb 2004 19:11:18 -0000
@@ -1,6 +1,6 @@
 /* Instruction scheduling pass.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
    and currently maintained by, Jim Wilson (wilson@cygnus.com)
 
Index: config/arm/aof.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/aof.h,v
retrieving revision 1.30
diff -u -r1.30 aof.h
--- config/arm/aof.h	3 Feb 2004 14:44:10 -0000	1.30
+++ config/arm/aof.h	4 Feb 2004 19:11:19 -0000
@@ -1,6 +1,7 @@
 /* Definitions of target machine for GNU compiler, for Advanced RISC Machines
    ARM compilation, AOF Assembler.
-   Copyright (C) 1995, 1996, 1997, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 2000, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Richard Earnshaw (rearnsha@armltd.co.uk)
 
    This file is part of GCC.
Index: config/arm/cirrus.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/cirrus.md,v
retrieving revision 1.6
diff -u -r1.6 cirrus.md
--- config/arm/cirrus.md	3 Feb 2004 14:44:10 -0000	1.6
+++ config/arm/cirrus.md	4 Feb 2004 19:11:20 -0000
@@ -1,5 +1,5 @@
 ;; Cirrus EP9312 "Maverick" ARM floating point co-processor description.
-;; Copyright (C) 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 ;; Contributed by Red Hat.
 ;; Written by Aldy Hernandez (aldyh@redhat.com)
 
Index: config/arm/fpa.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/fpa.md,v
retrieving revision 1.3
diff -u -r1.3 fpa.md
--- config/arm/fpa.md	3 Feb 2004 14:44:11 -0000	1.3
+++ config/arm/fpa.md	4 Feb 2004 19:11:20 -0000
@@ -1,6 +1,6 @@
 ;;- Machine description for FPA co-processor for ARM cpus.
 ;;  Copyright 1991, 1993, 1994, 1995, 1996, 1996, 1997, 1998, 1999, 2000,
-;;  2001, 2002, 2003  Free Software Foundation, Inc.
+;;  2001, 2002, 2003, 2004  Free Software Foundation, Inc.
 ;;  Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
 ;;  and Martin Simmons (@harleqn.co.uk).
 ;;  More major hacks by Richard Earnshaw (rearnsha@arm.com).
Index: config/arm/iwmmxt.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/iwmmxt.md,v
retrieving revision 1.4
diff -u -r1.4 iwmmxt.md
--- config/arm/iwmmxt.md	3 Feb 2004 14:44:11 -0000	1.4
+++ config/arm/iwmmxt.md	4 Feb 2004 19:11:20 -0000
@@ -1,5 +1,5 @@
 ;; Patterns for the Intel Wireless MMX technology architecture.
-;; Copyright (C) 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 ;; Contributed by Red Hat.
 
 ;; This file is part of GCC.
Index: config/arm/netbsd-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/netbsd-elf.h,v
retrieving revision 1.7
diff -u -r1.7 netbsd-elf.h
--- config/arm/netbsd-elf.h	3 Feb 2004 14:44:11 -0000	1.7
+++ config/arm/netbsd-elf.h	4 Feb 2004 19:11:20 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, NetBSD/arm ELF version.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
    This file is part of GCC.
Index: config/arm/netbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/netbsd.h,v
retrieving revision 1.27
diff -u -r1.27 netbsd.h
--- config/arm/netbsd.h	1 Feb 2004 21:21:32 -0000	1.27
+++ config/arm/netbsd.h	4 Feb 2004 19:11:21 -0000
@@ -1,5 +1,6 @@
 /* NetBSD/arm a.out version.
-   Copyright (C) 1993, 1994, 1997, 1998, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1997, 1998, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Mark Brinicombe (amb@physig.ph.kcl.ac.uk)
 
    This file is part of GCC.
Index: config/m68hc11/m68hc11.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68hc11/m68hc11.md,v
retrieving revision 1.55
diff -u -r1.55 m68hc11.md
--- config/m68hc11/m68hc11.md	1 Feb 2004 21:21:39 -0000	1.55
+++ config/m68hc11/m68hc11.md	4 Feb 2004 19:11:22 -0000
@@ -1,5 +1,6 @@
 ;;- Machine description file for Motorola 68HC11 and 68HC12.
-;;- Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+;;- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+;;- Free Software Foundation, Inc.
 ;;- Contributed by Stephane Carrez (stcarrez@nerim.fr)
 
 ;; This file is part of GCC.
Index: config/mips/iris5.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/iris5.h,v
retrieving revision 1.25
diff -u -r1.25 iris5.h
--- config/mips/iris5.h	3 Feb 2004 22:38:27 -0000	1.25
+++ config/mips/iris5.h	4 Feb 2004 19:11:23 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  IRIX version 5.
    Copyright (C) 1993, 1995, 1996, 1998, 2000,
-   2001, 2002, 2003 Free Software Foundation, Inc.
+   2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/mn10300/mn10300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mn10300/mn10300.md,v
retrieving revision 1.53
diff -u -r1.53 mn10300.md
--- config/mn10300/mn10300.md	3 Feb 2004 06:43:52 -0000	1.53
+++ config/mn10300/mn10300.md	4 Feb 2004 19:11:23 -0000
@@ -1,5 +1,5 @@
 ;; GCC machine description for Matsushita MN10300
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 ;; Free Software Foundation, Inc.
 ;; Contributed by Jeff Law (law@cygnus.com).
 
Index: config/rs6000/altivec.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/altivec.md,v
retrieving revision 1.13
diff -u -r1.13 altivec.md
--- config/rs6000/altivec.md	3 Feb 2004 06:43:55 -0000	1.13
+++ config/rs6000/altivec.md	4 Feb 2004 19:11:24 -0000
@@ -1,5 +1,5 @@
 ;; AltiVec patterns.
-;; Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 ;; Contributed by Aldy Hernandez (aldy@quesejoda.com)
 
 ;; This file is part of GCC.
Index: config/sparc/netbsd-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/netbsd-elf.h,v
retrieving revision 1.20
diff -u -r1.20 netbsd-elf.h
--- config/sparc/netbsd-elf.h	3 Feb 2004 12:36:22 -0000	1.20
+++ config/sparc/netbsd-elf.h	4 Feb 2004 19:11:24 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GCC, for ELF on NetBSD/sparc
    and NetBSD/sparc64.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Matthew Green (mrg@eterna.com.au).
 
 This file is part of GCC.
Index: cp/error.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/error.c,v
retrieving revision 1.242
diff -u -r1.242 error.c
--- cp/error.c	31 Jan 2004 17:58:50 -0000	1.242
+++ cp/error.c	4 Feb 2004 19:11:25 -0000
@@ -1,7 +1,7 @@
 /* Call-backs for C++ error reporting.
    This code is non-reentrant.
    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002,
-   2003 Free Software Foundation, Inc.
+   2003, 2004 Free Software Foundation, Inc.
    This file is part of GCC.
 
 GCC is free software; you can redistribute it and/or modify
Index: cp/search.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/search.c,v
retrieving revision 1.285
diff -u -r1.285 search.c
--- cp/search.c	31 Jan 2004 17:58:53 -0000	1.285
+++ cp/search.c	4 Feb 2004 19:11:26 -0000
@@ -1,7 +1,7 @@
 /* Breadth-first and depth-first routines for
    searching multiple-inheritance lattice for GNU C++.
    Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
Index: java/typeck.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/typeck.c,v
retrieving revision 1.60
diff -u -r1.60 typeck.c
--- java/typeck.c	17 Jan 2004 01:57:09 -0000	1.60
+++ java/typeck.c	4 Feb 2004 19:11:27 -0000
@@ -1,5 +1,5 @@
 /* Handle types for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [patch] Update copyright.
  2004-02-07 14:51 Kazu Hirata
@ 2004-02-21 13:45 ` Kazu Hirata
  0 siblings, 0 replies; 4+ messages in thread
From: Kazu Hirata @ 2004-02-21 13:45 UTC (permalink / raw)
  To: gcc-patches

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.
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [patch] Update copyright.
@ 2004-02-07 14:51 Kazu Hirata
  2004-02-21 13:45 ` Kazu Hirata
  0 siblings, 1 reply; 4+ messages in thread
From: Kazu Hirata @ 2004-02-07 14:51 UTC (permalink / raw)
  To: gcc-patches

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.
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-07 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-04 19:16 [patch] Update copyright Kazu Hirata
2004-02-21 13:45 ` Kazu Hirata
2004-02-07 14:51 Kazu Hirata
2004-02-21 13:45 ` Kazu Hirata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).