Prechádzať zdrojové kódy

* Add copyright header

Michaël Van Canneyt 1 týždeň pred
rodič
commit
d3ac07ad27
1 zmenil súbory, kde vykonal 14 pridanie a 0 odobranie
  1. 14 0
      rtl/wasm32/wasmsem.pas

+ 14 - 0
rtl/wasm32/wasmsem.pas

@@ -1,3 +1,17 @@
+{
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2025 by Michael Van Canneyt
+
+    This unit contains a webassembly-specific semaphore implementation.
+
+    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.
+
+ **********************************************************************}
 {$IFNDEF FPC_DOTTEDUNITS}
 unit WasmSem;
 {$ENDIF}