소스 검색

* license added

michael 5 년 전
부모
커밋
ddc5776e47
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      packages/nodejs/nodejsonoff.pas

+ 15 - 0
packages/nodejs/nodejsonoff.pas

@@ -1,3 +1,18 @@
+{
+    This file is part of the Pas2JS run time library.
+    Copyright (c) 2020 by Michael Van Canneyt
+
+    NodeJS onoff module import.
+
+    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 nodejsonoff;
 
 {$mode objfpc}