Explorar o código

* License header

Michaël Van Canneyt hai 5 meses
pai
achega
cf73409470
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      packages/wasm-utils/src/wasm.pcrebridge.pas

+ 14 - 0
packages/wasm-utils/src/wasm.pcrebridge.pas

@@ -1,3 +1,17 @@
+{
+    This file is part of the Free Component Library
+
+    Webassembly RegExp API - bridge with PCRE unit of delphi to make compatibility layer.
+    Copyright (c) 2024 by Michael Van Canneyt [email protected]
+
+    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 wasm.pcrebridge;
 
 {$mode ObjFPC}{$H+}