From 5d34f8c7ac42e33fb868a12a4d5cd328b76be2b9 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 22 Aug 2021 00:33:14 -0700 Subject: [PATCH] add notice file for python binding --- python/NOTICE.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 python/NOTICE.txt diff --git a/python/NOTICE.txt b/python/NOTICE.txt new file mode 100644 index 0000000000000..01c6f3fc0101d --- /dev/null +++ b/python/NOTICE.txt @@ -0,0 +1,22 @@ +Apache Arrow +Copyright 2020-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +This product includes software from the tokio project + * Copyright (c) 2021 Tokio Contributors + * Licensed under the MIT License + +This product includes software from the libc project + * Copyright (c) 2014-2020 The Rust Project Developers + * Licensed under the MIT License + +This product includes software from the rand project + * Copyright 2018 Developers of the Rand project + * Copyright (c) 2014 The Rust Project Developers + * Licensed under the MIT License + +This product includes software from the pyo3 project (Apache 2.0) + * Copyright (c) 2017-present PyO3 Project and Contributors + * https://github.com/PyO3