* Fix license

This commit is contained in:
Michaël Van Canneyt 2021-10-30 20:09:29 +02:00
parent 6644d6c4c2
commit 64fbc1847f
2 changed files with 22 additions and 0 deletions

View File

@ -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;

View File

@ -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+}