From c0d59bdc8313e563740434d749afff0cc46590be Mon Sep 17 00:00:00 2001 From: Eduard Tudenhoefner Date: Thu, 14 Sep 2023 08:31:45 +0200 Subject: [PATCH] add license --- LICENSE | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/LICENSE b/LICENSE index 515fd54d6e5f..3b4bb2ed6354 100644 --- a/LICENSE +++ b/LICENSE @@ -313,3 +313,13 @@ This product includes code from Apache Commons. Copyright: 2020 The Apache Software Foundation Home page: https://commons.apache.org/ License: https://www.apache.org/licenses/LICENSE-2.0 + +-------------------------------------------------------------------------------- + +This product includes code from Apache HttpComponents Client. + +* retry and error handling logic in ExponentialHttpRequestRetryStrategy.java + +Copyright: 1999-2022 The Apache Software Foundation. +Home page: https://hc.apache.org/ +License: https://www.apache.org/licenses/LICENSE-2.0