xant / libhl

Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
GNU Lesser General Public License v3.0
420 stars 117 forks source link

Include to a library #21

Closed fatihky closed 8 years ago

fatihky commented 8 years ago

Hi! I written a library. It is open source. I included some files from your library. What should I do now(including your license etc.)?

xant commented 8 years ago

Hi there. Sure no problem, the license of libhl is LGPL so I guess that should be preserved. Apart from the license I would also put a note somewhere in your project pointing out where the external code comes from. Let me know if you find any issues with libhl code.

Cheers, Andrea.

fatihky commented 8 years ago

Thanks much. I will point out.