On Mon, 25 Mar 2024 20:10:45 GMT, Bernd <d...@openjdk.org> wrote:

>> To match the license claim in the code we are using:
>> https://github.com/openjdk/jdk/blob/fb8f2a0a929ebe7f65c69741712b89bbb403ade9/src/hotspot/share/classfile/altHashing.cpp#L32-L43
>
> The header file contains more claims 
> https://github.com/veorq/SipHash/blob/master/halfsiphash.h

That header only contains a single function declaration for an entry point into 
the implementation.
HotSpot doesn't use that function, and doesn't have anything with a 
corresponding signature.  So it's
not in any way derived from that header.  The HotSpot code is derived from the 
.c file only, so that's
the license we should be referencing.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18455#discussion_r1538202785

Reply via email to