[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Org-mode exporters licensing
From: |
Oleh Krehel |
Subject: |
Re: [O] Org-mode exporters licensing |
Date: |
Mon, 27 Jul 2015 14:25:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Rasmus <address@hidden> writes:
> Oleh Krehel <address@hidden> writes:
>
>> If anywhere in your code there's (require 'org), you have to release
>> your code under GPL.
>
> Are you sure about that? By this logic, *any* .el file should be GPL as
> they use (defun ยท), implicitly loaded from byte-run.
I'm pretty sure: you're calling a library that is GPLv3. There was this
whole TiVo issue about linking GPL libraries to non-GPL code, which
resulted in GPLv3. I just checked, and `progn' is GPLv3 and not GPLv2
(which would at least have a chance to be linked).
--Oleh
- Re: [O] Org-mode exporters licensing, (continued)
- Re: [O] Org-mode exporters licensing, Marcin Borkowski, 2015/07/27
- Re: [O] Org-mode exporters licensing, Marcin Borkowski, 2015/07/27
- Re: [O] Org-mode exporters licensing, Marcin Borkowski, 2015/07/27
- Re: [O] Org-mode exporters licensing, Daniele Nicolodi, 2015/07/27
- Re: [O] Org-mode exporters licensing, Marcin Borkowski, 2015/07/27
- Re: [O] Org-mode exporters licensing, Daniele Nicolodi, 2015/07/27
- Re: [O] Org-mode exporters licensing, Marcin Borkowski, 2015/07/27
- Re: [O] Org-mode exporters licensing, Robert Klein, 2015/07/28
Re: [O] Org-mode exporters licensing, Oleh Krehel, 2015/07/27
Re: [O] Org-mode exporters licensing, Achim Gratz, 2015/07/27