Contient les licences des bibliothèques tierces situées dans le répertoire contrib du code source de ClickHouse.
library_name (String) — Nom de la bibliothèque.
license_type (String) — Type de licence — par ex. Apache, MIT.
license_path (String) — Chemin du fichier contenant le texte de la licence.
license_text (String) — Texte de la licence.
SELECT library_name, license_type, license_path FROM system.licenses LIMIT 15
┌─library_name───────┬─license_type─┬─license_path────────────────────────┐
│ aws-c-common │ Apache │ /contrib/aws-c-common/LICENSE │
│ base64 │ BSD 2-clause │ /contrib/aklomp-base64/LICENSE │
│ brotli │ MIT │ /contrib/brotli/LICENSE │
│ [...] │ [...] │ [...] │
└────────────────────┴──────────────┴─────────────────────────────────────┘
Dernière modification le 29 juin 2026