happyfish100 / libfastcommon

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.
http://bbs.chinaunix.net/forum-240-1.html
GNU Lesser General Public License v3.0
898 stars 531 forks source link

Conflicting Licenses #29

Open djziegler opened 4 years ago

djziegler commented 4 years ago

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?