Description
Contient les licences des bibliothèques tierces situées dans le répertoire contrib du code source de ClickHouse.
Colonnes
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.
Exemple
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 │
│ boost │ Boost │ /contrib/boost/LICENSE_1_0.txt │
│ brotli │ MIT │ /contrib/brotli/LICENSE │
│ [...] │ [...] │ [...] │
└────────────────────┴──────────────┴─────────────────────────────────────┘