From: Tobias Schlüter Date: Sat, 11 Nov 2006 17:10:24 +0000 (+0100) Subject: data.c: Add 2006 to copyright years. X-Git-Tag: releases/gcc-4.3.0~8528 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc0a33d315e597f6d5c07a8a0b071de91d6aa20b;p=thirdparty%2Fgcc.git data.c: Add 2006 to copyright years. * data.c: Add 2006 to copyright years. * interface.c: Same. * misc.c: Same. * trans-io.c: Same. From-SVN: r118700 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 66ee88e90edc..6250413c81df 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2006-11-11 Tobias Schlüter + + * data.c: Add 2006 to copyright years. + * interface.c: Same. + * misc.c: Same. + * trans-io.c: Same. + 2006-11-11 Richard Guenther * trans-intrinsic.c (enum rounding_mode): New enum. diff --git a/gcc/fortran/array.c b/gcc/fortran/array.c index ace828c1c2a6..559662ffb72f 100644 --- a/gcc/fortran/array.c +++ b/gcc/fortran/array.c @@ -1,5 +1,6 @@ /* Array things - Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2005, 3006 Free Software + Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/data.c b/gcc/fortran/data.c index d53f92c4e209..b17d6b8fe4e0 100644 --- a/gcc/fortran/data.c +++ b/gcc/fortran/data.c @@ -1,5 +1,6 @@ /* Supporting functions for resolving DATA statement. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software + Foundation, Inc. Contributed by Lifang Zeng This file is part of GCC. diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index a3c80f2293a3..5a9b2da7064d 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -1,5 +1,6 @@ /* Deal with interfaces. - Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Free Software + Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/misc.c b/gcc/fortran/misc.c index bafb69819ddd..dbf27e2218ae 100644 --- a/gcc/fortran/misc.c +++ b/gcc/fortran/misc.c @@ -1,6 +1,6 @@ /* Miscellaneous stuff that doesn't fit anywhere else. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 - Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software + Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/trans-io.c b/gcc/fortran/trans-io.c index 4fb198366037..b1dce9761156 100644 --- a/gcc/fortran/trans-io.c +++ b/gcc/fortran/trans-io.c @@ -1,5 +1,6 @@ /* IO Code translation/library interface - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software + Foundation, Inc. Contributed by Paul Brook This file is part of GCC.