People reminded me about this license change: > 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 ?
Thanks Kevin for your approval. I didn't get an approval from Paul, so I'll assume that he considers his contributions to these files (about 'inline', and spello fixes) as not relevant for copyright questions. Paul, please cry loudly if you disagree :) 2016-12-01 Bruno Haible <br...@clisp.org> Relicense some modules under LGPLv2+. Kevin Cernekee's approval is in http://lists.gnu.org/archive/html/bug-gnulib/2016-11/msg00090.html. * modules/fseterr (License): Change to LGPLv2+. * modules/mbchar (License): Likewise. * modules/mbiter (License): Likewise. * modules/mbsnlen (License): Likewise. * modules/wcwidth (License): Likewise. diff --git a/modules/fseterr b/modules/fseterr index 242fc2d..7fa7ecd 100644 --- a/modules/fseterr +++ b/modules/fseterr @@ -21,7 +21,7 @@ Include: "fseterr.h" License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/mbchar b/modules/mbchar index 08e4a14..2f7e11e 100644 --- a/modules/mbchar +++ b/modules/mbchar @@ -26,7 +26,7 @@ Include: "mbchar.h" License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/mbiter b/modules/mbiter index 66e0cb1..6375652 100644 --- a/modules/mbiter +++ b/modules/mbiter @@ -25,7 +25,7 @@ Include: "mbiter.h" License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/mbsnlen b/modules/mbsnlen index ea6fb72..9be1cdd 100644 --- a/modules/mbsnlen +++ b/modules/mbsnlen @@ -18,7 +18,7 @@ Include: <string.h> License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/wcwidth b/modules/wcwidth index b5bea24..5a27713 100644 --- a/modules/wcwidth +++ b/modules/wcwidth @@ -28,7 +28,7 @@ Include: <wchar.h> License: -LGPL +LGPLv2+ Maintainer: all