|
| 1 | +NOTICE |
| 2 | +====== |
| 3 | + |
| 4 | +This project is released under the MIT License (see LICENSE), with the |
| 5 | +exceptions listed below. Where this file and LICENSE disagree, this file |
| 6 | +governs for the files it names. |
| 7 | + |
| 8 | + |
| 9 | +Base Sans and Base Sans Mono (brand typefaces) — NOT MIT licensed |
| 10 | +----------------------------------------------------------------- |
| 11 | + |
| 12 | + public/fonts/BaseSans/* |
| 13 | + public/fonts/BaseSansMono/* |
| 14 | + |
| 15 | +These typefaces are Base's proprietary brand assets. Copyright (c) Base. All |
| 16 | +rights reserved. |
| 17 | + |
| 18 | +They are included in this repository solely so that this application renders |
| 19 | +with correct branding. They are NOT covered by the MIT license in LICENSE, and |
| 20 | +no license to them is granted by it. You may not copy, redistribute, embed, |
| 21 | +modify, sublicense, or otherwise use these font files outside of this project. |
| 22 | + |
| 23 | +If you fork this repository or reuse its code, remove these files and |
| 24 | +substitute your own typeface. Note that they are loaded via next/font/local in |
| 25 | +app/layout.tsx, so deleting the files alone will fail the build — remove the |
| 26 | +corresponding localFont() declarations too. The CSS font stack in |
| 27 | +app/globals.css already lists system fallbacks, so the app renders without them. |
| 28 | + |
| 29 | + |
| 30 | +Doto |
| 31 | +---- |
| 32 | + |
| 33 | + public/fonts/Doto/* |
| 34 | + |
| 35 | +Licensed under the SIL Open Font License, Version 1.1. |
| 36 | +See https://openfontlicense.org |
| 37 | + |
| 38 | + |
| 39 | +Bundled third-party code |
| 40 | +------------------------ |
| 41 | + |
| 42 | + vendor/aa/index.js |
| 43 | + |
| 44 | +A prebuilt bundle that inlines portions of the following MIT-licensed projects. |
| 45 | +Their copyright notices and permission notices apply to the corresponding |
| 46 | +portions of that file, and are retained here to satisfy the MIT attribution |
| 47 | +requirement: |
| 48 | + |
| 49 | + viem — Copyright (c) 2023-present weth, LLC — https://github.com/wevm/viem |
| 50 | + ox — Copyright (c) 2024-present weth, LLC — https://github.com/wevm/ox |
| 51 | + abitype — Copyright (c) 2022-present weth, LLC — https://github.com/wevm/abitype |
| 52 | + @noble/hashes, @noble/curves |
| 53 | + — Copyright (c) 2022 Paul Miller — https://github.com/paulmillr |
| 54 | + |
| 55 | +Each is distributed under the MIT License: |
| 56 | + |
| 57 | + Permission is hereby granted, free of charge, to any person obtaining a |
| 58 | + copy of this software and associated documentation files (the "Software"), |
| 59 | + to deal in the Software without restriction, including without limitation |
| 60 | + the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 61 | + and/or sell copies of the Software, and to permit persons to whom the |
| 62 | + Software is furnished to do so, subject to the following conditions: |
| 63 | + |
| 64 | + The above copyright notice and this permission notice shall be included in |
| 65 | + all copies or substantial portions of the Software. |
| 66 | + |
| 67 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 68 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 69 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 70 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 71 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 72 | + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 73 | + DEALINGS IN THE SOFTWARE. |
0 commit comments