From 33b19b11785c389d6c68d81154eb9394109be9c7 Mon Sep 17 00:00:00 2001 From: keating Date: Tue, 10 Mar 2026 10:59:02 -0400 Subject: [PATCH 1/3] Add license and disclaimer --- LICENSE | 21 +++++++++++++++++++++ README.md | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..cf7e28c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 ScopeLift + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index d05a3fd..3bc7e07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Fixed Fee Swap: Principal and Yield Token Separation +> **Disclaimer:** This repository has not been audited. It is a proof of concept and is not ready for production use. + - [Fixed Fee Swap: Principal and Yield Token Separation](#fixed-fee-swap-principal-and-yield-token-separation) - [About](#about) - [Architecture](#architecture) From 5f6ba87176e752205dd040379996e8fcd70f3a47 Mon Sep 17 00:00:00 2001 From: keating Date: Tue, 10 Mar 2026 11:03:16 -0400 Subject: [PATCH 2/3] Remove indent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bc7e07..d5f1758 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fixed Fee Swap: Principal and Yield Token Separation -> **Disclaimer:** This repository has not been audited. It is a proof of concept and is not ready for production use. +**Disclaimer:** This repository has not been audited. It is a proof of concept and is not ready for production use. - [Fixed Fee Swap: Principal and Yield Token Separation](#fixed-fee-swap-principal-and-yield-token-separation) - [About](#about) @@ -278,4 +278,4 @@ forge coverage ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. From 0f168e4bf0f1289aa8067af43180bfe0366a16f7 Mon Sep 17 00:00:00 2001 From: keating Date: Tue, 10 Mar 2026 11:58:09 -0400 Subject: [PATCH 3/3] Move and add emoji --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5f1758..26e2782 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Fixed Fee Swap: Principal and Yield Token Separation +⚠️ **Disclaimer:** This repository has not been audited. It is a proof of concept and is not ready for production use. -**Disclaimer:** This repository has not been audited. It is a proof of concept and is not ready for production use. +# Fixed Fee Swap: Principal and Yield Token Separation - [Fixed Fee Swap: Principal and Yield Token Separation](#fixed-fee-swap-principal-and-yield-token-separation) - [About](#about)