In libntlm I got this: [EMAIL PROTECTED]:~/src/libntlm$ gnulib-tool --import inline ... gnulib-tool: *** incompatible license on module inline: LGPL
Libntlm is LGPLv2. The inline module says: License: LGPL However, it doesn't actually contain any LGPL'ed parts -- it only contains the inline.m4 file. A few other modules (e.g., socklen, havelib, ssize_t) that only contains *.m4 files have License: sections called 'unlimited'. What do you think about this patch? /Simon >From 86d182fa1584e220132dc942af9da626c940cdcb Mon Sep 17 00:00:00 2001 From: Simon Josefsson <[EMAIL PROTECTED]> Date: Wed, 5 Mar 2008 10:58:52 +0100 Subject: [PATCH] Use unlimited license for inline module. --- ChangeLog | 5 +++++ modules/inline | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 34e9192..b1d0060 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-05 Simon Josefsson <[EMAIL PROTECTED]> + + * modules/inline (License): Use 'unlimited', since there are only + *.m4 files in this module. + 2008-03-03 John E. Malmberg <[EMAIL PROTECTED]> (tiny change) Bruno Haible <[EMAIL PROTECTED]> diff --git a/modules/inline b/modules/inline index 5852e3f..464ae53 100644 --- a/modules/inline +++ b/modules/inline @@ -14,7 +14,7 @@ Makefile.am: Include: License: -LGPL +unlimited Maintainer: all -- 1.5.4.1