cfgloop.h, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 2 Mar 2005 14:03:44 +0000 (14:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 2 Mar 2005 14:03:44 +0000 (14:03 +0000)
* cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c,
loop-init.c, loop-unroll.c, print-tree.c, reg-notes.def,
config/m68k/m68k.c, config/mips/mips.h,
config/rs6000/rs6000-protos.h, doc/contrib.texi,
doc/include/gcc-common.texi: Update copyright.

From-SVN: r95781

14 files changed:
gcc/ChangeLog
gcc/cfgloop.h
gcc/cfgloopanal.c
gcc/cfgloopmanip.c
gcc/config/m68k/m68k.c
gcc/config/mips/mips.h
gcc/config/rs6000/rs6000-protos.h
gcc/conflict.c
gcc/doc/contrib.texi
gcc/doc/include/gcc-common.texi
gcc/loop-init.c
gcc/loop-unroll.c
gcc/print-tree.c
gcc/reg-notes.def

index 12e90862de424f712e57d58f37cd298123c6eaed..d4aa50a17f0da05c578306ea6e7cefb221389f3f 100644 (file)
@@ -1,3 +1,11 @@
+2005-03-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c,
+       loop-init.c, loop-unroll.c, print-tree.c, reg-notes.def,
+       config/m68k/m68k.c, config/mips/mips.h,
+       config/rs6000/rs6000-protos.h, doc/contrib.texi,
+       doc/include/gcc-common.texi: Update copyright.
+
 2005-03-02  Richard Guenther  <rguenth@gcc.gnu.org>
 
        * cgraph.h (struct cgraph_edge): Add prev_caller and
index 224d6cf18fb5cd103c1eeb62a352d63e958daaa2..35632abc158cbb3613a901639349377f868eff33 100644 (file)
@@ -1,5 +1,5 @@
 /* Natural loop functions
-   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index f40a48f8202b02df220f381b1aab2ead418b0748..055375d741f28c4b4047fdbaa6c674de9796da0e 100644 (file)
@@ -1,5 +1,5 @@
 /* Natural loop analysis code for GNU compiler.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 022624f574f2a2e4bd2a9cee292090c4a4b8a84d..946d09fd234d76a01bf950d0cb571f48a7591fab 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop manipulation code for GNU compiler.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index e3ac6fada8578960326f9137a022e071a72d5383..7e24c2557ee326f8b2889713371a8c27078397ef 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for insn-output.c for Motorola 68000 family.
    Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2003, 2004
+   2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 2fa84216a1fc6e1f2c7d91693f209f6e7c5b85d4..559efb922fafbe1f2cef826cb5a2c49f838d10b5 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  MIPS version.
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 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 efaca4138eba896d59ff48d0bdbbcc82921b5a15..ed9932d838880f013f13c8c060a46ce848df7261 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for IBM RS/6000.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
index eff057e3fa48b0f7312337920237cbcf4cf6f2b2..148a98903b7e8b88334c48c662a49cb85355d5c3 100644 (file)
@@ -1,5 +1,5 @@
 /* Register conflict graph computation routines.
-   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC
 
 This file is part of GCC.
index f831ef44b8297f7fe93bee0497016eaf35992be9..79160f805a383c101483b09980bd2304802cc3eb 100644 (file)
@@ -1,5 +1,5 @@
 @c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,
-@c 2001,2002,2003,2004 Free Software Foundation, Inc.
+@c 2001,2002,2003,2004,2005 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
index f59b75576561133c72582797431e1582c5251364..777e88621f83fc8581aefa877f96330fea0a2ffe 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+@c Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
index b6a827ca2c68ab61b3038a91239b6d553f7ac5d1..de041fd6cde2f7728584fc53a7581da447b901bf 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop optimizer initialization routines.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index c4f49d5629fafe3970ddcecbfb5c61580474c78a..e7a7b42fdadf9870869493b49000a33bbcd6fb7a 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop unrolling and peeling.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 41d029a4bf404c2782a51523f80104d72397199b..55bb6ed5b69cb116adc4bdfcd524604cdacae5e7 100644 (file)
@@ -1,6 +1,6 @@
 /* Prints out tree in human readable form - GCC
    Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 16124be7795ec1e31e27eea3a92520a9e59bec76..d6ad70a2414ad435cdef6feeca5135ede3c35f1f 100644 (file)
@@ -1,5 +1,5 @@
 /* Register note definitions.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.