From 451362d8dd5da24f41a81f04d9534bd3f9ded6a0 Mon Sep 17 00:00:00 2001 From: SangBin Cho Date: Tue, 28 Jun 2022 08:59:17 -0700 Subject: [PATCH] Update the license. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 53bf2acad..f2eed97cb 100644 --- a/LICENSE +++ b/LICENSE @@ -403,7 +403,7 @@ See the License for the specific language governing permissions and limitations under the License. --------------------------------------------------------------------------------------------------------------- -Code in python/ray/util/thirdparty/tabulate.py is adapted from https://github.com/astanin/python-tabulate/blob/4892c6e9a79638c7897ccea68b602040da9cc7a7/tabulate.py +Code in python/ray/_private/thirdparty/tabulate/tabulate.py is adapted from https://github.com/astanin/python-tabulate/blob/4892c6e9a79638c7897ccea68b602040da9cc7a7/tabulate.py Copyright (c) 2011-2020 Sergey Astanin and contributors