michael преди 5 години
родител
ревизия
d5344582b0
променени са 3 файла, в които са добавени 43 реда и са изтрити 0 реда
  1. 14 0
      packages/nodejs/nodejshttp.pp
  2. 14 0
      packages/nodejs/nodejsnet.pp
  3. 15 0
      packages/nodejs/nodejsurl.pp

+ 14 - 0
packages/nodejs/nodejshttp.pp

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

+ 14 - 0
packages/nodejs/nodejsnet.pp

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

+ 15 - 0
packages/nodejs/nodejsurl.pp

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