]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gfortranspec.c: Update copyright years.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Thu, 19 Jan 2006 09:53:36 +0000 (10:53 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 19 Jan 2006 09:53:36 +0000 (10:53 +0100)
* gfortranspec.c: Update copyright years.
* trans.c: Likewise.
* trans-array.c: Likewise.
* trans-array.h: Likewise.
* trans-decl.c: Likewise.
* trans-stmt.c: Likewise.
* trans-stmt.h: Likewise.
* trans-types.c: Likewise.

From-SVN: r109951

gcc/fortran/ChangeLog
gcc/fortran/gfortranspec.c
gcc/fortran/trans-array.c
gcc/fortran/trans-array.h
gcc/fortran/trans-decl.c
gcc/fortran/trans-stmt.c
gcc/fortran/trans-stmt.h
gcc/fortran/trans-types.c
gcc/fortran/trans.c

index 618e4a6b3b634aff4c5b54a7b1008c2fcb12279b..e982bc4a03e265c80fb547ccb70036ec99288315 100644 (file)
@@ -1,3 +1,14 @@
+2006-01-19  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortranspec.c: Update copyright years.
+       * trans.c: Likewise.
+       * trans-array.c: Likewise.
+       * trans-array.h: Likewise.
+       * trans-decl.c: Likewise.
+       * trans-stmt.c: Likewise.
+       * trans-stmt.h: Likewise.
+       * trans-types.c: Likewise.
+
 2006-01-18  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
 
        PR fortran/18540
index dfb84667bc20d75a4e7e96c5c5a77b05ec67b9d5..7bbf372061ca068e6f71135ec2a79d0961b1f909 100644 (file)
@@ -1,6 +1,6 @@
 /* Specific flags and argument handling of the Fortran front-end.
-   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free
-   Software Foundation, Inc.
+   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 68bed0a18b3b88e0b1ea3e1a504cc0ac14de71df..cc8e97eac522eda7a2a78395bb8803dccef869e5 100644 (file)
@@ -1,5 +1,6 @@
 /* Array translation routines
-   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 <paul@nowt.org>
    and Steven Bosscher <s.bosscher@student.tudelft.nl>
 
index 564e6490a26a73a678c7982f731263a7dc54ec1d..8c03ab1e313189b4a0c473c2e8c100d8c18548f8 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for array handling functions
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc.
    Contributed by Paul Brook
 
 This file is part of GCC.
index a3b5d98b4462da283fc121e7a744055127c7ee20..2a92f5d446cb73d8e06c305fa18f9789fe4773f5 100644 (file)
@@ -1,5 +1,6 @@
 /* Backend function setup
-   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.
index 2abc5ea3a560507371879a129885a62663152e71..5f4313032759872ad970b7f34b0af506cd045928 100644 (file)
@@ -1,5 +1,6 @@
 /* Statement translation -- generate GCC trees from gfc_code.
-   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 <paul@nowt.org>
    and Steven Bosscher <s.bosscher@student.tudelft.nl>
 
index c1e5513839291c6b3d16775438e328ed7f15bb6f..f33d7ac32e9bbdc933e5e0757b7adef7205435b7 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for statement translation functions
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc.
    Contributed by Paul Brook
 
 This file is part of GCC.
index fcdef6a0c0e7da24ed2e44bec45a09447de069f3..3b5c1a884a375c7d2bf4ff3d7d5eaccea88f3c5a 100644 (file)
@@ -1,5 +1,6 @@
 /* Backend support for Fortran 95 basic types and derived types.
-   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 <paul@nowt.org>
    and Steven Bosscher <s.bosscher@student.tudelft.nl>
 
index 06fcddfac72599f9ef1c7c83c758b87ff8d8e89d..dff5065924486b724df2c0914cfddeba301534b4 100644 (file)
@@ -1,5 +1,6 @@
 /* Code translation -- generate GCC trees from gfc_code.
-   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.