Update visible copyright dates.
This commit is contained in:
parent
5e15dbf450
commit
7b6a56d383
@ -1,8 +1,8 @@
|
||||
Inno Setup
|
||||
==========
|
||||
|
||||
Copyright (C) 1997-2024 Jordan Russell. All rights reserved.
|
||||
Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.
|
||||
Copyright (C) 1997-2025 Jordan Russell. All rights reserved.
|
||||
Portions Copyright (C) 2000-2025 Martijn Laan. All rights reserved.
|
||||
For conditions of distribution and use, see LICENSE.TXT.
|
||||
|
||||
Contributing issues
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Inno Setup Preprocessor
|
||||
//
|
||||
// Inno Setup (C) 1997-2024 Jordan Russell. All Rights Reserved.
|
||||
// Portions Copyright (C) 2000-2024 Martijn Laan. All Rights Reserved.
|
||||
// Inno Setup (C) 1997-2025 Jordan Russell. All Rights Reserved.
|
||||
// Portions Copyright (C) 2000-2025 Martijn Laan. All Rights Reserved.
|
||||
// Portions Copyright (C) 2001-2004 Alex Yackimoff. All Rights Reserved.
|
||||
//
|
||||
// See the ISPP help file for more documentation of the functions defined by this file
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<!--
|
||||
Inno Setup
|
||||
Copyright (C) 1997-2024 Jordan Russell
|
||||
Copyright (C) 1997-2025 Jordan Russell
|
||||
Portions by Martijn Laan
|
||||
For conditions of distribution and use, see LICENSE.TXT.
|
||||
-->
|
||||
@ -103,8 +103,8 @@
|
||||
|
||||
<p>
|
||||
<b>Inno Setup version 6.4.0-dev</b><br/>
|
||||
<b>Copyright © 1997-2024 Jordan Russell. All rights reserved.</b><br/>
|
||||
<b>Portions Copyright © 2000-2024 Martijn Laan. All rights reserved.</b><br/>
|
||||
<b>Copyright © 1997-2025 Jordan Russell. All rights reserved.</b><br/>
|
||||
<b>Portions Copyright © 2000-2025 Martijn Laan. All rights reserved.</b><br/>
|
||||
<extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>
|
||||
</p>
|
||||
|
||||
|
@ -3,7 +3,7 @@ program ISCC;
|
||||
|
||||
{
|
||||
Inno Setup
|
||||
Copyright (C) 1997-2024 Jordan Russell
|
||||
Copyright (C) 1997-2025 Jordan Russell
|
||||
Portions by Martijn Laan
|
||||
For conditions of distribution and use, see LICENSE.TXT.
|
||||
|
||||
@ -380,8 +380,8 @@ procedure ProcessCommandLine;
|
||||
procedure ShowBanner;
|
||||
begin
|
||||
WriteStdOut('Inno Setup 6 Command-Line Compiler');
|
||||
WriteStdOut('Copyright (C) 1997-2024 Jordan Russell. All rights reserved.');
|
||||
WriteStdOut('Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.');
|
||||
WriteStdOut('Copyright (C) 1997-2025 Jordan Russell. All rights reserved.');
|
||||
WriteStdOut('Portions Copyright (C) 2000-2025 Martijn Laan. All rights reserved.');
|
||||
if IsppMode then
|
||||
WriteStdOut('Portions Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.');
|
||||
WriteStdOut('https://www.innosetup.com');
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@ unit Compiler.SetupCompiler;
|
||||
|
||||
{
|
||||
Inno Setup
|
||||
Copyright (C) 1997-2024 Jordan Russell
|
||||
Copyright (C) 1997-2025 Jordan Russell
|
||||
Portions by Martijn Laan
|
||||
For conditions of distribution and use, see LICENSE.TXT.
|
||||
|
||||
@ -8013,8 +8013,8 @@ begin
|
||||
AddStatus('');
|
||||
for I := 0 to WarningsList.Count-1 do
|
||||
AddStatus(SCompilerStatusWarning + WarningsList[I], True);
|
||||
asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2024 Jordan Russell, '
|
||||
db 'Portions Copyright (C) 2000-2024 Martijn Laan',0; @1: end;
|
||||
asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2025 Jordan Russell, '
|
||||
db 'Portions Copyright (C) 2000-2025 Martijn Laan',0; @1: end;
|
||||
{ Note: Removing or modifying the copyright text is a violation of the
|
||||
Inno Setup license agreement; see LICENSE.TXT. }
|
||||
finally
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
Inno Setup
|
||||
Copyright (C) 1997-2024 Jordan Russell
|
||||
Copyright (C) 1997-2025 Jordan Russell
|
||||
Portions by Martijn Laan
|
||||
For conditions of distribution and use, see LICENSE.TXT.
|
||||
|
||||
@ -3539,8 +3539,8 @@ begin
|
||||
String(FCompilerVersion.Version) + SNewLine;
|
||||
if FCompilerVersion.Title <> 'Inno Setup' then
|
||||
S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
|
||||
S := S + ('Copyright (C) 1997-2024 Jordan Russell' + SNewLine +
|
||||
'Portions Copyright (C) 2000-2024 Martijn Laan' + SNewLine +
|
||||
S := S + ('Copyright (C) 1997-2025 Jordan Russell' + SNewLine +
|
||||
'Portions Copyright (C) 2000-2025 Martijn Laan' + SNewLine +
|
||||
'All rights reserved.' + SNewLine2 +
|
||||
'Inno Setup home page:' + SNewLine +
|
||||
'https://www.innosetup.com/' + SNewLine2 +
|
||||
|
@ -2,7 +2,7 @@ unit Setup.MainForm;
|
||||
|
||||
{
|
||||
Inno Setup
|
||||
Copyright (C) 1997-2024 Jordan Russell
|
||||
Copyright (C) 1997-2025 Jordan Russell
|
||||
Portions by Martijn Laan
|
||||
For conditions of distribution and use, see LICENSE.TXT.
|
||||
|
||||
@ -60,8 +60,8 @@ begin
|
||||
S := SetupTitle + ' version ' + SetupVersion + SNewLine;
|
||||
if SetupTitle <> 'Inno Setup' then
|
||||
S := S + (SNewLine + 'Based on Inno Setup' + SNewLine);
|
||||
S := S + ('Copyright (C) 1997-2024 Jordan Russell' + SNewLine +
|
||||
'Portions Copyright (C) 2000-2024 Martijn Laan' + SNewLine +
|
||||
S := S + ('Copyright (C) 1997-2025 Jordan Russell' + SNewLine +
|
||||
'Portions Copyright (C) 2000-2025 Martijn Laan' + SNewLine +
|
||||
'All rights reserved.' + SNewLine2 +
|
||||
'Inno Setup home page:' + SNewLine +
|
||||
'https://www.innosetup.com/');
|
||||
|
@ -1,8 +1,8 @@
|
||||
Inno Setup
|
||||
==========
|
||||
|
||||
Copyright (C) 1997-2024 Jordan Russell. All rights reserved.
|
||||
Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.
|
||||
Copyright (C) 1997-2025 Jordan Russell. All rights reserved.
|
||||
Portions Copyright (C) 2000-2025 Martijn Laan. All rights reserved.
|
||||
For conditions of distribution and use, see LICENSE.TXT.
|
||||
|
||||
Source code README
|
||||
|
@ -4,8 +4,8 @@ Inno Setup License
|
||||
Except where otherwise noted, all of the documentation and software included in the Inno Setup
|
||||
package is copyrighted by Jordan Russell.
|
||||
|
||||
Copyright (C) 1997-2024 Jordan Russell. All rights reserved.
|
||||
Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.
|
||||
Copyright (C) 1997-2025 Jordan Russell. All rights reserved.
|
||||
Portions Copyright (C) 2000-2025 Martijn Laan. All rights reserved.
|
||||
|
||||
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 use of this software.
|
||||
|
@ -2,8 +2,8 @@
|
||||
; Inno Setup's own Setup script
|
||||
|
||||
; Inno Setup
|
||||
; Copyright (C) 1997-2024 Jordan Russell. All rights reserved.
|
||||
; Portions Copyright (C) 2000-2024 Martijn Laan. All rights reserved.
|
||||
; Copyright (C) 1997-2025 Jordan Russell. All rights reserved.
|
||||
; Portions Copyright (C) 2000-2025 Martijn Laan. All rights reserved.
|
||||
; For conditions of distribution and use, see LICENSE.TXT.
|
||||
|
||||
#include "isdonateandmail.iss"
|
||||
@ -18,7 +18,7 @@ AppPublisher=jrsoftware.org
|
||||
AppPublisherURL=https://www.innosetup.com/
|
||||
AppSupportURL=https://www.innosetup.com/
|
||||
AppUpdatesURL=https://www.innosetup.com/
|
||||
VersionInfoCopyright=Copyright (C) 1997-2024 Jordan Russell. Portions Copyright (C) 2000-2024 Martijn Laan.
|
||||
VersionInfoCopyright=Copyright (C) 1997-2025 Jordan Russell. Portions Copyright (C) 2000-2025 Martijn Laan.
|
||||
AppMutex=InnoSetupCompilerAppMutex,Global\InnoSetupCompilerAppMutex
|
||||
SetupMutex=InnoSetupCompilerSetupMutex,Global\InnoSetupCompilerSetupMutex
|
||||
WizardStyle=modern
|
||||
|
@ -22,8 +22,8 @@
|
||||
|
||||
<div class="bluehead"><span class="head1">Inno Setup 6</span><br /><span class="head2">Revision History</span></div>
|
||||
|
||||
<p>Copyright © 1997-2024 <a href="./">Jordan Russell</a>. All rights reserved.<br />
|
||||
Portions Copyright © 2000-2024 Martijn Laan. All rights reserved.<br />
|
||||
<p>Copyright © 1997-2025 <a href="./">Jordan Russell</a>. All rights reserved.<br />
|
||||
Portions Copyright © 2000-2025 Martijn Laan. All rights reserved.<br />
|
||||
For conditions of distribution and use, see <a href="files/is/license.txt">LICENSE.TXT</a>.
|
||||
</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user