Prechádzať zdrojové kódy

Updated visible copyright dates.

Martijn Laan 13 rokov pred
rodič
commit
ed17323e5b
5 zmenil súbory, kde vykonal 10 pridanie a 10 odobranie
  1. 2 2
      Projects/CompForm.pas
  2. 2 2
      Projects/ISCC.dpr
  3. 2 2
      Projects/Main.pas
  4. 2 2
      license.txt
  5. 2 2
      whatsnew.htm

+ 2 - 2
Projects/CompForm.pas

@@ -2241,8 +2241,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-2011 Jordan Russell' + SNewLine +
-    'Portions Copyright (C) 2000-2011 Martijn Laan' + SNewLine +
+  S := S + ('Copyright (C) 1997-2012 Jordan Russell' + SNewLine +
+    'Portions Copyright (C) 2000-2012 Martijn Laan' + SNewLine +
     'All rights reserved.' + SNewLine2 +
     'Inno Setup home page:' + SNewLine +
     'http://www.innosetup.com/' + SNewLine2 +

+ 2 - 2
Projects/ISCC.dpr

@@ -164,8 +164,8 @@ procedure ProcessCommandLine;
   procedure ShowBanner;
   begin
     WriteStdOut('Inno Setup 5 Command-Line Compiler');
-    WriteStdOut('Copyright (C) 1997-2011 Jordan Russell. All rights reserved.');
-    WriteStdOut('Portions Copyright (C) 2000-2011 Martijn Laan');
+    WriteStdOut('Copyright (C) 1997-2012 Jordan Russell. All rights reserved.');
+    WriteStdOut('Portions Copyright (C) 2000-2012 Martijn Laan');
     WriteStdOut('');
   end;
 

+ 2 - 2
Projects/Main.pas

@@ -3476,8 +3476,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-2011 Jordan Russell' + SNewLine +
-    'Portions Copyright (C) 2000-2011 Martijn Laan' + SNewLine +
+  S := S + ('Copyright (C) 1997-2012 Jordan Russell' + SNewLine +
+    'Portions Copyright (C) 2000-2012 Martijn Laan' + SNewLine +
     'All rights reserved.' + SNewLine2 +
     'Inno Setup home page:' + SNewLine +
     'http://www.innosetup.com/');

+ 2 - 2
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-2010 Jordan Russell. All rights reserved.
-Portions Copyright (C) 2000-2010 Martijn Laan. All rights reserved.
+Copyright (C) 1997-2012 Jordan Russell. All rights reserved.
+Portions Copyright (C) 2000-2012 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

+ 2 - 2
whatsnew.htm

@@ -23,8 +23,8 @@
 
 <div class="bluehead"><span class="head1">Inno Setup 5</span><br /><span class="head2">Revision History</span></div>
 
-<p>Copyright &copy; 1997-2011 <a href="http://www.jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
-Portions Copyright &copy; 2000-2011 Martijn Laan. All rights reserved.<br />
+<p>Copyright &copy; 1997-2012 <a href="http://www.jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
+Portions Copyright &copy; 2000-2012 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>.
 </p>