
Open Source Licenses
AtlasLinq is built with amazing open source software
Acknowledgments
AtlasLinq is made possible by the incredible work of open source developers and communities. This page acknowledges the open source software, libraries, fonts, icons, and services that power our platform.
We are grateful to the maintainers and contributors of these projects. Their work enables us to build better products faster.
Mobile Application (Flutter)
Flutter Framework
- Project: Flutter
- License: BSD 3-Clause License
- Website: flutter.dev
- Description: Cross-platform UI toolkit for building natively compiled applications
Key Flutter Packages
- provider - State management (MIT License)
- shared_preferences - Local data storage (BSD 3-Clause)
- url_launcher - Opening URLs and deep links (BSD 3-Clause)
- image_picker - Selecting images from device (Apache 2.0)
- qr_flutter - QR code generation (BSD 3-Clause)
- nfc_manager - NFC functionality (MIT License)
- permission_handler - Device permissions (MIT License)
- geolocator - Location services (MIT License)
- fl_chart - Charts and analytics visualization (MIT License)
- flutter_svg - SVG rendering (MIT License)
Firebase SDKs
- firebase_core - Firebase initialization (BSD 3-Clause)
- firebase_auth - Authentication services (BSD 3-Clause)
- cloud_firestore - NoSQL cloud database (BSD 3-Clause)
- firebase_storage - Cloud file storage (BSD 3-Clause)
- firebase_analytics - User analytics (BSD 3-Clause)
- firebase_crashlytics - Crash reporting (BSD 3-Clause)
Website (Next.js)
Next.js Framework
- Project: Next.js 15
- License: MIT License
- Website: nextjs.org
- Description: React framework for production-grade web applications
React
- Project: React 19
- License: MIT License
- Website: react.dev
- Description: JavaScript library for building user interfaces
TypeScript
- Project: TypeScript
- License: Apache 2.0 License
- Website: typescriptlang.org
- Description: Typed superset of JavaScript
Icons & Visual Assets
React Icons
- Project: React Icons
- License: MIT License
- Website: react-icons.github.io
- Description: Popular icon packs as React components (Font Awesome, Material Icons, etc.)
Cupertino Icons (iOS Style)
- Project: Cupertino Icons (Flutter)
- License: MIT License
- Description: iOS-style icons for Flutter applications
Material Icons
- Project: Material Design Icons
- License: Apache 2.0 License
- Website: fonts.google.com/icons
- Description: Google's Material Design icon set
Fonts
Geist Font Family
- Fonts: Geist Sans, Geist Mono
- License: SIL Open Font License 1.1
- Website: vercel.com/font
- Description: Modern, geometric sans-serif and monospace fonts by Vercel
- Usage: Used throughout the AtlasLinq website for UI text and code examples
System Fonts
Our website also uses system font stacks for optimal performance:
- San Francisco (iOS/macOS): Apple Inc.
- Segoe UI (Windows): Microsoft Corporation
- Roboto (Android/Chrome OS): Google (Apache 2.0)
Third-Party Services
Firebase (Google)
- Services: Authentication, Firestore, Storage, Analytics, Crashlytics
- License: Firebase Terms of Service
- Website: firebase.google.com
- Privacy: Firebase Privacy & Security
Cloudflare
- Services: CDN, DDoS Protection, Web Hosting
- License: Cloudflare Terms of Service
- Website: cloudflare.com
- Privacy: Cloudflare Privacy Policy
Vercel
- Services: Website deployment and hosting
- License: Vercel Terms of Service
- Website: vercel.com
Common Open Source Licenses
The software components used in AtlasLinq are distributed under various open source licenses. Below are summaries of the most common licenses:
MIT License
A permissive license that allows reuse with minimal restrictions. Permits commercial use, modification, distribution, and private use. Requires preservation of copyright and license notices.
BSD 3-Clause License
Similar to MIT but includes a clause prohibiting use of project names for endorsement without permission. Allows commercial use, modification, and distribution.
Apache 2.0 License
Permissive license providing express grant of patent rights from contributors. Requires preservation of copyright, patent, trademark, and attribution notices.
SIL Open Font License 1.1
License designed for fonts. Allows fonts to be freely used, studied, modified, and redistributed. Fonts cannot be sold by themselves.
MIT License (Example)
Many of the libraries we use are distributed under the MIT License:
Copyright (c) [year] [copyright holders]
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.
Attribution & Compliance
AtlasLinq complies with all license requirements of the open source software we use, including:
- Preserving copyright notices and attributions
- Including license texts where required
- Providing source code access for components that require it
- Maintaining changelog and modification records
If you have questions about our use of open source software or believe we have made an error in attribution, please contact us at support@atlaslinq.com.
Additional Resources
For more detailed information about specific packages and their licenses:
- Flutter Packages: pub.dev - Search for any Flutter package to view its license
- npm Packages: npmjs.com - JavaScript package registry with license information
- Open Source Initiative: opensource.org/licenses - Official list of approved open source licenses
Questions or Concerns
If you have questions about the licenses or open source components used in AtlasLinq, please contact us:
Email: support@atlaslinq.com
Website: atlaslinq.com
Thank you to all open source maintainers and contributors who make projects like AtlasLinq possible. Your work powers the modern internet.