Daiki Ueno wrote: > noticed some more dependencies (from the unistdio modules): > > /home/dueno/devel/libunistring/../gnulib/gnulib-tool: *** incompatible > license on modules: > fseterr LGPL > mbchar LGPL > mbiter LGPL > mbsnlen LGPL > wcwidth LGPL
Oh, indeed. Somehow I missed these dependencies. The file lib/stdio-impl.h is already under LGPLv2+, per modules fflush, freadahead, freading, freadptr, freadseek, fpurge, fseeko, ftello. The other files were written by: lib/fseterr.h: Bruno lib/fseterr.c: Bruno, Kevin Cernekee lib/mbchar.h: Bruno, Paul (regarding 'inline') lib/mbchar.c: Bruno, Paul (regarding 'inline') lib/mbiter.h: Bruno, Paul lib/mbiter.c: Paul lib/mbsnlen.c: Bruno lib/wcwidth.c: Bruno I would be willing to put my contributions to these files under LGPLv2+. === Paul === Would you be willing to do the same for lib/mbchar.* and lib/mbiter.* ? === Kevin === Would you be willing to do the same for lib/fseterr.c ? Bruno