From: Kazu Hirata Date: Thu, 20 Jan 2005 12:45:13 +0000 (+0000) Subject: params.def, [...]: Update copyright. X-Git-Tag: releases/gcc-4.0.0~1421 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e42febca21c9d3cc3fd83237d016d98f18411400;p=thirdparty%2Fgcc.git params.def, [...]: Update copyright. * params.def, params.h, predict.c, tree-ssa-loop-im.c: Update copyright. From-SVN: r93961 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8cc63c48ecb..9e3637d85cd8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-01-20 Kazu Hirata + + * params.def, params.h, predict.c, tree-ssa-loop-im.c: Update + copyright. + 2005-01-20 Richard Henderson * rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ. diff --git a/gcc/params.def b/gcc/params.def index 3ef5893fd42f..ac6a39eee68b 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -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 . This file is part of GCC. diff --git a/gcc/params.h b/gcc/params.h index 1a668e0deff4..8e59eb9fe0f1 100644 --- a/gcc/params.h +++ b/gcc/params.h @@ -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 . This file is part of GCC. diff --git a/gcc/predict.c b/gcc/predict.c index c6e9b7dfe71f..7e0f0db93d4e 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -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. diff --git a/gcc/tree-ssa-loop-im.c b/gcc/tree-ssa-loop-im.c index d032fee28e8d..65a2a5fd48ad 100644 --- a/gcc/tree-ssa-loop-im.c +++ b/gcc/tree-ssa-loop-im.c @@ -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.