From 61749626350ab20a9dd2a8f02d84df47007be885 Mon Sep 17 00:00:00 2001 From: Mattias Gaertner Date: Mon, 3 May 2021 19:03:41 +0000 Subject: [PATCH] pastojs: updated logo year git-svn-id: trunk@49332 - (cherry picked from commit 23c913c65c4cdd8aaaf989c854adc6531c312609) --- packages/pastojs/src/pas2jscompiler.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pastojs/src/pas2jscompiler.pp b/packages/pastojs/src/pas2jscompiler.pp index 333c853442..d225442b70 100644 --- a/packages/pastojs/src/pas2jscompiler.pp +++ b/packages/pastojs/src/pas2jscompiler.pp @@ -1,4 +1,4 @@ -{ Author: Mattias Gaertner 2019 mattias@freepascal.org +{ Author: Mattias Gaertner 2021 mattias@freepascal.org 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;