From f30278e8b42834cea2b69233d1a5deefcd4a97d6 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu@cs.umass.edu>
Date: Fri, 15 Oct 2004 14:47:12 +0000
Subject: [PATCH] bitmap.c, [...]: Update copyright.

	* bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
	collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
	gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
	genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
	gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
	gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
	lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
	predict.def, predict.h, protoize.c, reload.h, resource.h,
	rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
	tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
	unwind-sjlj.c, value-prof.h: Update copyright.

From-SVN: r89097
---
 gcc/ChangeLog         | 14 ++++++++++++++
 gcc/bitmap.c          |  2 +-
 gcc/bitmap.h          |  2 +-
 gcc/builtin-attrs.def |  2 +-
 gcc/cfglayout.h       |  2 +-
 gcc/collect2.h        |  2 +-
 gcc/conflict.c        |  2 +-
 gcc/coretypes.h       |  2 +-
 gcc/coverage.h        |  3 ++-
 gcc/errors.h          |  2 +-
 gcc/gcc.h             |  2 +-
 gcc/gcov-dump.c       |  2 +-
 gcc/gen-protos.c      |  2 +-
 gcc/gencheck.c        |  2 +-
 gcc/gencodes.c        |  2 +-
 gcc/genconstants.c    |  2 +-
 gcc/gengenrtl.c       |  2 +-
 gcc/genmodes.c        |  2 +-
 gcc/genpeep.c         |  2 +-
 gcc/gensupport.h      |  2 +-
 gcc/graph.h           |  2 +-
 gcc/gthr-gnat.c       |  2 +-
 gcc/gthr-gnat.h       |  2 +-
 gcc/gthr-posix.c      |  2 +-
 gcc/gthr-posix.h      |  2 +-
 gcc/hard-reg-set.h    |  3 ++-
 gcc/hwint.h           |  2 +-
 gcc/integrate.h       |  2 +-
 gcc/libgcc2.c         |  2 +-
 gcc/lists.c           |  2 +-
 gcc/machmode.def      |  2 +-
 gcc/mips-tdump.c      |  2 +-
 gcc/opts.h            |  2 +-
 gcc/params.c          |  2 +-
 gcc/predict.def       |  2 +-
 gcc/predict.h         |  2 +-
 gcc/protoize.c        |  2 +-
 gcc/reload.h          |  2 +-
 gcc/resource.h        |  2 +-
 gcc/rtl-error.c       |  2 +-
 gcc/sbitmap.c         |  2 +-
 gcc/sbitmap.h         |  2 +-
 gcc/sreal.c           |  2 +-
 gcc/tlink.c           |  2 +-
 gcc/tree-dump.h       |  2 +-
 gcc/tree-inline.h     |  2 +-
 gcc/unwind-dw2-fde.c  |  3 ++-
 gcc/unwind-dw2.c      |  2 +-
 gcc/unwind-sjlj.c     |  2 +-
 gcc/value-prof.h      |  2 +-
 50 files changed, 66 insertions(+), 49 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2f7ec20f9ef2..26101c68c58d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,17 @@
+2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
+	collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
+	gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
+	genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
+	gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
+	gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
+	lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
+	predict.def, predict.h, protoize.c, reload.h, resource.h,
+	rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
+	tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
+	unwind-sjlj.c, value-prof.h: Update copyright.
+
 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
 
 	* pointer-set.c, tree-vectorizer.c: Fix comment typos.
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index b678df99d69b..392ae69580af 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -1,5 +1,5 @@
 /* Functions to support general ended bitmaps.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/bitmap.h b/gcc/bitmap.h
index cac84c11fba4..21e289e6af2d 100644
--- a/gcc/bitmap.h
+++ b/gcc/bitmap.h
@@ -1,5 +1,5 @@
 /* Functions to support general ended bitmaps.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def
index 34b078cdb433..8b08e7b0f1da 100644
--- a/gcc/builtin-attrs.def
+++ b/gcc/builtin-attrs.def
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
    Contributed by Joseph Myers <jsm28@cam.ac.uk>.
 
 This file is part of GCC.
diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h
index 444e76a9e1e5..69c9d562e2c4 100644
--- a/gcc/cfglayout.h
+++ b/gcc/cfglayout.h
@@ -1,5 +1,5 @@
 /* Basic block reordering routines for the GNU compiler.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
diff --git a/gcc/collect2.h b/gcc/collect2.h
index 710e19ab28ff..d25009bccaaf 100644
--- a/gcc/collect2.h
+++ b/gcc/collect2.h
@@ -1,5 +1,5 @@
 /* Header file for collect/tlink routines.
-   Copyright (C) 1998, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/conflict.c b/gcc/conflict.c
index 31886fa764b5..00be29401ba6 100644
--- a/gcc/conflict.c
+++ b/gcc/conflict.c
@@ -1,5 +1,5 @@
 /* Register conflict graph computation routines.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC
 
 This file is part of GCC.
diff --git a/gcc/coretypes.h b/gcc/coretypes.h
index 1f190e610e4f..acb2c9ea8dfa 100644
--- a/gcc/coretypes.h
+++ b/gcc/coretypes.h
@@ -1,5 +1,5 @@
 /* GCC core type declarations.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/coverage.h b/gcc/coverage.h
index ec8134f1fe67..35a9f8f82e49 100644
--- a/gcc/coverage.h
+++ b/gcc/coverage.h
@@ -1,5 +1,6 @@
 /* coverage.h - Defines data exported from coverage.c
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/errors.h b/gcc/errors.h
index df5d8d870b5b..03b94cafcad6 100644
--- a/gcc/errors.h
+++ b/gcc/errors.h
@@ -1,5 +1,5 @@
 /* Basic error reporting routines.
-   Copyright (C) 1999, 2000, 2001, 2003
+   Copyright (C) 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/gcc.h b/gcc/gcc.h
index 772dfb8ede44..d29af91001cb 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -1,5 +1,5 @@
 /* Header file for modules that link with gcc.c
-   Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c
index 994f7fbd0b80..859fdb733104 100644
--- a/gcc/gcov-dump.c
+++ b/gcc/gcov-dump.c
@@ -1,5 +1,5 @@
 /* Dump a gcov file, for debugging use.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Nathan Sidwell <nathan@codesourcery.com>
 
 Gcov is free software; you can redistribute it and/or modify
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index 17e435fde779..b8fa31bfe1c3 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -1,6 +1,6 @@
 /* gen-protos.c - massages a list of prototypes, for use by fixproto.
    Copyright (C) 1993, 1994, 1995, 1996, 1998,
-   1999, 2003 Free Software Foundation, Inc.
+   1999, 2003, 2004 Free Software Foundation, Inc.
 
 This program 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/gencheck.c b/gcc/gencheck.c
index b70371cc18b6..c158d87621ab 100644
--- a/gcc/gencheck.c
+++ b/gcc/gencheck.c
@@ -1,5 +1,5 @@
 /* Generate check macros for tree codes.
-   Copyright (C) 1998, 1999, 2000, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/gencodes.c b/gcc/gencodes.c
index 2008597791c9..bb2865a4f65a 100644
--- a/gcc/gencodes.c
+++ b/gcc/gencodes.c
@@ -2,7 +2,7 @@
    - some macros CODE_FOR_... giving the insn_code_number value
    for each of the defined standard insn names.
    Copyright (C) 1987, 1991, 1995, 1998,
-   1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/genconstants.c b/gcc/genconstants.c
index fcebc4439ca9..fee68a0effbc 100644
--- a/gcc/genconstants.c
+++ b/gcc/genconstants.c
@@ -2,7 +2,7 @@
    a series of #define statements, one for each constant named in
    a (define_constants ...) pattern.
 
-   Copyright (C) 1987, 1991, 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1987, 1991, 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c
index e74dc4157629..5e667a0e8e7b 100644
--- a/gcc/gengenrtl.c
+++ b/gcc/gengenrtl.c
@@ -1,5 +1,5 @@
 /* Generate code to allocate RTL structures.
-   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/genmodes.c b/gcc/genmodes.c
index 383e6cf4f9e6..6e282f36dd9c 100644
--- a/gcc/genmodes.c
+++ b/gcc/genmodes.c
@@ -1,5 +1,5 @@
 /* Generate the machine mode enumeration and associated tables.
-   Copyright (C) 2003
+   Copyright (C) 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index 66ded4df2926..42550df4bf4c 100644
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.c
@@ -1,6 +1,6 @@
 /* Generate code from machine description to perform peephole optimizations.
    Copyright (C) 1987, 1989, 1992, 1997, 1998,
-   1999, 2000, 2003 Free Software Foundation, Inc.
+   1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/gensupport.h b/gcc/gensupport.h
index 90f866a2f56c..4b29d7c02678 100644
--- a/gcc/gensupport.h
+++ b/gcc/gensupport.h
@@ -1,5 +1,5 @@
 /* Declarations for rtx-reader support for gen* routines.
-   Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/graph.h b/gcc/graph.h
index b96188c33814..67a82cec3dcc 100644
--- a/gcc/graph.h
+++ b/gcc/graph.h
@@ -1,5 +1,5 @@
 /* Header file for graph routines.
-   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/gthr-gnat.c b/gcc/gthr-gnat.c
index cb47d86cd086..85d57bcdb152 100644
--- a/gcc/gthr-gnat.c
+++ b/gcc/gthr-gnat.c
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2.  */
 /* Compile this one with gcc.  */
-/* 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/gthr-gnat.h b/gcc/gthr-gnat.h
index d39a370451cb..5b5665c9567d 100644
--- a/gcc/gthr-gnat.h
+++ b/gcc/gthr-gnat.h
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2.  */
 /* Compile this one with gcc.  */
-/* 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/gthr-posix.c b/gcc/gthr-posix.c
index b1a2e3145699..c74f3cecea9e 100644
--- a/gcc/gthr-posix.c
+++ b/gcc/gthr-posix.c
@@ -1,6 +1,6 @@
 /* POSIX threads dummy routines for systems without weak definitions.  */
 /* Compile this one with gcc.  */
-/* 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/gthr-posix.h b/gcc/gthr-posix.h
index 51c5404c4675..118d3b85e0aa 100644
--- a/gcc/gthr-posix.h
+++ b/gcc/gthr-posix.h
@@ -1,6 +1,6 @@
 /* Threads compatibility routines for libgcc2 and libobjc.  */
 /* Compile this one with gcc.  */
-/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003
+/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h
index 397660c0d074..b4654b170397 100644
--- a/gcc/hard-reg-set.h
+++ b/gcc/hard-reg-set.h
@@ -1,5 +1,6 @@
 /* Sets (bit vectors) of hard registers, and operations on them.
-   Copyright (C) 1987, 1992, 1994, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1992, 1994, 2000, 2003, 2004
+   Free Software Foundation, Inc.
 
 This file is part of GCC
 
diff --git a/gcc/hwint.h b/gcc/hwint.h
index ccf624f6d054..8eb98510ffe0 100644
--- a/gcc/hwint.h
+++ b/gcc/hwint.h
@@ -1,5 +1,5 @@
 /* HOST_WIDE_INT definitions for the GNU compiler.
-   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
diff --git a/gcc/integrate.h b/gcc/integrate.h
index 7ca2951b6921..035b1d90dc1a 100644
--- a/gcc/integrate.h
+++ b/gcc/integrate.h
@@ -1,5 +1,5 @@
 /* Function integration definitions for GCC
-   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index eaa55f417549..1f9fe25f0190 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -1,7 +1,7 @@
 /* More subroutines needed by GCC output code on some machines.  */
 /* Compile this one with gcc.  */
 /* 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/lists.c b/gcc/lists.c
index c36e8cf3e517..3af95268091b 100644
--- a/gcc/lists.c
+++ b/gcc/lists.c
@@ -1,6 +1,6 @@
 /* List management for the GCC expander.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2003 Free Software Foundation, Inc.
+   1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/machmode.def b/gcc/machmode.def
index 431aafa783f8..5e45efc01804 100644
--- a/gcc/machmode.def
+++ b/gcc/machmode.def
@@ -1,6 +1,6 @@
 /* This file contains the definitions and documentation for the
    machine modes used in the GNU compiler.
-   Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000, 2003
+   Copyright (C) 1987, 1992, 1994, 1997, 1998, 2000, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c
index d320330531df..286dd6ae3a3e 100644
--- a/gcc/mips-tdump.c
+++ b/gcc/mips-tdump.c
@@ -1,5 +1,5 @@
 /* Read and manage MIPS symbol tables from object modules.
-   Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by hartzell@boulder.colorado.edu,
    Rewritten by meissner@osf.org.
diff --git a/gcc/opts.h b/gcc/opts.h
index 17b2bca3f84f..e558a4ab34b6 100644
--- a/gcc/opts.h
+++ b/gcc/opts.h
@@ -1,5 +1,5 @@
 /* Command line option handling.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/params.c b/gcc/params.c
index f7db8003a532..b0dc375ae4a9 100644
--- a/gcc/params.c
+++ b/gcc/params.c
@@ -1,5 +1,5 @@
 /* params.c - Run-time parameters.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>.
 
 This file is part of GCC.
diff --git a/gcc/predict.def b/gcc/predict.def
index f469b34c4f86..05016056cfb7 100644
--- a/gcc/predict.def
+++ b/gcc/predict.def
@@ -1,5 +1,5 @@
 /* Definitions for the branch prediction routines in the GNU compiler.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/predict.h b/gcc/predict.h
index 77198118f085..bb9a6a0b0aed 100644
--- a/gcc/predict.h
+++ b/gcc/predict.h
@@ -1,5 +1,5 @@
 /* Definitions for branch prediction routines in the GNU compiler.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/protoize.c b/gcc/protoize.c
index e48089272ddd..7573432d250e 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -1,6 +1,6 @@
 /* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
    Copyright (C) 1989, 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.
 
 This file is part of GCC.
 
diff --git a/gcc/reload.h b/gcc/reload.h
index 166d2ab06477..308797c19d3f 100644
--- a/gcc/reload.h
+++ b/gcc/reload.h
@@ -1,6 +1,6 @@
 /* Communication between reload.c and reload1.c.
    Copyright (C) 1987, 1991, 1992, 1993, 1994, 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.
 
diff --git a/gcc/resource.h b/gcc/resource.h
index 7ca055a1eff3..54729701948f 100644
--- a/gcc/resource.h
+++ b/gcc/resource.h
@@ -1,5 +1,5 @@
 /* Definitions for computing resource usage of specific insns.
-   Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c
index 16d53506b48f..db795929e666 100644
--- a/gcc/rtl-error.c
+++ b/gcc/rtl-error.c
@@ -1,5 +1,5 @@
 /* RTL specific diagnostic subroutines for GCC
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
 
 This file is part of GCC.
diff --git a/gcc/sbitmap.c b/gcc/sbitmap.c
index 554a42580760..2948312f6bae 100644
--- a/gcc/sbitmap.c
+++ b/gcc/sbitmap.c
@@ -1,5 +1,5 @@
 /* Simple bitmaps.
-   Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h
index 8584811cddb7..c18b3762b4a6 100644
--- a/gcc/sbitmap.h
+++ b/gcc/sbitmap.h
@@ -1,5 +1,5 @@
 /* Simple bitmaps.
-   Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/sreal.c b/gcc/sreal.c
index 662d27d55488..24eedcd59fde 100644
--- a/gcc/sreal.c
+++ b/gcc/sreal.c
@@ -1,5 +1,5 @@
 /* Simple data type for positive real numbers for the GNU compiler.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
diff --git a/gcc/tlink.c b/gcc/tlink.c
index 935e309df5b3..de82e240cc85 100644
--- a/gcc/tlink.c
+++ b/gcc/tlink.c
@@ -1,7 +1,7 @@
 /* Scan linker error messages for missing template instantiations and provide
    them.
 
-   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1995, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Jason Merrill (jason@cygnus.com).
 
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h
index 8c05f1c87c5d..3f5c8aea63f7 100644
--- a/gcc/tree-dump.h
+++ b/gcc/tree-dump.h
@@ -1,5 +1,5 @@
 /* Tree-dumping functionality for intermediate representation.
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>
 
 This file is part of GCC.
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h
index b62b42447e90..ee8a51f7c12a 100644
--- a/gcc/tree-inline.h
+++ b/gcc/tree-inline.h
@@ -1,5 +1,5 @@
 /* Tree inlining hooks and declarations.
-   Copyright 2001, 2003 Free Software Foundation, Inc.
+   Copyright 2001, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Alexandre Oliva  <aoliva@redhat.com>
 
 This file is part of GCC.
diff --git a/gcc/unwind-dw2-fde.c b/gcc/unwind-dw2-fde.c
index ea467e4a33a4..ab1f7bc571e3 100644
--- a/gcc/unwind-dw2-fde.c
+++ b/gcc/unwind-dw2-fde.c
@@ -1,5 +1,6 @@
 /* Subroutines needed for unwinding stack frames for exception handling.  */
-/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
    Contributed by Jason Merrill <jason@cygnus.com>.
 
 This file is part of GCC.
diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c
index baa4481c7471..68b73a84c434 100644
--- a/gcc/unwind-dw2.c
+++ b/gcc/unwind-dw2.c
@@ -1,5 +1,5 @@
 /* DWARF2 exception handling and frame unwind runtime interface routines.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    This file is part of GCC.
diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c
index 08290fc081c1..0dd4a8395a39 100644
--- a/gcc/unwind-sjlj.c
+++ b/gcc/unwind-sjlj.c
@@ -1,5 +1,5 @@
 /* SJLJ exception handling and frame unwind runtime interface routines.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    This file is part of GCC.
diff --git a/gcc/value-prof.h b/gcc/value-prof.h
index 312b8bc6226f..e1c27790d20a 100644
--- a/gcc/value-prof.h
+++ b/gcc/value-prof.h
@@ -1,5 +1,5 @@
 /* Definitions for transformations based on profile information for values.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
-- 
GitLab