diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-01 12:03:38 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-01 12:03:38 +0000 |
commit | 73d0d289d43ba9849a594b86ef43c8df21f12969 (patch) | |
tree | 7aa76ad063ca000fddafe0f02e25acb999f6576b /libgfortran/io/io.h | |
parent | 849fd4e1b9ede92142e9c280e23f005d073e650b (diff) | |
download | gcc-73d0d289d43ba9849a594b86ef43c8df21f12969.tar.gz |
Copyright years and whitespace fix for r180734
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180736 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io/io.h')
-rw-r--r-- | libgfortran/io/io.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index 3569c543f01..5270fd7c0b4 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +/* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, + 2011 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle |