mpostol / UA-ModelCompiler

ModelCompiler converts XML files into C# and ANSI C
https://mpostol.github.io/UA-ModelCompiler/api
MIT License
3 stars 3 forks source link

Investigate possibility to fix incompatible licenses #2

Open mpostol opened 3 years ago

mpostol commented 3 years ago

According to the current README


## License Model ##

The ModelCompiler code is MIT license, however, it links to the UA-.NETStandard NuGet packages which is covered under the OPC Foundation Redistributables licence. If a user chooses the version that links directly to the  UA-.NETStandard submodule then the license the UA-.NETStandard dual license applies.

Try to define an abstraction to remove dependency on the UA-.NETStandard.

This issue was derived from OPCFoundation/UA-ModelCompiler#74

mpostol commented 3 years ago

Further development will be conducted on the branch UANodeSetRemoveDependency.