@uniswap/v3-core
Advanced tools
Comparing version 1.0.0-rc.0 to 1.0.0-rc.1
@@ -6,5 +6,5 @@ { | ||
"publishConfig": { | ||
"access": "restricted" | ||
"access": "public" | ||
}, | ||
"version": "1.0.0-rc.0", | ||
"version": "1.0.0-rc.1", | ||
"homepage": "https://uniswap.org", | ||
@@ -11,0 +11,0 @@ "keywords": [ |
@@ -7,2 +7,3 @@ # Uniswap V3 | ||
[![Mythx](https://github.com/Uniswap/uniswap-v3-core/actions/workflows/mythx.yml/badge.svg)](https://github.com/Uniswap/uniswap-v3-core/actions/workflows/mythx.yml) | ||
[![npm version](https://img.shields.io/npm/v/@uniswap/v3-core/latest.svg)](https://www.npmjs.com/package/@uniswap/v3-core/v/latest) | ||
@@ -58,9 +59,9 @@ This repository contains the core smart contracts for the Uniswap V3 Protocol. | ||
The primary license for Uniswap V3 Core is the Business Source License 1.1 (`BUSL-1.1`), see `LICENSE`. | ||
The primary license for Uniswap V3 Core is the Business Source License 1.1 (`BUSL-1.1`), see [`LICENSE`](./LICENSE). | ||
### Exceptions | ||
- All files in `contracts/interfaces/` are licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see `contracts/interfaces/LICENSE` | ||
- Several files in `contracts/libraries/` are licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see `contracts/libraries/LICENSE_GPL` | ||
- `contracts/libraries/FullMath.sol` is licensed under `MIT` (as indicated in its SPDX header), see `contracts/libraries/LICENSE_MIT` | ||
- All files in `contracts/interfaces/` are licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see [`contracts/interfaces/LICENSE`](./contracts/interfaces/LICENSE) | ||
- Several files in `contracts/libraries/` are licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see [`contracts/libraries/LICENSE_GPL`](contracts/libraries/LICENSE_GPL) | ||
- `contracts/libraries/FullMath.sol` is licensed under `MIT` (as indicated in its SPDX header), see [`contracts/libraries/LICENSE_MIT`](contracts/libraries/LICENSE_MIT) | ||
- All files in `contracts/test` remain unlicensed. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66
424738
4493