Permissive License
Would you consider using a permissive license like MIT/Apache?
Thanks
Hello,
I will consider it, but I have other priorities for the moment, including rewriting the code-generator. What would your use case be?
Hi, I'm also investigating using rust-xml-schema for parsing 61131-3 XML files. Now that I come to think of it, is the generated parser also under AGPL? Would it be possible to link with the generated parser without getting copyleft?
I'm not a lawyer. :smile:
Please, don't consider this issue a priority (and do close it if you think it's off-topic). :+1:
is the generated parser also under AGPL?
The *generated parser's code (which is generated Rust code): I'm not sure, but I think not. It's the same problem as with the output of GCC for example.
However, the generated parser heavily uses macros from and needs to link with a runtime, and that one is AGPL yeah.