If one writes a program in a proprietary language, e.g. C# or Matlab, can that program/code be released under open source licensing terms, e.g. GPL, and be valid? Maybe this is true except in cases where the proprietary language comes with terms contrary.
|
I would compare the matter with this question about another world: if you record a song using proprietary instruments, and you sell your song, are you forced to give credits or a "fee" to the producers of the instruments you've used? I suppose the answer is no, you have not. Languages are tools; to run the code, or to use the programming environment, you likely have to pay (it is the case of Matlab but not of C#; moreover Octave is largely compatible with Matlab language so even in this case the concept of "proprietary language" is hardly applicable - I daresay it is never applicable indeed); but your code (as text you wrote for that environment) can't be owned by the language creators and so you can license it as you prefer. If it would be legal to force a license on something you've written since it is written using a "proprietary" language (at least where "source code" is really text), then that language should be avoided (and the law changed!). And I suppose such a language could exist just in niches. |
|||||
|