diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-01-03 21:52:22 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-01-03 21:52:22 +0100 |
commit | d652f226fca1e942b7851d1205f8a6a472d9e0a0 (patch) | |
tree | 3c1893018c4982715ae7a36867682b0529e61ec6 /gcc/fortran | |
parent | 4c81ff2682282ce3f33fa918b7f01608f9937553 (diff) | |
download | gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.zip gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.tar.gz gcc-d652f226fca1e942b7851d1205f8a6a472d9e0a0.tar.bz2 |
Update Copyright years for files modified in 2010.
From-SVN: r168438
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/arith.h | 2 | ||||
-rw-r--r-- | gcc/fortran/bbt.c | 2 | ||||
-rw-r--r-- | gcc/fortran/config-lang.in | 2 | ||||
-rw-r--r-- | gcc/fortran/convert.c | 2 | ||||
-rw-r--r-- | gcc/fortran/data.h | 2 | ||||
-rw-r--r-- | gcc/fortran/dependency.h | 2 | ||||
-rw-r--r-- | gcc/fortran/iso-c-binding.def | 2 | ||||
-rw-r--r-- | gcc/fortran/mathbuiltins.def | 2 | ||||
-rw-r--r-- | gcc/fortran/misc.c | 2 | ||||
-rw-r--r-- | gcc/fortran/target-memory.h | 2 | ||||
-rw-r--r-- | gcc/fortran/trans-const.h | 2 | ||||
-rw-r--r-- | gcc/fortran/trans-types.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gcc/fortran/arith.h b/gcc/fortran/arith.h index 9d79634..7e1dcca 100644 --- a/gcc/fortran/arith.h +++ b/gcc/fortran/arith.h @@ -1,5 +1,5 @@ /* Compiler arithmetic header. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by Steven Bosscher diff --git a/gcc/fortran/bbt.c b/gcc/fortran/bbt.c index 1e7d8c0..a78467b 100644 --- a/gcc/fortran/bbt.c +++ b/gcc/fortran/bbt.c @@ -1,5 +1,5 @@ /* Balanced binary trees using treaps. - Copyright (C) 2000, 2002, 2003, 2007, 2008 + Copyright (C) 2000, 2002, 2003, 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by Andy Vaught diff --git a/gcc/fortran/config-lang.in b/gcc/fortran/config-lang.in index b7ace71..43aab7a 100644 --- a/gcc/fortran/config-lang.in +++ b/gcc/fortran/config-lang.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/fortran/convert.c b/gcc/fortran/convert.c index 0493f3f..96874fa 100644 --- a/gcc/fortran/convert.c +++ b/gcc/fortran/convert.c @@ -1,5 +1,5 @@ /* Language-level data type conversion for GNU C. - Copyright (C) 1987, 1988, 1991, 1998, 2002, 2007, 2008 + Copyright (C) 1987, 1988, 1991, 1998, 2002, 2007, 2008, 2010 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/data.h b/gcc/fortran/data.h index c54c75d..955843c 100644 --- a/gcc/fortran/data.h +++ b/gcc/fortran/data.h @@ -1,5 +1,5 @@ /* Header for functions resolving DATA statements. - Copyright (C) 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/dependency.h b/gcc/fortran/dependency.h index c2f7229..d58287d 100644 --- a/gcc/fortran/dependency.h +++ b/gcc/fortran/dependency.h @@ -1,5 +1,5 @@ /* Header for dependency analysis - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by Paul Brook diff --git a/gcc/fortran/iso-c-binding.def b/gcc/fortran/iso-c-binding.def index 4cb7c23..bea8306 100644 --- a/gcc/fortran/iso-c-binding.def +++ b/gcc/fortran/iso-c-binding.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +/* Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/mathbuiltins.def b/gcc/fortran/mathbuiltins.def index b3c5299..b0bcc1f 100644 --- a/gcc/fortran/mathbuiltins.def +++ b/gcc/fortran/mathbuiltins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +/* Copyright (C) 2004, 2005, 2007, 2008, 2010 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/misc.c b/gcc/fortran/misc.c index 86e102e..4dd186f 100644 --- a/gcc/fortran/misc.c +++ b/gcc/fortran/misc.c @@ -1,5 +1,5 @@ /* Miscellaneous stuff that doesn't fit anywhere else. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by Andy Vaught diff --git a/gcc/fortran/target-memory.h b/gcc/fortran/target-memory.h index 7cddc66..2a82a88 100644 --- a/gcc/fortran/target-memory.h +++ b/gcc/fortran/target-memory.h @@ -1,5 +1,5 @@ /* Simulate storage of variables into target memory, header. - Copyright (C) 2007, 2008 + Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by Paul Thomas and Brooks Moses diff --git a/gcc/fortran/trans-const.h b/gcc/fortran/trans-const.h index 8f56711..9dbe9f8 100644 --- a/gcc/fortran/trans-const.h +++ b/gcc/fortran/trans-const.h @@ -1,5 +1,5 @@ /* Header for code constant translation functions - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by Paul Brook diff --git a/gcc/fortran/trans-types.h b/gcc/fortran/trans-types.h index 1741b9b..57afd8c 100644 --- a/gcc/fortran/trans-types.h +++ b/gcc/fortran/trans-types.h @@ -1,5 +1,5 @@ /* Header for Fortran 95 types backend support. - Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 + Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2010 Free Software Foundation, Inc. Contributed by Paul Brook <paul@nowt.org> and Steven Bosscher <s.bosscher@student.tudelft.nl> |