diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76b0ac541..8cbbe6d65 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ Inno Setup ========== -Copyright (C) 1997-2020 Jordan Russell. All rights reserved. -Portions Copyright (C) 2000-2020 Martijn Laan. All rights reserved. +Copyright (C) 1997-2021 Jordan Russell. All rights reserved. +Portions Copyright (C) 2000-2021 Martijn Laan. All rights reserved. For conditions of distribution and use, see LICENSE.TXT. Contributing issues diff --git a/Files/ISPPBuiltins.iss b/Files/ISPPBuiltins.iss index 67b07d808..4c83ec4f0 100644 --- a/Files/ISPPBuiltins.iss +++ b/Files/ISPPBuiltins.iss @@ -1,7 +1,7 @@ // Inno Setup Preprocessor // -// Inno Setup (C) 1997-2020 Jordan Russell. All Rights Reserved. -// Portions Copyright (C) 2000-2020 Martijn Laan. All Rights Reserved. +// Inno Setup (C) 1997-2021 Jordan Russell. All Rights Reserved. +// Portions Copyright (C) 2000-2021 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 diff --git a/ISHelp/isetup.xml b/ISHelp/isetup.xml index e99dc97ae..cda931986 100644 --- a/ISHelp/isetup.xml +++ b/ISHelp/isetup.xml @@ -3,7 +3,7 @@ @@ -88,8 +88,8 @@

Inno Setup version 6.1.3
-Copyright © 1997-2020 Jordan Russell. All rights reserved.
-Portions Copyright © 2000-2020 Martijn Laan. All rights reserved.
+Copyright © 1997-2021 Jordan Russell. All rights reserved.
+Portions Copyright © 2000-2021 Martijn Laan. All rights reserved.
Inno Setup home page

diff --git a/Projects/CompForm.pas b/Projects/CompForm.pas index 52a82ce5b..e71ce1eef 100644 --- a/Projects/CompForm.pas +++ b/Projects/CompForm.pas @@ -2,7 +2,7 @@ { Inno Setup - Copyright (C) 1997-2020 Jordan Russell + Copyright (C) 1997-2021 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. @@ -2493,8 +2493,8 @@ procedure TCompileForm.HAboutClick(Sender: TObject); String(FCompilerVersion.Version) + SNewLine; if FCompilerVersion.Title <> 'Inno Setup' then S := S + (SNewLine + 'Based on Inno Setup' + SNewLine); - S := S + ('Copyright (C) 1997-2020 Jordan Russell' + SNewLine + - 'Portions Copyright (C) 2000-2020 Martijn Laan' + SNewLine + + S := S + ('Copyright (C) 1997-2021 Jordan Russell' + SNewLine + + 'Portions Copyright (C) 2000-2021 Martijn Laan' + SNewLine + 'All rights reserved.' + SNewLine2 + 'Inno Setup home page:' + SNewLine + 'https://www.innosetup.com/' + SNewLine2 + diff --git a/Projects/Compil32.res b/Projects/Compil32.res index 7e47d2995..9197b842e 100644 Binary files a/Projects/Compil32.res and b/Projects/Compil32.res differ diff --git a/Projects/Compile.pas b/Projects/Compile.pas index 262d49af1..a68635963 100644 --- a/Projects/Compile.pas +++ b/Projects/Compile.pas @@ -2,7 +2,7 @@ { Inno Setup - Copyright (C) 1997-2020 Jordan Russell + Copyright (C) 1997-2021 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. @@ -9113,8 +9113,8 @@ procedure TSetupCompiler.Compile; 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-2020 Jordan Russell, ' - db 'Portions Copyright (C) 2000-2020 Martijn Laan',0; @1: end; + asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2021 Jordan Russell, ' + db 'Portions Copyright (C) 2000-2021 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 diff --git a/Projects/ISCC.dpr b/Projects/ISCC.dpr index 82691765c..da8c97971 100644 --- a/Projects/ISCC.dpr +++ b/Projects/ISCC.dpr @@ -3,7 +3,7 @@ program ISCC; { Inno Setup - Copyright (C) 1997-2019 Jordan Russell + Copyright (C) 1997-2021 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. @@ -367,8 +367,8 @@ procedure ProcessCommandLine; procedure ShowBanner; begin WriteStdOut('Inno Setup 6 Command-Line Compiler'); - WriteStdOut('Copyright (C) 1997-2020 Jordan Russell. All rights reserved.'); - WriteStdOut('Portions Copyright (C) 2000-2020 Martijn Laan. All rights reserved.'); + WriteStdOut('Copyright (C) 1997-2021 Jordan Russell. All rights reserved.'); + WriteStdOut('Portions Copyright (C) 2000-2021 Martijn Laan. All rights reserved.'); if IsppMode then WriteStdOut('Portions Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.'); WriteStdOut('https://www.innosetup.com'); diff --git a/Projects/ISCC.res b/Projects/ISCC.res index cf70da737..5f5b29697 100644 Binary files a/Projects/ISCC.res and b/Projects/ISCC.res differ diff --git a/Projects/ISCmplr.res b/Projects/ISCmplr.res index d5094cf05..1991c3ea3 100644 Binary files a/Projects/ISCmplr.res and b/Projects/ISCmplr.res differ diff --git a/Projects/ISPP/ISPP.res b/Projects/ISPP/ISPP.res index c75662fc7..6aa64afcf 100644 Binary files a/Projects/ISPP/ISPP.res and b/Projects/ISPP/ISPP.res differ diff --git a/Projects/Main.pas b/Projects/Main.pas index e762f3cda..a3964a75f 100644 --- a/Projects/Main.pas +++ b/Projects/Main.pas @@ -2,7 +2,7 @@ { Inno Setup - Copyright (C) 1997-2020 Jordan Russell + Copyright (C) 1997-2021 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. @@ -3838,8 +3838,8 @@ procedure TMainForm.ShowAboutBox; S := SetupTitle + ' version ' + SetupVersion + SNewLine; if SetupTitle <> 'Inno Setup' then S := S + (SNewLine + 'Based on Inno Setup' + SNewLine); - S := S + ('Copyright (C) 1997-2020 Jordan Russell' + SNewLine + - 'Portions Copyright (C) 2000-2020 Martijn Laan' + SNewLine + + S := S + ('Copyright (C) 1997-2021 Jordan Russell' + SNewLine + + 'Portions Copyright (C) 2000-2021 Martijn Laan' + SNewLine + 'All rights reserved.' + SNewLine2 + 'Inno Setup home page:' + SNewLine + 'https://www.innosetup.com/'); diff --git a/README.md b/README.md index fb62b20bb..5c0b70edb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Inno Setup ========== -Copyright (C) 1997-2020 Jordan Russell. All rights reserved. -Portions Copyright (C) 2000-2020 Martijn Laan. All rights reserved. +Copyright (C) 1997-2021 Jordan Russell. All rights reserved. +Portions Copyright (C) 2000-2021 Martijn Laan. All rights reserved. For conditions of distribution and use, see LICENSE.TXT. Source code README diff --git a/license.txt b/license.txt index 25594dde2..6cc06295d 100644 --- a/license.txt +++ b/license.txt @@ -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-2020 Jordan Russell. All rights reserved. -Portions Copyright (C) 2000-2020 Martijn Laan. All rights reserved. +Copyright (C) 1997-2021 Jordan Russell. All rights reserved. +Portions Copyright (C) 2000-2021 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. diff --git a/setup.iss b/setup.iss index 0e1e82a47..d715c0da5 100644 --- a/setup.iss +++ b/setup.iss @@ -2,8 +2,8 @@ ; Inno Setup's own Setup script ; Inno Setup -; Copyright (C) 1997-2020 Jordan Russell. All rights reserved. -; Portions Copyright (C) 2000-2020 Martijn Laan. All rights reserved. +; Copyright (C) 1997-2021 Jordan Russell. All rights reserved. +; Portions Copyright (C) 2000-2021 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-2020 Jordan Russell. Portions Copyright (C) 2000-2020 Martijn Laan. +VersionInfoCopyright=Copyright (C) 1997-2021 Jordan Russell. Portions Copyright (C) 2000-2021 Martijn Laan. AppMutex=InnoSetupCompilerAppMutex,Global\InnoSetupCompilerAppMutex SetupMutex=InnoSetupCompilerSetupMutex,Global\InnoSetupCompilerSetupMutex WizardStyle=modern diff --git a/whatsnew.htm b/whatsnew.htm index fb2e827a8..9eb992acb 100644 --- a/whatsnew.htm +++ b/whatsnew.htm @@ -21,8 +21,8 @@
Inno Setup 6
Revision History
-

Copyright © 1997-2020 Jordan Russell. All rights reserved.
-Portions Copyright © 2000-2020 Martijn Laan. All rights reserved.
+

Copyright © 1997-2021 Jordan Russell. All rights reserved.
+Portions Copyright © 2000-2021 Martijn Laan. All rights reserved.
For conditions of distribution and use, see LICENSE.TXT.