From b96c9583167179e6ad68a10c80fc84c90562ea74 Mon Sep 17 00:00:00 2001 From: Louis Brown <48462338+louisbrown0212@users.noreply.github.com> Date: Thu, 9 Jan 2025 06:15:37 +1000 Subject: [PATCH] Fix incorrect MIT License link (#928) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8a52716..ee3cb09ab 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,4 @@ contract MyContract is IUnlockCallback { ## License -Uniswap V4 Core is licensed under the Business Source License 1.1 (`BUSL-1.1`), see [BUSL_LICENSE](https://github.com/Uniswap/v4-core/blob/main/licenses/BUSL_LICENSE), and the MIT License (`MIT`), see [MIT_LICENSE](https://github.com/Uniswap/v4-core/blob/main/licenses/BUSL_LICENSE). Each file in Uniswap V4 Core states the applicable license type in the header. +Uniswap V4 Core is licensed under the Business Source License 1.1 (`BUSL-1.1`), see [BUSL_LICENSE](https://github.com/Uniswap/v4-core/blob/main/licenses/BUSL_LICENSE), and the MIT License (`MIT`), see [MIT_LICENSE](https://github.com/Uniswap/v4-core/blob/main/licenses/MIT_LICENSE). Each file in Uniswap V4 Core states the applicable license type in the header.