]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* trans-intrinsic.c, trans-types.c: Update copyright years.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sun, 16 Jan 2005 16:48:16 +0000 (17:48 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 16 Jan 2005 16:48:16 +0000 (17:48 +0100)
From-SVN: r93732

gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c
gcc/fortran/trans-types.c

index c11f54a78fa2e05646d96a1c6ee9045db46251ab..d90e50eb45005660eee86cb130615266a04abad5 100644 (file)
@@ -25,6 +25,8 @@
        'gfc'-prefix from local variable, remove dead code, use correct
        type when inserting argument.
 
+       * trans-intrinsic.c, trans-types.c: Update copyright years.
+
 2005-01-16  Steven G. Kargl  <kargls@comcast.net>
 
        PR 19168
index b49479dbbbee428c923a0135671685973d947765..cdc1fd8b11c1bbd4085e90858c8c2fb7038ab3f5 100644 (file)
@@ -1,5 +1,5 @@
 /* Intrinsic translation
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Paul Brook <paul@nowt.org>
    and Steven Bosscher <s.bosscher@student.tudelft.nl>
 
index 34aace2996ab4c3e94443d7aad0f00566bc87cdb..bd45ba49373d1da9cdbfa260bfe04f62b3bf506b 100644 (file)
@@ -1,5 +1,5 @@
 /* Backend support for Fortran 95 basic types and derived types.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Paul Brook <paul@nowt.org>
    and Steven Bosscher <s.bosscher@student.tudelft.nl>