Re: parse-datetime license

2015-11-25 Thread Paul Eggert
Giuseppe Scrivano wrote: I asked RMS and he agreed to change the license, I attached a patch that changes the license accordingly. OK, thanks for following up; I installed it.

Re: parse-datetime license

2015-11-24 Thread Giuseppe Scrivano
p 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 24 Nov 2015 10:00:31 +0100 Subject: [PATCH] parse-datetime: relax license to LGPLv2+, for OSTree * modules/parse-datetime (License): Change from GPL to LGPLv2+. --- modules/parse-datetime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

Re: parse-datetime license

2015-11-08 Thread Paul Eggert
Giuseppe Scrivano wrote: My request is to change its license to GPLv2+ so to allow programs distributed under GPLv2+ Ah, sorry, I thought you meant LGPL. Still, the GNU project prefers GPLv3 these days, and changing this particular module to be v2 would probably require consultation with RMS

Re: parse-datetime license

2015-11-08 Thread Giuseppe Scrivano
Paul Eggert writes: > I think I'd rather leave that one GPL, as it's pretty complicated and > doesn't redo anything in any library. It was originally intended to > share code among GPLed apps. unfortunately this will will prevent OSTree[1] which is distributed under GPLv2+ to use parse-datetime

Re: parse-datetime license

2015-11-07 Thread Paul Eggert
I think I'd rather leave that one GPL, as it's pretty complicated and doesn't redo anything in any library. It was originally intended to share code among GPLed apps.

parse-datetime license

2015-11-06 Thread Giuseppe Scrivano
Hi Paul, I would like to use the parse-datetime module from a project distributed under GPLv2. Could it be possible to relax the license so I can use it? Thanks, Giuseppe