From f775818f83f808ac43185bfc93190cd1b241ab5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Z=C4=85bek?= Date: Fri, 15 Nov 2024 09:00:20 +0100 Subject: [PATCH] add iceberg-common license --- 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 70e839ba6..03f0ff5cf 100644 --- a/scripts/process_licenses.py +++ b/scripts/process_licenses.py @@ -93,7 +93,8 @@ "org.xerial.snappy:snappy-java": APACHE_LICENSE, "org.yaml:snakeyaml": APACHE_LICENSE, "org.apache.iceberg:iceberg-api": APACHE_LICENSE, - "org.apache.iceberg:iceberg-core": APACHE_LICENSE + "org.apache.iceberg:iceberg-core": APACHE_LICENSE, + "org.apache.iceberg:iceberg-common": APACHE_LICENSE }