Selaa lähdekoodia

* Copyright header added

michael 6 vuotta sitten
vanhempi
commit
021964c4d0
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 12 0
      packages/rtl/rstranslate.pp

+ 12 - 0
packages/rtl/rstranslate.pp

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