Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 3.17 KB

File metadata and controls

78 lines (56 loc) · 3.17 KB

Third-Party Licenses & Credits

LinkForge bundles the open-source software and data assets listed below. Each is distributed under its own license, reproduced or linked here as required. LinkForge itself is released under the MIT License (see the LICENSE file); the notices below apply only to the third-party components.


Data

DB-IP IP-to-Country Lite database

  • File: database/geoip/dbip-country-lite.mmdb
  • © DB-IP — https://db-ip.com
  • License: Creative Commons Attribution 4.0 International (CC-BY-4.0)https://creativecommons.org/licenses/by/4.0/
  • Attribution: "IP Geolocation by DB-IP" (shown in the app under Admin → Settings → Geo and on analytics geo views).

Fonts (self-hosted via @fontsource)

All bundled fonts are licensed under the SIL Open Font License 1.1 (OFL-1.1)https://scripts.sil.org/OFL

Font Source
Plus Jakarta Sans https://github.com/tokotype/PlusJakartaSans
Poppins https://github.com/itfoundry/Poppins
DM Sans https://github.com/googlefonts/dm-fonts
Space Grotesk https://github.com/floriankarsten/space-grotesk
Lora https://github.com/cyrealtype/Lora-Cyrillic

Each font retains its original OFL copyright; the full OFL text accompanies each family in node_modules/@fontsource/*/LICENSE (dev) and applies to the compiled webfonts shipped in public/build.


Icons & graphics

Asset License Source
Simple Icons (brand/social SVGs) CC0 1.0 (icons) / MIT (package) https://github.com/simple-icons/simple-icons
Flag Icons (country flags) MIT https://github.com/lipis/flag-icons
Lucide (UI icons) ISC https://github.com/lucide-icons/lucide
Bootstrap Icons MIT https://github.com/twbs/icons
@svg-maps/world (choropleth map) MIT https://github.com/VictorCazanave/svg-maps

Brand logos/marks displayed via these icon sets remain trademarks of their respective owners and are used for identification only.


JavaScript libraries (bundled in public/build)

Library License Source
qr-code-styling MIT https://github.com/kozakdenys/qr-code-styling
jsPDF MIT https://github.com/parallax/jsPDF
Tailwind CSS MIT https://github.com/tailwindlabs/tailwindcss
Axios MIT https://github.com/axios/axios

PHP packages (bundled in vendor/)

Package License Source
laravel/framework MIT https://github.com/laravel/framework
laravel/fortify MIT https://github.com/laravel/fortify
laravel/sanctum MIT https://github.com/laravel/sanctum
laravel/tinker MIT https://github.com/laravel/tinker
livewire/livewire MIT https://github.com/livewire/livewire
endroid/qr-code MIT https://github.com/endroid/qr-code
geoip2/geoip2 Apache-2.0 https://github.com/maxmind/GeoIP2-php

Each package's full license text is included in its directory under vendor/<vendor>/<package>/LICENSE.


If you redistribute or modify LinkForge, you must preserve the attribution and license notices above for the components that require them (notably DB-IP CC-BY and the OFL fonts).