Procházet zdrojové kódy

* Fix license

(cherry picked from commit 64fbc1847ff03034bedec336a106ea2fba349742)
Michaël Van Canneyt před 3 roky
rodič
revize
db0a1d4438
2 změnil soubory, kde provedl 22 přidání a 0 odebrání
  1. 11 0
      packages/hash/src/ecc.pp
  2. 11 0
      packages/hash/src/hashutils.pp

+ 11 - 0
packages/hash/src/ecc.pp

@@ -1,3 +1,14 @@
+{ This file is part of the Free Component Library.
+
+  Elliptic curve crypto hashing
+  
+  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.
+}
 {$mode delphi}
 unit ECC;
 

+ 11 - 0
packages/hash/src/hashutils.pp

@@ -1,3 +1,14 @@
+{ This file is part of the Free Component Library.
+
+  Hash unit utilities.
+  
+  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 hashutils;
 
 {$mode ObjFPC}{$H+}