Hello, > Under what license is libunistring distributed? > ... > The README in the libunistring 0.9.3 download says "The libunistring library > and its > header files are under the GNU LGPL" and "The documentation is under another > license".
Yes, the library is under LGPLv3. > The comments in most of the source files say LGPL 3 or greater Yes, the source code files can be distributed under LGPLv3+. > but a couple files say something different like GPL 2 or GPL 3. Only the build infrastructure and unit tests are meant to be under GPL rather than LGPL. By mistake 3 code files for the library had a GPL header; I have replaced these with an LGPL header now. Thanks for the heads-up. > The documentation appears to be under the GNU FDL 1.3. The documentation is dually licensed under the GNU FDL and the GNU GPL. Bruno
