From: Kazu Hirata Date: Tue, 15 Feb 2005 15:53:52 +0000 (+0000) Subject: bitmap.c, [...]: Update copyright. X-Git-Tag: releases/gcc-4.0.0~856 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a6305e4a19e49f1eda41b88d6d3d8239f166566;p=thirdparty%2Fgcc.git bitmap.c, [...]: Update copyright. * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c, tree-dump.h, tree-ssa-loop-manip.c, value-prof.c, config/mips/mips.md, config/rs6000/aix.h, config/rs6000/beos.h, config/rs6000/sysv4.h: Update copyright. From-SVN: r95064 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f92feb7aa07..2ac12813cb35 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-02-15 Kazu Hirata + + * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c, + tree-dump.h, tree-ssa-loop-manip.c, value-prof.c, + config/mips/mips.md, config/rs6000/aix.h, + config/rs6000/beos.h, config/rs6000/sysv4.h: Update copyright. + 2005-02-15 Richard Henderson * bb-reorder.c (find_traces_1_round): Force fallthru edge from a diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 7063f27b732b..198b756fb7a4 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, 2004 + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bitmap.h b/gcc/bitmap.h index beb3f4a1578a..24e987f420ad 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, 2004 + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index b00cbac4dbc1..8c3a80ab6342 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -1,6 +1,6 @@ ;; Mips.md Machine Description for MIPS based processors ;; 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 ;; Changes by Michael Meissner, meissner@osf.org ;; 64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h index d8a0f69b7241..440fe02c3a2a 100644 --- a/gcc/config/rs6000/aix.h +++ b/gcc/config/rs6000/aix.h @@ -1,6 +1,7 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX. - 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/config/rs6000/beos.h b/gcc/config/rs6000/beos.h index a9e88ac2f322..b7a05e4dd8e2 100644 --- a/gcc/config/rs6000/beos.h +++ b/gcc/config/rs6000/beos.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, for BeOS. - Copyright (C) 1997, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1997, 2000, 2001, 2002, 2003, 2005 + Free Software Foundation, Inc. Contributed by Fred Fish (fnf@cygnus.com), based on aix41.h from David Edelsohn (edelsohn@npac.syr.edu). diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index ba62b0a06016..db9abeae7358 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1,6 +1,6 @@ /* Target definitions for GNU compiler for PowerPC running System V.4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004 Free Software Foundation, Inc. + 2004, 2005 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. diff --git a/gcc/lambda-code.c b/gcc/lambda-code.c index 2267e748120e..01310cca0b92 100644 --- a/gcc/lambda-code.c +++ b/gcc/lambda-code.c @@ -1,5 +1,5 @@ /* Loop transformation code generation - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-dfa.c b/gcc/tree-dfa.c index 0d07ded7a436..70bbd7a7ab23 100644 --- a/gcc/tree-dfa.c +++ b/gcc/tree-dfa.c @@ -1,5 +1,5 @@ /* Data flow functions for trees. - Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index 828ed0c58154..87a283146e48 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -1,5 +1,6 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005 + Free Software Foundation, Inc. Written by Mark Mitchell This file is part of GCC. diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h index 033ca1971339..ffe3de11c143 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, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. Written by Mark Mitchell This file is part of GCC. diff --git a/gcc/tree-ssa-loop-manip.c b/gcc/tree-ssa-loop-manip.c index 2fdfafa274f8..6f745ea6aee8 100644 --- a/gcc/tree-ssa-loop-manip.c +++ b/gcc/tree-ssa-loop-manip.c @@ -1,5 +1,5 @@ /* High-level loop manipulation functions. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/value-prof.c b/gcc/value-prof.c index e5e43206b400..7c1f7e17a507 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -1,5 +1,5 @@ /* Transformations based on profile information for values. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC.