bitcoin-seeder icon indicating copy to clipboard operation
bitcoin-seeder copied to clipboard

License missing

Open pmconrad opened this issue 10 years ago • 2 comments

I can't find any indication under what license this is published. Please clarify.

pmconrad avatar Oct 18 '14 12:10 pmconrad

Hello @pmconrad ,

This software includes code licensed under the MIT/X11 software license and also the ISC license.
See the comments in the code of the following files.

uint256.h
strlcpy.h
serialize.h
protocol.h
protocol.cpp
netbase.h
netbase.cpp
compat.h

This repository and the associated releases are absent a LICENSE file.

Kind Regards, -Camisa

Camisa avatar Jan 27 '15 08:01 Camisa

Thanks for your reply.

This repository and the associated releases are absent a LICENSE file.

Exactly. Absence of a license means that interested parties don't have the right to copy/use/modify the software. If the intention is that the software is public domain or similar it should explicitly say so.

pmconrad avatar Jan 27 '15 09:01 pmconrad