chronoxor / FastBinaryEncoding

Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift
https://chronoxor.github.io/FastBinaryEncoding
MIT License
827 stars 86 forks source link

Generated code usage #98

Closed OliverFendt closed 5 months ago

OliverFendt commented 5 months ago

This is a request for clarification: In case I use it for serialization, can I use the generated source code and the other generated artifacts without restriction? Or do I have to put the MIT license into the generated code and your copyright notice? I do not believe so, but I want to be sure and thus I am asking.

chronoxor commented 5 months ago

Yes of course! As you created a fbe file, it's yours and all generated models are yours as well.

Only fbe sources and fbe tool goes with a MIT license.

OliverFendt commented 5 months ago

@chronoxor thank you very much for the clarification