This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch aaltay-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 43bf9b008a079949abd15809fd2943bcc807b425 Author: Ahmet Altay <[email protected]> AuthorDate: Fri Mar 19 17:57:20 2021 -0700 Fix a typo in license names --- sdks/java/container/license_scripts/pull_licenses_java.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/java/container/license_scripts/pull_licenses_java.py b/sdks/java/container/license_scripts/pull_licenses_java.py index 3ca24bd..696a916 100644 --- a/sdks/java/container/license_scripts/pull_licenses_java.py +++ b/sdks/java/container/license_scripts/pull_licenses_java.py @@ -38,7 +38,7 @@ from tenacity import stop_after_attempt from tenacity import wait_fixed from urllib.request import urlopen, URLError, HTTPError -SOURCE_CODE_REQUIRED_LICENSES = ['lgpl', 'glp', 'cddl', 'mpl', 'gnu', 'mozilla public license'] +SOURCE_CODE_REQUIRED_LICENSES = ['lgpl', 'gpl', 'cddl', 'mpl', 'gnu', 'mozilla public license'] RETRY_NUM = 9 THREADS = 16
