diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-18 05:52:47 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-18 05:52:47 +0000 |
commit | 72723ec5aebad4a6a72c4372da2663e844c9abf8 (patch) | |
tree | 7bf3cb33d1c3c452c517924fe419f535d8110857 /fixincludes/mkheaders.in | |
parent | 903a187914a19de9b6e5f34603c6f0553251a338 (diff) | |
download | gcc-72723ec5aebad4a6a72c4372da2663e844c9abf8.tar.gz |
2009-09-19 Tobias Burnus <burnus@net-b.de>
* svn merge to the trunk (Rev. 149281 to 151821).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/fortran-dev@151830 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/mkheaders.in')
-rw-r--r-- | fixincludes/mkheaders.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/mkheaders.in b/fixincludes/mkheaders.in index 33a7a524835..9109b057c53 100644 --- a/fixincludes/mkheaders.in +++ b/fixincludes/mkheaders.in @@ -41,7 +41,7 @@ fi if [ x$1 = x--version ] ; then echo "mkheaders (GCC) version $version" - echo "Copyright 2002, 2007 Free Software Foundation, Inc." + echo "Copyright 2002, 2007, 2009 Free Software Foundation, Inc." echo "This program is free software; you may redistribute it under the" echo "terms of the GNU General Public License. This program has" echo "absolutely no warranty." |