diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-15 15:53:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-15 15:53:52 +0000 |
commit | 6a6305e4a19e49f1eda41b88d6d3d8239f166566 (patch) | |
tree | b070c8d7234ed5b41c20f0853fe06310805e0be5 /gcc/tree-dump.c | |
parent | ab71324aa4f52fb6633a36a074ac76e3f728bdc6 (diff) | |
download | gcc-6a6305e4a19e49f1eda41b88d6d3d8239f166566.zip gcc-6a6305e4a19e49f1eda41b88d6d3d8239f166566.tar.gz gcc-6a6305e4a19e49f1eda41b88d6d3d8239f166566.tar.bz2 |
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
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r-- | gcc/tree-dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index 828ed0c..87a2831 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 <mark@codesourcery.com> This file is part of GCC. |