Jim Meyering <[email protected]> writes: > Paul Eggert wrote: >> On 10/02/2012 02:03 PM, Simon Josefsson wrote: >>> I have a use for the inttostr module in a library inside OATH Toolkit >>> that will be released under LGPLv2+. >> >> Sure, that's fine with me. > > That is fine with me, too.
Thank you -- I pushed the patch below. /Simon >From 297d0845e096a0fb936554eac57664b86585717c Mon Sep 17 00:00:00 2001 From: Simon Josefsson <[email protected]> Date: Wed, 3 Oct 2012 20:10:23 +0200 Subject: [PATCH] inttostr: Relax license. * modules/inttostr (License): Change from LGPL to LGPLv2+. --- ChangeLog | 5 +++++ modules/inttostr | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a83aa5e..bf3a05f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-10-03 Simon Josefsson <[email protected]> + + inttostr: Relax license. + * modules/inttostr (License): Change from LGPL to LGPLv2+. + 2012-10-03 Eric Blake <[email protected]> ptsname_r: support ptys returned by FreeBSD posix_openpt diff --git a/modules/inttostr b/modules/inttostr index 6bbec28..9eecea8 100644 --- a/modules/inttostr +++ b/modules/inttostr @@ -30,7 +30,7 @@ Include: "inttostr.h" License: -LGPL +LGPLv2+ Maintainer: Paul Eggert -- 1.7.9.5
