@@ -1,7 +1,7 @@
{ **********************************************************************
This file is part of the Free Component Library (FCL)
- Copyright (c) 2020 by Michael Van Canneyt
+ Copyright (c) 2025 by Michael Van Canneyt
Pascal to Javascript converter class.
@@ -4958,7 +4958,7 @@ begin
if FHasShownLogo then exit;
FHasShownLogo:=true;
WriteVersionLine;
- Log.LogPlain('Copyright (c) 2023 Free Pascal team.');
+ Log.LogPlain('Copyright (c) 2025 Free Pascal team.');
if coShowInfos in Options then
WriteEncoding;
end;