So when importing func it into one project, it didn't work because I
used 'LGPL' as license for the module... I'm changing it to 'unlimited'.

/Simon

>From 764a748536df4b41726d4aae341a159de32a6552 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <[EMAIL PROTECTED]>
Date: Thu, 6 Mar 2008 12:06:19 +0100
Subject: [PATCH] Change license to unlimited for func module.

---
 ChangeLog    |    3 +++
 modules/func |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 16caed6..0df2115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-03-06  Simon Josefsson  <[EMAIL PROTECTED]>
 
+       * modules/func (License): Change license to unlimited; there was
+       no LGPL parts in the module anyway.
+
        * doc/gnulib.texi (__func__): Use C99 terminology when talking
        about __func__.  Make example self-contained.  Suggested by Eric
        Blake <[EMAIL PROTECTED]>.
diff --git a/modules/func b/modules/func
index ecab6ad..48e979d 100644
--- a/modules/func
+++ b/modules/func
@@ -14,7 +14,7 @@ Makefile.am:
 Include:
 
 License:
-LGPL
+unlimited
 
 Maintainer:
 Simon Josefsson
-- 
1.5.4.1



Reply via email to