* guile licensing niglets
@ 2008-01-20 21:13 Neil Jerram
2008-01-20 21:18 ` Julian Graham
2008-01-21 23:14 ` Ludovic Courtès
0 siblings, 2 replies; 7+ messages in thread
From: Neil Jerram @ 2008-01-20 21:13 UTC (permalink / raw)
To: Guile Development; +Cc: Karl Berry
I've just received some queries about Guile's licensing from the FSF
folks. I think all of the following are just oversights, but if
anyone else has any input on them, please follow up.
> [..] under the impression that Guile had switched completely to
> LGPL to 1.8, instead of GPL + exception.
>
> However, a few files in 1.8.3 (I admit I didn't check the dev sources)
> still have the exception text. My grep for special.exception turned up:
> libguile.h
> libguile/__scm.h
> libguile/_scm.h
> libguile/weaks.c
> srfi/srfi-39.scm
> doc/oldfmt.c
I believe these are oversights, so would propose to update the license
text in these files to LGPL.
> Also, there is a COPYING file in many of the subdirectories. This is
> rather unusual. One copy for the distribution would be sufficient.
I propose to remove the non-top-level ones.
> Also, the recommended name for the top-level COPYING.LIB is now
> COPYING.LESSER.
I propose to make this name change.
Any comments?
Regards,
Neil
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: guile licensing niglets
2008-01-20 21:13 guile licensing niglets Neil Jerram
@ 2008-01-20 21:18 ` Julian Graham
2008-01-20 21:40 ` Karl Berry
` (2 more replies)
2008-01-21 23:14 ` Ludovic Courtès
1 sibling, 3 replies; 7+ messages in thread
From: Julian Graham @ 2008-01-20 21:18 UTC (permalink / raw)
To: Neil Jerram; +Cc: Guile Development, Karl Berry
Off-topic, but has there been any discussion of moving Guile to LGPLv3?
On Jan 20, 2008 4:13 PM, Neil Jerram <neil@ossau.uklinux.net> wrote:
> I've just received some queries about Guile's licensing from the FSF
> folks. I think all of the following are just oversights, but if
> anyone else has any input on them, please follow up.
>
> > [..] under the impression that Guile had switched completely to
> > LGPL to 1.8, instead of GPL + exception.
> >
> > However, a few files in 1.8.3 (I admit I didn't check the dev sources)
> > still have the exception text. My grep for special.exception turned up:
> > libguile.h
> > libguile/__scm.h
> > libguile/_scm.h
> > libguile/weaks.c
> > srfi/srfi-39.scm
> > doc/oldfmt.c
>
> I believe these are oversights, so would propose to update the license
> text in these files to LGPL.
>
> > Also, there is a COPYING file in many of the subdirectories. This is
> > rather unusual. One copy for the distribution would be sufficient.
>
> I propose to remove the non-top-level ones.
>
> > Also, the recommended name for the top-level COPYING.LIB is now
> > COPYING.LESSER.
>
> I propose to make this name change.
>
> Any comments?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: guile licensing niglets
2008-01-20 21:18 ` Julian Graham
@ 2008-01-20 21:40 ` Karl Berry
2008-01-20 22:08 ` Neil Jerram
2008-01-21 23:13 ` Ludovic Courtès
2 siblings, 0 replies; 7+ messages in thread
From: Karl Berry @ 2008-01-20 21:40 UTC (permalink / raw)
To: joolean; +Cc: guile-devel, neil
Off-topic, but has there been any discussion of moving Guile to LGPLv3?
Not that I'm aware of, but it's a good question :). Does anyone know if
any GPLv2-only (not GPLv2-or-later) applications use Guile? That is the
main question.
Thanks,
Karl
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: guile licensing niglets
2008-01-20 21:18 ` Julian Graham
2008-01-20 21:40 ` Karl Berry
@ 2008-01-20 22:08 ` Neil Jerram
2008-01-21 23:13 ` Ludovic Courtès
2 siblings, 0 replies; 7+ messages in thread
From: Neil Jerram @ 2008-01-20 22:08 UTC (permalink / raw)
To: Julian Graham; +Cc: Guile Development, Karl Berry
"Julian Graham" <joolean@gmail.com> writes:
> Off-topic, but has there been any discussion of moving Guile to LGPLv3?
Unless I get pressure to do this, I'd prefer to postpone this for now.
There are other aspects of the Guile plan/roadmap/whatever that I'd
like to get a grip on first.
Philosophically/politically, I'm happy that LGPLv3 is the right move
for Guile. Are there any practical considerations that would
encourage us to do this sooner rather than later?
Regards,
Neil
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: guile licensing niglets
2008-01-20 21:18 ` Julian Graham
2008-01-20 21:40 ` Karl Berry
2008-01-20 22:08 ` Neil Jerram
@ 2008-01-21 23:13 ` Ludovic Courtès
2 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2008-01-21 23:13 UTC (permalink / raw)
To: guile-devel; +Cc: karl
Hi and happy new year! ;-)
"Julian Graham" <joolean@gmail.com> writes:
> Off-topic, but has there been any discussion of moving Guile to LGPLv3?
There was a tiny thread on the topic some time ago:
http://thread.gmane.org/gmane.lisp.guile.devel/6651/focus=6658
This message mentions "LGPLv2.5", which RMS suggested back then as a
solution for libraries that might have GPLv2-only users. Eventually, I
lost track of it, so maybe that possibility was deemed unnecessary?
Karl?
I suppose there are few, if any, GPLv2-only users, but I don't have any
evidence.
At any rate, I agree with Neil that this can wait (probably until the
next major version?).
Thanks,
Ludovic.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: guile licensing niglets
2008-01-20 21:13 guile licensing niglets Neil Jerram
2008-01-20 21:18 ` Julian Graham
@ 2008-01-21 23:14 ` Ludovic Courtès
2008-01-22 21:50 ` Neil Jerram
1 sibling, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2008-01-21 23:14 UTC (permalink / raw)
To: guile-devel
Hi Neil,
Neil Jerram <neil@ossau.uklinux.net> writes:
> Any comments?
I agree with the proposed changes.
Thanks,
Ludo'.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: guile licensing niglets
2008-01-21 23:14 ` Ludovic Courtès
@ 2008-01-22 21:50 ` Neil Jerram
0 siblings, 0 replies; 7+ messages in thread
From: Neil Jerram @ 2008-01-22 21:50 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-devel, Karl Berry
ludo@gnu.org (Ludovic Courtès) writes:
> Hi Neil,
>
> Neil Jerram <neil@ossau.uklinux.net> writes:
>
>> Any comments?
>
> I agree with the proposed changes.
Thanks, Ludo. These changes are all now in CVS (both 1.8.x and HEAD).
Neil
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-01-22 21:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-20 21:13 guile licensing niglets Neil Jerram
2008-01-20 21:18 ` Julian Graham
2008-01-20 21:40 ` Karl Berry
2008-01-20 22:08 ` Neil Jerram
2008-01-21 23:13 ` Ludovic Courtès
2008-01-21 23:14 ` Ludovic Courtès
2008-01-22 21:50 ` Neil Jerram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).