Browse Source

* Copyright notice and additional events

michael 5 years ago
parent
commit
da43764f69
2 changed files with 31 additions and 2 deletions
  1. 16 1
      packages/bootstrap/libbootstrap.pp
  2. 15 1
      packages/bootstrap/libbootstraptable.pp

+ 16 - 1
packages/bootstrap/libbootstrap.pp

@@ -1,3 +1,19 @@
+{
+    This file is part of the Pas2JS run time library.
+    Copyright (C) 2019 Michael Van Canneyt
+
+    Bootstrap 4 mappings for pas2js
+
+    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 libbootstrap;
 unit libbootstrap;
 
 
 {$mode objfpc}
 {$mode objfpc}
@@ -290,4 +306,3 @@ begin
 end;
 end;
 
 
 end.
 end.
-

+ 15 - 1
packages/bootstrap/libbootstraptable.pp

@@ -1,3 +1,18 @@
+{
+    This file is part of the Pas2JS run time library.
+    Copyright (C) 2019 Michael Van Canneyt
+
+    BootStrapTable mappings for pas2js
+
+    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 libbootstraptable;
 unit libbootstraptable;
 
 
 {$mode objfpc}
 {$mode objfpc}
@@ -593,4 +608,3 @@ end;
 
 
 
 
 end.
 end.
-