mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 22:48:57 +02:00
* Add notice that work by Wolfgang Erhardt was used
This commit is contained in:
parent
ff7febc06c
commit
92978caa2f
@ -73,6 +73,10 @@ implementation
|
||||
|
||||
uses sysutils, fphashutils;
|
||||
|
||||
{
|
||||
This code is based on earlier work by Wolfgang Erhardt.
|
||||
}
|
||||
|
||||
type
|
||||
UInt128 = record
|
||||
m_low: UInt64;
|
||||
|
@ -9,6 +9,11 @@
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
}
|
||||
{
|
||||
Part of this code is based on earlier work by Wolfgang Erhardt.
|
||||
}
|
||||
|
||||
|
||||
unit fphashutils;
|
||||
|
||||
{$mode ObjFPC}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user