Browse Source

pastojs: updated logo year

git-svn-id: trunk@49332 -
(cherry picked from commit 23c913c65c4cdd8aaaf989c854adc6531c312609)
Mattias Gaertner 4 years ago
parent
commit
6174962635
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/pastojs/src/pas2jscompiler.pp

+ 2 - 2
packages/pastojs/src/pas2jscompiler.pp

@@ -1,4 +1,4 @@
-{ Author: Mattias Gaertner  2019  [email protected]
+{ Author: Mattias Gaertner  2021  [email protected]
 
 Abstract:
   TPas2jsCompiler is the wheel boss of the pas2js compiler.
@@ -4828,7 +4828,7 @@ begin
   if FHasShownLogo then exit;
   FHasShownLogo:=true;
   WriteVersionLine;
-  Log.LogPlain('Copyright (c) 2019 Free Pascal team.');
+  Log.LogPlain('Copyright (c) 2021 Free Pascal team.');
   if coShowInfos in Options then
     WriteEncoding;
 end;