Browse Source

pastojs: updated year

mattias 3 months ago
parent
commit
f33cfbc2d8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/pastojs/src/fppas2js.pp
  2. 1 1
      packages/pastojs/src/pas2jscompiler.pp

+ 1 - 1
packages/pastojs/src/fppas2js.pp

@@ -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.
 

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

@@ -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;