# Third-Party Notices This file lists open-source and third-party materials used in the Veebipress website ([veebipress.ee](https://veebipress.ee)) and its source repository. The site application code is © Veebipress OÜ (see [LICENSE](LICENSE)). The components below are used under their respective licenses. --- ## Runtime software (shipped in production build) | Component | Version (approx.) | License | Copyright holder | |-----------|-------------------|---------|------------------| | [Next.js](https://nextjs.org/) | 15.x | MIT | Vercel, Inc. | | [React](https://react.dev/) | 19.x | MIT | Meta Platforms, Inc. and affiliates | | [React DOM](https://react.dev/) | 19.x | MIT | Meta Platforms, Inc. and affiliates | ### MIT License (summary) Permission is hereby granted, free of charge, to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, subject to inclusion of the copyright notice and permission notice in all copies or substantial portions. Full license texts are available in `node_modules/next/LICENSE`, `node_modules/react/LICENSE`, and `node_modules/react-dom/LICENSE` after `npm install`. --- ## Build-time software (not shipped to visitors) | Component | License | Notes | |-----------|---------|-------| | [Tailwind CSS](https://tailwindcss.com/) | MIT | Styles compiled into static CSS | | [TypeScript](https://www.typescriptlang.org/) | Apache-2.0 | Dev/build only | --- ## Fonts (embedded in static export) Fonts are self-hosted via `next/font/google` (no runtime Google Fonts CDN request). | Font | License | Source | |------|---------|--------| | [Inter](https://fonts.google.com/specimen/Inter) | SIL Open Font License 1.1 | Google Fonts | | [Geist](https://vercel.com/font) | SIL Open Font License 1.1 | Google Fonts / Vercel | | [Geist Mono](https://vercel.com/font) | SIL Open Font License 1.1 | Google Fonts / Vercel | ### SIL Open Font License 1.1 (summary) Fonts may be embedded in documents and websites. Font files may not be sold standalone. Reserved font names must not be used for modified derivatives without permission. Full license: [https://scripts.sil.org/OFL](https://scripts.sil.org/OFL) --- ## Icons UI icons in [`src/components/icons.tsx`](src/components/icons.tsx) are inline SVG paths in a monoline style consistent with the [Lucide](https://lucide.dev/) icon set. | Component | License | Copyright | |-----------|---------|-----------| | Lucide (path reference / derivative) | ISC | Copyright (c) for respective authors | ### ISC License (Lucide) ``` Copyright (c) for Lucide contributors Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. ``` Icons are implemented as project-owned React components to avoid shipping an extra client bundle; path geometry follows Lucide’s open icon conventions. See [`src/components/icons.tsx`](src/components/icons.tsx) file header for details. --- ## Original project assets | Asset | Rights | |-------|--------| | `public/favicon.svg`, `public/og.svg`, `public/og.png` | © Veebipress OÜ | | Logo mark (CSS in `Logo.tsx`) | © Veebipress OÜ | | Estonian marketing copy (`src/data/*`) | © Veebipress OÜ | | Procedural grain texture (`globals.css`) | © Veebipress OÜ | --- ## Trademarks WordPress, Cloudflare, Next.js, and other names mentioned on the site are trademarks of their respective owners. Veebipress is not affiliated with or endorsed by them. --- ## Updates When adding dependencies, fonts, or external assets, update this file and the `/litsentsid` page on the website. Last updated: May 2026