OSDN Git Service

* trans-intrinsic.c, trans-types.c: Update copyright years.
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Jan 2005 16:48:16 +0000 (16:48 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Jan 2005 16:48:16 +0000 (16:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93732 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c11f54a..d90e50e 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 b49479d..cdc1fd8 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 34aace2..bd45ba4 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>