dharma-v2-core
v0.0.1
Published
🎛 Core contracts for the Dharma V2 protocol
Downloads
2
Readme
Dharma V2
This repository contains the core smart contracts for the Dharma V2 Protocol.
Licensing
The primary license for Dharma V2 Core is the Business Source License 1.1 (BUSL-1.1
), see LICENSE
.
Exceptions
- All files in
contracts/interfaces/
are licensed underGPL-2.0-or-later
(as indicated in their SPDX headers), seecontracts/interfaces/LICENSE
- Several files in
contracts/libraries/
are licensed underGPL-2.0-or-later
(as indicated in their SPDX headers), seecontracts/libraries/LICENSE_GPL
contracts/libraries/FullMath.sol
is licensed underMIT
(as indicated in its SPDX header), seecontracts/libraries/LICENSE_MIT
- All files in
contracts/test
remain unlicensed.