From 242f02f319fa6ace9bccb667054310d40ecb7254 Mon Sep 17 00:00:00 2001 From: Martijn Laan Date: Fri, 3 Jul 2015 14:37:29 +0200 Subject: [PATCH] Updated visible copyright dates. --- CONTRIBUTING.md | 4 ++-- Projects/CompForm.pas | 6 +++--- Projects/Compile.pas | 6 +++--- Projects/ISCC.dpr | 6 +++--- Projects/Main.pas | 6 +++--- README.md | 4 ++-- ishelp/isetup.xml | 6 +++--- license.txt | 4 ++-- whatsnew.htm | 4 ++-- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 250afa32..44368696 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ Inno Setup ========== -Copyright (C) 1997-2014 Jordan Russell. All rights reserved. -Portions Copyright (C) 2000-2014 Martijn Laan. All rights reserved. +Copyright (C) 1997-2015 Jordan Russell. All rights reserved. +Portions Copyright (C) 2000-2015 Martijn Laan. All rights reserved. For conditions of distribution and use, see LICENSE.TXT. Contributing issues diff --git a/Projects/CompForm.pas b/Projects/CompForm.pas index 517600e8..cc1ddecb 100644 --- a/Projects/CompForm.pas +++ b/Projects/CompForm.pas @@ -2,7 +2,7 @@ unit CompForm; { Inno Setup - Copyright (C) 1997-2014 Jordan Russell + Copyright (C) 1997-2015 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. @@ -2188,8 +2188,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-2014 Jordan Russell' + SNewLine + - 'Portions Copyright (C) 2000-2014 Martijn Laan' + SNewLine + + S := S + ('Copyright (C) 1997-2015 Jordan Russell' + SNewLine + + 'Portions Copyright (C) 2000-2015 Martijn Laan' + SNewLine + 'All rights reserved.' + SNewLine2 + 'Inno Setup home page:' + SNewLine + 'http://www.innosetup.com/' + SNewLine2 + diff --git a/Projects/Compile.pas b/Projects/Compile.pas index 03f45038..cfb424f7 100644 --- a/Projects/Compile.pas +++ b/Projects/Compile.pas @@ -2,7 +2,7 @@ unit Compile; { Inno Setup - Copyright (C) 1997-2014 Jordan Russell + Copyright (C) 1997-2015 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. @@ -8879,8 +8879,8 @@ begin AddStatus(''); for I := 0 to WarningsList.Count-1 do AddStatus(SCompilerStatusWarning + WarningsList[I]); - asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2014 Jordan Russell, ' - db 'Portions Copyright (C) 2000-2014 Martijn Laan',0; @1: end; + asm jmp @1; db 0,'Inno Setup Compiler, Copyright (C) 1997-2015 Jordan Russell, ' + db 'Portions Copyright (C) 2000-2015 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 f991e506..cafaa006 100644 --- a/Projects/ISCC.dpr +++ b/Projects/ISCC.dpr @@ -3,7 +3,7 @@ program ISCC; { Inno Setup - Copyright (C) 1997-2014 Jordan Russell + Copyright (C) 1997-2015 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. @@ -341,8 +341,8 @@ procedure ProcessCommandLine; procedure ShowBanner; begin WriteStdOut('Inno Setup 5 Command-Line Compiler'); - WriteStdOut('Copyright (C) 1997-2014 Jordan Russell. All rights reserved.'); - WriteStdOut('Portions Copyright (C) 2000-2014 Martijn Laan'); + WriteStdOut('Copyright (C) 1997-2015 Jordan Russell. All rights reserved.'); + WriteStdOut('Portions Copyright (C) 2000-2015 Martijn Laan'); if IsppMode then begin WriteStdOut('Inno Setup Preprocessor'); WriteStdOut('Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.'); diff --git a/Projects/Main.pas b/Projects/Main.pas index c9daa3b9..a1d38afb 100644 --- a/Projects/Main.pas +++ b/Projects/Main.pas @@ -2,7 +2,7 @@ unit Main; { Inno Setup - Copyright (C) 1997-2014 Jordan Russell + Copyright (C) 1997-2015 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. @@ -3584,8 +3584,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-2014 Jordan Russell' + SNewLine + - 'Portions Copyright (C) 2000-2014 Martijn Laan' + SNewLine + + S := S + ('Copyright (C) 1997-2015 Jordan Russell' + SNewLine + + 'Portions Copyright (C) 2000-2015 Martijn Laan' + SNewLine + 'All rights reserved.' + SNewLine2 + 'Inno Setup home page:' + SNewLine + 'http://www.innosetup.com/'); diff --git a/README.md b/README.md index 3bc3b9d4..40389fd3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Inno Setup ========== -Copyright (C) 1997-2014 Jordan Russell. All rights reserved. -Portions Copyright (C) 2000-2014 Martijn Laan. All rights reserved. +Copyright (C) 1997-2015 Jordan Russell. All rights reserved. +Portions Copyright (C) 2000-2015 Martijn Laan. All rights reserved. For conditions of distribution and use, see LICENSE.TXT. Source code README diff --git a/ishelp/isetup.xml b/ishelp/isetup.xml index 458aadb8..105df459 100644 --- a/ishelp/isetup.xml +++ b/ishelp/isetup.xml @@ -3,7 +3,7 @@ @@ -86,8 +86,8 @@

Inno Setup version 5.5.5
-Copyright © 1997-2014 Jordan Russell. All rights reserved.
-Portions Copyright © 2000-2014 Martijn Laan. All rights reserved.
+Copyright © 1997-2015 Jordan Russell. All rights reserved.
+Portions Copyright © 2000-2015 Martijn Laan. All rights reserved.
Inno Setup home page

diff --git a/license.txt b/license.txt index 34612d68..27dc8a8c 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-2014 Jordan Russell. All rights reserved. -Portions Copyright (C) 2000-2014 Martijn Laan. All rights reserved. +Copyright (C) 1997-2015 Jordan Russell. 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. In no event shall the author be held liable for any damages arising from the diff --git a/whatsnew.htm b/whatsnew.htm index 41a862ae..ada6648a 100644 --- a/whatsnew.htm +++ b/whatsnew.htm @@ -21,8 +21,8 @@
Inno Setup 5
Revision History
-

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

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