From 23a6ee15d203214045564b95fe81c30f75c7b71a Mon Sep 17 00:00:00 2001 From: Bogdan Date: Mon, 24 Jun 2024 10:30:51 +0800 Subject: [PATCH] [KYUUBI #6434] Add footnote about pyhive origin Small notice change to include that pyhive was originally developed at Dropbox. Closes #6434 from bkyryliuk/bkyryliuk-patch-1. Closes #6434 d2ed97b42 [Bogdan] Add footnote about pyhive origin Authored-by: Bogdan Signed-off-by: Cheng Pan --- NOTICE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NOTICE b/NOTICE index 8755991fe..d861230a9 100644 --- a/NOTICE +++ b/NOTICE @@ -33,3 +33,6 @@ the following copyright notice: Apache Spark Copyright 2014 and onwards The Apache Software Foundation. + +PyHive +This project includes code from PyHive originally developed by Dropbox and was donated to Apache/Kyuubi in 2024