Wizbook client-side licence =========================== WHAT THIS COVERS The code Wizbook delivers to your browser: the HTML, CSS and JavaScript that arrive when you load the site and that you can already read with View Source. Take it, change it, ship it, sell it. Attribution as set out below is the only condition. WHAT THIS DOES NOT COVER * The development repository, which is private. This is a licence over code, not a promise of an open-source project, and there is no repository to clone. * Server-side code, which is not delivered to your browser and is not published. * Anything that is not ours to license. Magic: The Gathering card names, card text, mana symbols and artwork are (c) Wizards of the Coast LLC. Card data comes from Scryfall and belongs to Scryfall LLC and the respective rights holders. No licence to any of that is granted here, because none could be. * Third-party libraries served alongside our own code, which carry their own licences. pako is (c) Vitaly Puzrin and Andrei Tuputcyn under MIT AND Zlib; its notice is preserved in the file itself. * The Wizbook name and logo, which are not covered by this licence. A note on why this is scoped rather than blanket: a licence is a grant over what the grantor owns. Saying "the source code is MIT" when a good deal of what reaches your browser belongs to other people would be a promise that could not be kept. MIT License Copyright (c) 2026 Wizbook 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.