bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re-license 'inline'?


From: Simon Josefsson
Subject: re-license 'inline'?
Date: Wed, 05 Mar 2008 10:59:52 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

In libntlm I got this:

address@hidden:~/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 <address@hidden>
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  <address@hidden>
+
+       * modules/inline (License): Use 'unlimited', since there are only
+       *.m4 files in this module.
+
 2008-03-03  John E. Malmberg  <address@hidden>  (tiny change)
             Bruno Haible  <address@hidden>
 
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]