bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] getline


From: Simon Josefsson
Subject: [bug-gnulib] getline
Date: Thu, 02 Dec 2004 02:15:58 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Hi.  I recall that the getline license was discussed before, but I
don't know if there ever was a conclusion.  So here goes.  I want to
use getline in GNU SASL, which is LGPL, but the implementation in
gnulib uses getndelim2, which is GPL.  There is a LGPL implementation
of getline/getdelim in glibc though.  Two ideas:

1) Don't call getndelim2 in getline/getdelim.  In other words, use the
   glibc implementation for getline/getdelim, and leave the getndelim2
   module as is in gnulib.

2) Relicense getndelim2.  Do we know who all authors are?  This would
   presumably be a first toward getting getndelim2 included in glibc.

#1 would lead to some code duplication, which is bad, but would also
mean we'd use the glibc code, which presumably is good.  #2 might be
difficult.

Thoughts?





reply via email to

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