# Third-Party Licenses This document contains the full license texts and attribution information for all third-party open source projects used in the Silvestre F1 Racing application. ## Table of Contents 1. [F1DB Database](#f1db-database) 2. [F1-Circuits-SVG Graphics](#f1-circuits-svg-graphics) --- ## F1DB Database **Project:** F1DB - Formula 1 Database **Source:** https://github.com/f1db/f1db **License:** Creative Commons Attribution 4.0 International (CC BY 4.0) **Copyright:** F1DB Contributors ### Attribution This work uses data from the F1DB project, which is licensed under the Creative Commons Attribution 4.0 International License. **Required Attribution Elements:** - **Source Link:** https://github.com/f1db/f1db - **License Link:** https://creativecommons.org/licenses/by/4.0/ - **Creator Credit:** F1DB Contributors - **Modification Notice:** The original F1DB data has been processed and integrated into this web application format. The data structure and presentation have been adapted for web display while maintaining the integrity of the original information. ### Creative Commons Attribution 4.0 International License Summary Under the CC BY 4.0 license, you are free to: - **Share** — copy and redistribute the material in any medium or format - **Adapt** — remix, transform, and build upon the material for any purpose, even commercially Under the following terms: - **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. For the complete license text, visit: https://creativecommons.org/licenses/by/4.0/legalcode --- ## F1-Circuits-SVG Graphics **Project:** F1-Circuits-SVG **Source:** https://github.com/royj/F1-Circuits-SVG **License:** MIT License **Copyright:** Copyright (c) 2024-2025 ROY Jules ### Attribution This application uses SVG circuit graphics from the F1-Circuits-SVG project by ROY Jules. ### MIT License ``` MIT License Copyright (c) 2024-2025 ROY Jules 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. ``` --- ## License Compliance This application is committed to proper attribution and license compliance for all third-party content used. The attributions above fulfill the requirements of the respective licenses: - **F1DB (CC BY 4.0):** Proper attribution including source link, license link, creator credit, and modification notice - **F1-Circuits-SVG (MIT):** Copyright notice and full MIT license text included For questions about licensing or attribution, please contact the project maintainers.