Hi Jochen,
Thanks for taking a look. About that license stuff, I must admit that
I'm quite ignorant about all that, which is why I haven't added a
license file yet.
I realize this isn't a groovy-related topic, but what would be a good
license if I want to be as permissive as possible? And what exactly does
it mean when you say "rules it out for any Apache software"? Does it
mean that programs that use Lanterna cannot be released under an ASL
license? Or just that they cannot be released under the name of the
Apache Software Foundation?
Maarten
On 2016-04-03 09:37, Jochen Theodorou wrote:
On 31.03.2016 09:52, Maarten Boekhold wrote:
Hi all,
I wanted to experiment a bit with creating DSLs, so I decided to try to
write a DSL for Lanterna: https://github.com/mabe02/lanterna. I know the
Griffon team already has a DSL for that, but that can't be used
standalone, so...
In case anybody is interested, I've posted my work sofar to
https://github.com/boekhold/lanterna-terminal-builder. The single test
case class should give a good overview of what it is current capable of.
too bad laterna is LGPL3, this pretty much rules it out for any Apache
software. Don“t forget to add a license file to your project too, if
you want others use it.
the builder looks nice so far
bye Jochen