diff options
-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 |