Browse Source

pastojs: changed logo

git-svn-id: trunk@39507 -
Mattias Gaertner 7 years ago
parent
commit
2b02473103
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/pastojs/src/pas2jscompiler.pp

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

@@ -4133,7 +4133,7 @@ begin
   if FHasShownLogo then exit;
   FHasShownLogo:=true;
   WriteVersionLine;
-  Log.LogPlain('Copyright (c) 2018 Mattias Gaertner and others');
+  Log.LogPlain('Copyright (c) 2018 Free Pascal team.');
   if coShowInfos in Options then
     WriteEncoding;
 end;