[OctDev] Reading NI TDMS files
Ryan Rusaw
rrusaw at gmail.com
Thu Dec 20 16:40:02 CST 2007
On Dec 20, 2007 2:50 PM, Michael Goffioul <michael.goffioul at gmail.com> wrote:
> On 12/20/07, Allen.Windhorn at emerson.com <Allen.Windhorn at emerson.com> wrote:
> > I didn't mean to start such an extensive discussion when I asked my
> > question originally
>
> I wanted to go further than your original mail, because it's my belief that
> this "problem" goes well beyond proprietary softwares and occurs with
> any free software that is released with a GPL incompatible license. This
> limits area of applications of Octave and gives no other choice to users
> than
> 1) switch back to Matlab
> 2) wait for someone to write a GPL-compatible version of the same software
> (does a GPL LabView replacement exists...?)
>
> Michael.
>
I've written some Eclipse plugins for Octave development, that I've
licensed under the GPL-incompatible EPL. The Eclipse framework (DLTK)
I've based my code on allows for external debugging engines to be
integrated if the speak a documented network protocol, DBGP
(http://xdebug.org/docs-dbgp.php).
I've also written a DBGP based debug engine for Octave, that I've
licensed under the GPLv3, as it certainly is a derivative work of
Octave.
It was my understanding that I can only distribute them separately.
Do you mean that I am mistaken and in fact I can't distribute the DBGP
debugger at all?
Ryan
More information about the Octave-maintainers
mailing list