c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
The project README says:
libfastcommon may be copied only under the terms of the Less GNU General Public License(LGPL).
Whereas the headers in many of the source files (for example skiplist.h) says:
libfastcommon may be copied only under the terms of the GNU General Public License V3
Which license in the project under?