feeley / etos

Erlang to Scheme compiler
36 stars 1 forks source link

Any chance of this ever becoming open-source? #1

Open catseye opened 10 years ago

catseye commented 10 years ago

I recently found a reference to this project on the Erlang site, where it says it is no longer under active development. Indeed, the page that they link to has broken links for the downloads. (I found this github project by doing a web search for "ETOS" instead.)

I vaguely remember ETOS from days gone by on the erlang-questions mailing list; I suppose HIPE has basically surpassed it these days. But it's still an interesting project, if only for the ability to parse Erlang programs into Scheme data.

But the only part that seems to have an open-source license is the parser generator. The rest (including the grammar definition file) is "copyright, all rights reserved," unless I missed something. This naturally makes me a bit reluctant to hack on it. Any chance of the legal status of the code changing to something more permissive?

feeley commented 10 years ago

I always add a copyright under my name to all the source files I write. This is different from the license. In the case of etos, I'll gladly put it under the LGPL2 license.