From c9587b7df97cbe49fcd4539e422bac372b4a5284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Z=C4=85bek?= Date: Fri, 15 Nov 2024 09:13:56 +0100 Subject: [PATCH] license for io.airlift:aircompressor --- scripts/process_licenses.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/process_licenses.py b/scripts/process_licenses.py index 03f0ff5cf..f3947f413 100644 --- a/scripts/process_licenses.py +++ b/scripts/process_licenses.py @@ -94,7 +94,8 @@ "org.yaml:snakeyaml": APACHE_LICENSE, "org.apache.iceberg:iceberg-api": APACHE_LICENSE, "org.apache.iceberg:iceberg-core": APACHE_LICENSE, - "org.apache.iceberg:iceberg-common": APACHE_LICENSE + "org.apache.iceberg:iceberg-common": APACHE_LICENSE, + "io.airlift:aircompressor": APACHE_LICENSE }