alloc-pool.c, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 14 Mar 2005 13:10:51 +0000 (13:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 14 Mar 2005 13:10:51 +0000 (13:10 +0000)
* alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h,
stringpool.c, config/mips/mips-protos.h: Update copyright.

From-SVN: r96428

gcc/ChangeLog
gcc/alloc-pool.c
gcc/config/mips/mips-protos.h
gcc/except.h
gcc/ggc-common.c
gcc/ggc-zone.c
gcc/ggc.h
gcc/stringpool.c

index e708ebbaf8158e97e46a46e0a617f552ce67dd55..e2d2b4f1033336e2709d4b11b40a62c9ab48d7e1 100644 (file)
@@ -2,6 +2,9 @@
 
        * ggc-zone.c: Fix comment typos.
 
+       * alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h,
+       stringpool.c, config/mips/mips-protos.h: Update copyright.
+
 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
 
        * config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
index 7c7d1917815670fc676229becaddec445b8c006f..2a3fa30ff451ecec28b6d7000d2914ff7ad02cf9 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support a pool of allocatable objects.
-   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dan@cgsoftware.com>
 
index 4b0b53d1091816600cea7ae6d82797cac565f128..8fa82a72e3bb12e566e581f034d84c82aef59073 100644 (file)
@@ -1,6 +1,6 @@
 /* Prototypes of target machine for GNU compiler.  MIPS version.
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by A. Lichnewsky (lich@inria.inria.fr).
    Changed by Michael Meissner (meissner@osf.org).
    64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and
index 3127d5de08aee27c75c3dd4173aed299710c74e5..05a3417832b2dab23b0953d5694b77d9cf572c58 100644 (file)
@@ -1,5 +1,5 @@
 /* Exception Handling interface routines.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Mike Stump <mrs@cygnus.com>.
 
index 7112f78071eb21e8f9af45ff235afd98734d708b..267501c8ec346ef7ebf3d1595c776daacd2253bd 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple garbage collection for the GNU compiler.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 86d37f97da38e181dc5a6d4d11cb0bf32fba3c6d..8cc94e0b9e4c13d8c18fe679356ec37c8227b08a 100644 (file)
@@ -1,5 +1,5 @@
 /* "Bag-of-pages" zone garbage collector for the GNU compiler.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    Contributed by Richard Henderson (rth@redhat.com) and Daniel Berlin
index af9687aeecf62ccb90f178cd348d568dc504eb7f..f6fad495b15d3451f4c0d4470ff1bfddd908e323 100644 (file)
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -1,5 +1,5 @@
 /* Garbage collection for the GNU compiler.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 6a24d53412324c7d3cd7d434b072f2c1676452e0..ec744715993dc354646305eea73e1d810883f0ca 100644 (file)
@@ -1,5 +1,6 @@
 /* String pool for GCC.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
 
 This file is part of GCC.