]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
params.def, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 20 Jan 2005 12:45:13 +0000 (12:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 20 Jan 2005 12:45:13 +0000 (12:45 +0000)
* params.def, params.h, predict.c, tree-ssa-loop-im.c: Update
copyright.

From-SVN: r93961

gcc/ChangeLog
gcc/params.def
gcc/params.h
gcc/predict.c
gcc/tree-ssa-loop-im.c

index c8cc63c48ecb014c5ed8a3025751e604f986098e..9e3637d85cd883080010be34f89d56e5296d92a3 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * params.def, params.h, predict.c, tree-ssa-loop-im.c: Update
+       copyright.
+
 2005-01-20  Richard Henderson  <rth@redhat.com>
 
        * rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ.
index 3ef5893fd42fb6980232a63ec6375fa0836d8622..ac6a39eee68bbbbcd3795701924b40fb1b932434 100644 (file)
@@ -1,5 +1,5 @@
 /* params.def - Run-time parameters.
-   Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>.
 
 This file is part of GCC.
index 1a668e0deff4a89216a3d42c4be9f516262c7d5e..8e59eb9fe0f1de534850d70ccb3e4a4485ddf6fa 100644 (file)
@@ -1,5 +1,5 @@
 /* params.h - Run-time parameters.
-   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
    Written by Mark Mitchell <mark@codesourcery.com>.
 
 This file is part of GCC.
index c6e9b7dfe71f2fdc5dc1fdc1b5d0817205a9c8a6..7e0f0db93d4e588ede3a427ce1bc0828a4ea9f83 100644 (file)
@@ -1,5 +1,6 @@
 /* Branch prediction routines for the GNU compiler.
-   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.
 
index d032fee28e8d772562f3b5bd314b3e043069bd76..65a2a5fd48ad39e74d59a4c8acf460af2094c4ae 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop invariant motion.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.