Licences for what this site ships NBEDU AI Literacy (working title) The site's own code is MIT licensed and its lessons are CC BY 4.0: see LICENSE and LICENSE-CONTENT.md in the source repository. Third-party parts keep their own licences, listed here. The NeuroBridgeEDU name and logo belong to Emanuel Covasa and are not covered by the MIT or CC BY 4.0 licences. The logo files are /brand/, /favicon.ico and /apple-touch-icon.png. Packages (every runtime dependency in package.json), each MIT licensed: - @astrojs/mdx 8.0.2, MIT, Copyright (c) 2021 Fred K. Schott - @astrojs/react 7.0.0, MIT, Copyright (c) 2021 Fred K. Schott - @nanostores/persistent 1.3.5, MIT, Copyright 2020 Andrey Sitnik - @tailwindcss/vite 4.3.3, MIT, Copyright (c) Tailwind Labs, Inc. - astro 7.3.5, MIT, Copyright (c) 2021 Fred K. Schott. It includes parts of SvelteKit, Copyright (c) 2020 the SvelteKit contributors, and of Vite, Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors, both MIT. - lean-qr 2.7.4, MIT, Copyright (c) 2021-2025 David Evans - nanostores 1.5.4, MIT, Copyright 2020 Andrey Sitnik - react 19.3.0, MIT, Copyright (c) Meta Platforms, Inc. and affiliates. - react-dom 19.3.0, MIT, Copyright (c) Meta Platforms, Inc. and affiliates. - tailwindcss 4.3.3, MIT, Copyright (c) Tailwind Labs, Inc. The search index and its scripts, in /pagefind/, are written at build time by a development tool: - pagefind 1.5.2, MIT, Copyright (c) Pagefind Fonts, each under the SIL Open Font License 1.1, whose full text sits next to the font: - Lexend (latin, variable), from @fontsource-variable/lexend 5.3.0. Copyright 2019 The Lexend Project Authors (https://github.com/googlefonts/lexend). Licence: /fonts/OFL-Lexend.txt - Public Sans (latin, variable), from @fontsource-variable/public-sans 5.3.0. Copyright 2015 The Public Sans Project Authors (https://github.com/uswds/public-sans). Licence: /fonts/OFL-PublicSans.txt - OpenDyslexic Regular, unmodified, from https://github.com/antijingoist/opendyslexic. Copyright (c) 2019-07-29, Abbie Gonzalez (https://abbiecod.es), with Reserved Font Name OpenDyslexic. Licence: /fonts/OFL-OpenDyslexic.txt The MIT licence, as each package above carries it with its own copyright line: 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.