Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.23 KB

COPYRIGHT.md

File metadata and controls

13 lines (9 loc) · 1.23 KB

OPC reader

OPC reader is based on / was forked from Microsoft's IoT edge OPC client. As its github page states, the original source code is copyrighted by Microsoft and available under the MIT license.

All changes and adaptations that constitute OPC reader are copyrighted by InfOil and available under the GNU GPL v2, because it's required by the use license of the OPC Foundation's OPC UA .NET reference stack.

Libraries

  • CsvHelper, (c) Josh Close and contributors, which is dually licensed under the Microsoft Public License (MS-PL) and the Apache License, version 2.0.
  • Newtonsoft's Json.NET, (c) James Newton-King and contributors, licensed under the MIT license.
  • OPC Foundation's OPC UA .NET reference stack, (c) OPC Foundation and contributors, licensed under a custom license.
  • Serilog's logging extensions, (c) Serilog contributors, licensed under the Apache License, version 2.0.