diff options
author | Brad King <brad.king@kitware.com> | 2008-04-21 15:28:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-04-21 15:28:53 (GMT) |
commit | 2eb3653d79a523b1745bd6fc7f3abc7bd0738e06 (patch) | |
tree | 9d79effa5151ee3fbf19516b30121303c6a2186a /Source | |
parent | 52898fe9250aaa16904640874852c45bfc4c325b (diff) | |
download | CMake-2eb3653d79a523b1745bd6fc7f3abc7bd0738e06.zip CMake-2eb3653d79a523b1745bd6fc7f3abc7bd0738e06.tar.gz CMake-2eb3653d79a523b1745bd6fc7f3abc7bd0738e06.tar.bz2 |
STYLE: Fix reference to makedepf90 project.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmDependsFortranLexer.cxx | 4 | ||||
-rw-r--r-- | Source/cmDependsFortranLexer.in.l | 4 | ||||
-rw-r--r-- | Source/cmDependsFortranParser.cxx | 4 | ||||
-rw-r--r-- | Source/cmDependsFortranParser.y | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Source/cmDependsFortranLexer.cxx b/Source/cmDependsFortranLexer.cxx index 86a5421..2c874aa 100644 --- a/Source/cmDependsFortranLexer.cxx +++ b/Source/cmDependsFortranLexer.cxx @@ -636,9 +636,9 @@ static yyconst flex_int16_t yy_chk[531] = =========================================================================*/ /*------------------------------------------------------------------------- - Portions of this source have been derived from makefdep90 version 2.8.8, + Portions of this source have been derived from makedepf90 version 2.8.8, - Copyright (C) 2000,2001 Erik Edelmann <eedelman@beam.helsinki.fi>. + Copyright (C) 2000--2006 Erik Edelmann <erik.edelmann@iki.fi> The code was originally distributed under the GPL but permission from the copyright holder has been obtained to distribute this diff --git a/Source/cmDependsFortranLexer.in.l b/Source/cmDependsFortranLexer.in.l index cef2be9..45c07b6 100644 --- a/Source/cmDependsFortranLexer.in.l +++ b/Source/cmDependsFortranLexer.in.l @@ -16,9 +16,9 @@ =========================================================================*/ /*------------------------------------------------------------------------- - Portions of this source have been derived from makefdep90 version 2.8.8, + Portions of this source have been derived from makedepf90 version 2.8.8, - Copyright (C) 2000,2001 Erik Edelmann <eedelman@beam.helsinki.fi>. + Copyright (C) 2000--2006 Erik Edelmann <erik.edelmann@iki.fi> The code was originally distributed under the GPL but permission from the copyright holder has been obtained to distribute this diff --git a/Source/cmDependsFortranParser.cxx b/Source/cmDependsFortranParser.cxx index e0daf0c..6569c7d 100644 --- a/Source/cmDependsFortranParser.cxx +++ b/Source/cmDependsFortranParser.cxx @@ -153,9 +153,9 @@ =========================================================================*/ /*------------------------------------------------------------------------- - Portions of this source have been derived from makefdep90 version 2.6.2, + Portions of this source have been derived from makedepf90 version 2.8.8, - Copyright (C) 2000,2001 Erik Edelmann <eedelman@beam.helsinki.fi>. + Copyright (C) 2000--2006 Erik Edelmann <erik.edelmann@iki.fi> The code was originally distributed under the GPL but permission from the copyright holder has been obtained to distribute this diff --git a/Source/cmDependsFortranParser.y b/Source/cmDependsFortranParser.y index b28786d..4800b98 100644 --- a/Source/cmDependsFortranParser.y +++ b/Source/cmDependsFortranParser.y @@ -16,9 +16,9 @@ =========================================================================*/ /*------------------------------------------------------------------------- - Portions of this source have been derived from makefdep90 version 2.6.2, + Portions of this source have been derived from makedepf90 version 2.8.8, - Copyright (C) 2000,2001 Erik Edelmann <eedelman@beam.helsinki.fi>. + Copyright (C) 2000--2006 Erik Edelmann <erik.edelmann@iki.fi> The code was originally distributed under the GPL but permission from the copyright holder has been obtained to distribute this |