Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> > lib/stdint.in.h >> >> modules/stdint says: >> >> License: >> LGPLv2+ >> >> I need stdint in libidn. > > Sure. It was a mistake due to the recent file renamings. > > I have now done the change. Find attached the file list.
I imported updated gnulib in libidn/gsasl/gnutls and I needed the following modules under LGPLv2.1+: dummy float realloc stdlib Any objections to this patch? Btw, why is the mnemonic 'LGPLv2+' rather than 'LGPLv2.1+'? Do we support the Library GPL v2.0? /Simon diff --git a/modules/dummy b/modules/dummy index 7d30b75..14e8748 100644 --- a/modules/dummy +++ b/modules/dummy @@ -14,7 +14,7 @@ lib_SOURCES += dummy.c Include: License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/float b/modules/float index 9ec15a5..272e275 100644 --- a/modules/float +++ b/modules/float @@ -30,7 +30,7 @@ Include: <float.h> License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/realloc b/modules/realloc index 316f588..aa5baf6 100644 --- a/modules/realloc +++ b/modules/realloc @@ -16,7 +16,7 @@ Include: <stdlib.h> License: -LGPL +LGPLv2+ Maintainer: Jim Meyering diff --git a/modules/stdlib b/modules/stdlib index bc5bbc8..5a63df5 100644 --- a/modules/stdlib +++ b/modules/stdlib @@ -45,7 +45,7 @@ Include: #include <stdlib.h> License: -LGPL +LGPLv2+ Maintainer: all