aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@gcc.gnu.org>2010-01-09 14:46:25 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2010-01-09 14:46:25 +0000
commit7c0281633fd3af8f287b51f89906ce3d528216d1 (patch)
tree6f71f11372bda983b159e8d70b88ae0184a434f9
parent994ae26cb557ee48ab34a1b88b2c9cf036b3c276 (diff)
downloadgcc-7c0281633fd3af8f287b51f89906ce3d528216d1.zip
gcc-7c0281633fd3af8f287b51f89906ce3d528216d1.tar.gz
gcc-7c0281633fd3af8f287b51f89906ce3d528216d1.tar.bz2
Update copyright notices of my recent commits.
From-SVN: r155766
-rw-r--r--gcc/df.h4
-rw-r--r--gcc/gimplify.c2
-rw-r--r--gcc/tree-cfg.c4
-rw-r--r--gcc/tree-vect-loop-manip.c4
-rw-r--r--gcc/vec.h3
-rw-r--r--gcc/web.c2
6 files changed, 10 insertions, 9 deletions
diff --git a/gcc/df.h b/gcc/df.h
index e1421d1..f8b28ad 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -1,7 +1,7 @@
/* Form lists of pseudo register references for autoinc optimization
for GNU compiler. This is part of flow optimization.
- Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009
- Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008,
+ 2009, 2010 Free Software Foundation, Inc.
Originally contributed by Michael P. Hayes
(m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com)
Major rewrite contributed by Danny Berlin (dberlin@dberlin.org)
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index e09cb3e..ccae4d8 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -1,6 +1,6 @@
/* Tree lowering pass. This pass converts the GENERIC functions-as-trees
tree representation into the GIMPLE form.
- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Major work done by Sebastian Pop <s.pop@laposte.net>,
Diego Novillo <dnovillo@redhat.com> and Jason Merrill <jason@redhat.com>.
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c
index b6e9006..4ba9dd7 100644
--- a/gcc/tree-cfg.c
+++ b/gcc/tree-cfg.c
@@ -1,6 +1,6 @@
/* Control flow functions for trees.
- Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
- Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+ 2010 Free Software Foundation, Inc.
Contributed by Diego Novillo <dnovillo@redhat.com>
This file is part of GCC.
diff --git a/gcc/tree-vect-loop-manip.c b/gcc/tree-vect-loop-manip.c
index 72b9056..a0d3ce5 100644
--- a/gcc/tree-vect-loop-manip.c
+++ b/gcc/tree-vect-loop-manip.c
@@ -1,6 +1,6 @@
/* Vectorizer Specific Loop Manipulations
- Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
- Foundation, Inc.
+ Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
Contributed by Dorit Naishlos <dorit@il.ibm.com>
and Ira Rosen <irar@il.ibm.com>
diff --git a/gcc/vec.h b/gcc/vec.h
index 8085034..8cb9c58 100644
--- a/gcc/vec.h
+++ b/gcc/vec.h
@@ -1,5 +1,6 @@
/* Vector API for GNU compiler.
- Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
Contributed by Nathan Sidwell <nathan@codesourcery.com>
This file is part of GCC.
diff --git a/gcc/web.c b/gcc/web.c
index d562807..18579b5 100644
--- a/gcc/web.c
+++ b/gcc/web.c
@@ -1,6 +1,6 @@
/* Web construction code for GNU compiler.
Contributed by Jan Hubicka.
- Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008
+ Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008, 2010
Free Software Foundation, Inc.
This file is part of GCC.