# Data Attributions
## Formula 1 Data - F1DB
This project utilizes Formula 1 data from the **F1DB** project.
### Source Information
- **Project Name:** F1DB - Formula 1 Database
- **Repository:** https://github.com/f1db/f1db
- **Maintainers/Contributors:** F1DB Team and contributors
- **License:** Creative Commons Attribution 4.0 International (CC BY 4.0)
- **License URL:** https://creativecommons.org/licenses/by/4.0/
- **License Full Text:** https://creativecommons.org/licenses/by/4.0/legalcode
### Copyright Notice
Copyright © F1DB Contributors
### Modifications Made
The original F1DB data has been adapted for use in this project:
1. **Data Import:** Original CSV/SQL releases imported into PostgreSQL database
2. **Schema Optimization:** Database schema restructured for API performance
3. **API Exposure:** Data exposed through custom REST API endpoints
4. **Query Optimization:** Indexes and relationships optimized for fast queries
5. **Additional Processing:** [Describe any other transformations you made]
### License Requirements
Under the CC BY 4.0 license terms, we are required to:
- ✅ Give appropriate credit to F1DB
- ✅ Provide a link to the license
- ✅ Indicate if changes were made
- ✅ Not restrict others from doing anything the license permits
### Disclaimer
The F1DB data 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.
### Links
- F1DB GitHub: https://github.com/f1db/f1db
- F1DB Website: https://www.f1db.com/
- CC BY 4.0 License: https://creativecommons.org/licenses/by/4.0/
---
**Note:** This attribution applies only to the underlying Formula 1 data.
The MCP code and implementation are separately licensed under Apache 2.0
(see [LICENSE](./LICENSE)).
**Last Reviewed:** 15/11/25