|
@@ -2,7 +2,7 @@ unit CompForm;
|
|
|
|
|
|
{
|
|
{
|
|
Inno Setup
|
|
Inno Setup
|
|
- Copyright (C) 1997-2016 Jordan Russell
|
|
|
|
|
|
+ Copyright (C) 1997-2018 Jordan Russell
|
|
Portions by Martijn Laan
|
|
Portions by Martijn Laan
|
|
For conditions of distribution and use, see LICENSE.TXT.
|
|
For conditions of distribution and use, see LICENSE.TXT.
|
|
|
|
|
|
@@ -2188,8 +2188,8 @@ begin
|
|
String(FCompilerVersion.Version) + SNewLine;
|
|
String(FCompilerVersion.Version) + SNewLine;
|
|
if FCompilerVersion.Title <> 'Inno Setup' then
|
|
if FCompilerVersion.Title <> 'Inno Setup' then
|
|
S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
|
|
S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
|
|
- S := S + ('Copyright (C) 1997-2016 Jordan Russell' + SNewLine +
|
|
|
|
- 'Portions Copyright (C) 2000-2016 Martijn Laan' + SNewLine +
|
|
|
|
|
|
+ S := S + ('Copyright (C) 1997-2018 Jordan Russell' + SNewLine +
|
|
|
|
+ 'Portions Copyright (C) 2000-2018 Martijn Laan' + SNewLine +
|
|
'All rights reserved.' + SNewLine2 +
|
|
'All rights reserved.' + SNewLine2 +
|
|
'Inno Setup home page:' + SNewLine +
|
|
'Inno Setup home page:' + SNewLine +
|
|
'http://www.innosetup.com/' + SNewLine2 +
|
|
'http://www.innosetup.com/' + SNewLine2 +
|