Browse Source

* License header

Michaël Van Canneyt 1 year ago
parent
commit
6fda6f79d8
1 changed files with 14 additions and 0 deletions
  1. 14 0
      packages/fcl-web/src/base/fpdebugcapturesvc.pp

+ 14 - 0
packages/fcl-web/src/base/fpdebugcapturesvc.pp

@@ -1,3 +1,17 @@
+{
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2023 by the Free Pascal development team
+
+    Class to collect debug output from a pas2js application.
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
 unit fpdebugcapturesvc;
 
 {$mode ObjFPC}{$H+}