Re: PB with auctex-11.54 (debian testing)
Peter S Galbraith <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
Frank Küster <[email protected]> wrote: > Peter S Galbraith <[email protected]> schrieb: > > > At least are all the .el files under the GPL? If not, then it's not > > even non-free, it's not distributable. > > I didn't check all 156, but at least some are. Why do you think it > wouldn't be distributable without? Any elisp file is bound to use Emacs code as a library. Think of `require' as loding other elisp code. Except that those libraries are not LGPL'ed, they are GPL'ed. So that code must also be under the GPL. This only applies to elisp files. Not to compiled binary invoked from within Emacs in a shell. Peter