Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 522 Bytes

LICENSE.md

File metadata and controls

15 lines (13 loc) · 522 Bytes

This repository provides several different components that use different licenses. Contracts, tests and commands use GPLv3 (see LICENSE.GPLv3.md), while RPC bindings (95% of which are autogenerated code) and other code intended to be used as a library to integrate with these contracts is distributed under Apache 2.0 license (see LICENSE.Apache2).

Specifically, GPLv3 is used by code in these folders:

  • cmd
  • common
  • contracts
  • tests

Apache 2.0 is used in:

  • rpc
  • deploy