Updated visible copyright dates.

This commit is contained in:
Martijn Laan 2015-07-03 14:37:29 +02:00
parent 1c2a53a750
commit 242f02f319
9 changed files with 23 additions and 23 deletions

View File

@ -1,8 +1,8 @@
Inno Setup Inno Setup
========== ==========
Copyright (C) 1997-2014 Jordan Russell. All rights reserved. Copyright (C) 1997-2015 Jordan Russell. All rights reserved.
Portions Copyright (C) 2000-2014 Martijn Laan. All rights reserved. Portions Copyright (C) 2000-2015 Martijn Laan. All rights reserved.
For conditions of distribution and use, see LICENSE.TXT. For conditions of distribution and use, see LICENSE.TXT.
Contributing issues Contributing issues

View File

@ -2,7 +2,7 @@ unit CompForm;
{ {
Inno Setup Inno Setup
Copyright (C) 1997-2014 Jordan Russell Copyright (C) 1997-2015 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-2014 Jordan Russell' + SNewLine + S := S + ('Copyright (C) 1997-2015 Jordan Russell' + SNewLine +
'Portions Copyright (C) 2000-2014 Martijn Laan' + SNewLine + 'Portions Copyright (C) 2000-2015 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 +

View File

@ -2,7 +2,7 @@ unit Compile;
{ {
Inno Setup Inno Setup
Copyright (C) 1997-2014 Jordan Russell Copyright (C) 1997-2015 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.
@ -8879,8 +8879,8 @@ begin
AddStatus(''); AddStatus('');
for I := 0 to WarningsList.Count-1 do for I := 0 to WarningsList.Count-1 do
AddStatus(SCompilerStatusWarning + WarningsList[I]); AddStatus(SCompilerStatusWarning + WarningsList[I]);
asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2014 Jordan Russell, ' asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2015 Jordan Russell, '
db 'Portions Copyright (C) 2000-2014 Martijn Laan',0; @1: end; db 'Portions Copyright (C) 2000-2015 Martijn Laan',0; @1: end;
{ Note: Removing or modifying the copyright text is a violation of the { Note: Removing or modifying the copyright text is a violation of the
Inno Setup license agreement; see LICENSE.TXT. } Inno Setup license agreement; see LICENSE.TXT. }
finally finally

View File

@ -3,7 +3,7 @@ program ISCC;
{ {
Inno Setup Inno Setup
Copyright (C) 1997-2014 Jordan Russell Copyright (C) 1997-2015 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.
@ -341,8 +341,8 @@ procedure ProcessCommandLine;
procedure ShowBanner; procedure ShowBanner;
begin begin
WriteStdOut('Inno Setup 5 Command-Line Compiler'); WriteStdOut('Inno Setup 5 Command-Line Compiler');
WriteStdOut('Copyright (C) 1997-2014 Jordan Russell. All rights reserved.'); WriteStdOut('Copyright (C) 1997-2015 Jordan Russell. All rights reserved.');
WriteStdOut('Portions Copyright (C) 2000-2014 Martijn Laan'); WriteStdOut('Portions Copyright (C) 2000-2015 Martijn Laan');
if IsppMode then begin if IsppMode then begin
WriteStdOut('Inno Setup Preprocessor'); WriteStdOut('Inno Setup Preprocessor');
WriteStdOut('Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.'); WriteStdOut('Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.');

View File

@ -2,7 +2,7 @@ unit Main;
{ {
Inno Setup Inno Setup
Copyright (C) 1997-2014 Jordan Russell Copyright (C) 1997-2015 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.
@ -3584,8 +3584,8 @@ begin
S := SetupTitle + ' version ' + SetupVersion + SNewLine; S := SetupTitle + ' version ' + SetupVersion + SNewLine;
if SetupTitle <> 'Inno Setup' then if SetupTitle <> 'Inno Setup' then
S := S + (SNewLine + 'Based on Inno Setup' + SNewLine); S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
S := S + ('Copyright (C) 1997-2014 Jordan Russell' + SNewLine + S := S + ('Copyright (C) 1997-2015 Jordan Russell' + SNewLine +
'Portions Copyright (C) 2000-2014 Martijn Laan' + SNewLine + 'Portions Copyright (C) 2000-2015 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/'); 'http://www.innosetup.com/');

View File

@ -1,8 +1,8 @@
Inno Setup Inno Setup
========== ==========
Copyright (C) 1997-2014 Jordan Russell. All rights reserved. Copyright (C) 1997-2015 Jordan Russell. All rights reserved.
Portions Copyright (C) 2000-2014 Martijn Laan. All rights reserved. Portions Copyright (C) 2000-2015 Martijn Laan. All rights reserved.
For conditions of distribution and use, see LICENSE.TXT. For conditions of distribution and use, see LICENSE.TXT.
Source code README Source code README

View File

@ -3,7 +3,7 @@
<!-- <!--
Inno Setup Inno Setup
Copyright (C) 1997-2014 Jordan Russell Copyright (C) 1997-2015 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.
--> -->
@ -86,8 +86,8 @@
<p> <p>
<b>Inno Setup version 5.5.5</b><br/> <b>Inno Setup version 5.5.5</b><br/>
<b>Copyright &copy; 1997-2014 Jordan Russell. All rights reserved.</b><br/> <b>Copyright &copy; 1997-2015 Jordan Russell. All rights reserved.</b><br/>
<b>Portions Copyright &copy; 2000-2014 Martijn Laan. All rights reserved.</b><br/> <b>Portions Copyright &copy; 2000-2015 Martijn Laan. All rights reserved.</b><br/>
<extlink href="http://www.jrsoftware.org/">Inno Setup home page</extlink> <extlink href="http://www.jrsoftware.org/">Inno Setup home page</extlink>
</p> </p>

View File

@ -4,8 +4,8 @@ Inno Setup License
Except where otherwise noted, all of the documentation and software included Except where otherwise noted, all of the documentation and software included
in the Inno Setup package is copyrighted by Jordan Russell. in the Inno Setup package is copyrighted by Jordan Russell.
Copyright (C) 1997-2014 Jordan Russell. All rights reserved. Copyright (C) 1997-2015 Jordan Russell. All rights reserved.
Portions Copyright (C) 2000-2014 Martijn Laan. All rights reserved. Portions Copyright (C) 2000-2015 Martijn Laan. All rights reserved.
This software is provided "as-is," without any express or implied warranty. This software is provided "as-is," without any express or implied warranty.
In no event shall the author be held liable for any damages arising from the In no event shall the author be held liable for any damages arising from the

View File

@ -21,8 +21,8 @@
<div class="bluehead"><span class="head1">Inno Setup 5</span><br /><span class="head2">Revision History</span></div> <div class="bluehead"><span class="head1">Inno Setup 5</span><br /><span class="head2">Revision History</span></div>
<p>Copyright &copy; 1997-2014 <a href="http://www.jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br /> <p>Copyright &copy; 1997-2015 <a href="http://www.jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
Portions Copyright &copy; 2000-2014 Martijn Laan. All rights reserved.<br /> Portions Copyright &copy; 2000-2015 Martijn Laan. All rights reserved.<br />
For conditions of distribution and use, see <a href="http://www.jrsoftware.org/files/is/license.txt">LICENSE.TXT</a>. For conditions of distribution and use, see <a href="http://www.jrsoftware.org/files/is/license.txt">LICENSE.TXT</a>.
</p> </p>