Skip to content

Commit

Permalink
Merge branch 'main' into remove-custom-solc
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint authored Feb 12, 2024
2 parents 98abcaf + 4acb350 commit 4a0f9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ contract MyContract is ILockCallback {

The primary license for Uniswap V4 Core is the Business Source License 1.1 (`BUSL-1.1`), see [LICENSE](https://github.com/Uniswap/v4-core/blob/main/LICENSE). Minus the following exceptions:

- Some [libraries](./contracts/libraries) have a GPL license
- Both [FullMath.sol](./contracts/libraries/FullMath.sol) and [Hooks.sol](./contracts/libraries/Hooks.sol) have an MIT License
- [Interfaces](./contracts/interfaces) and [types](./contracts/types/) have an MIT license
- Some [libraries](./src/libraries) have a GPL license
- Both [FullMath.sol](./src/libraries/FullMath.sol) and [Hooks.sol](./src/libraries/Hooks.sol) have an MIT License
- [Interfaces](./src/interfaces) and [types](./src/types/) have an MIT license

Each of these files states their license type.

0 comments on commit 4a0f9ce

Please sign in to comment.