From 2b49a6238f6bb86245d68e4cf47a2d0c581eaa27 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Sun, 22 Aug 2021 16:29:19 +0800 Subject: [PATCH] [KYUUBI #971] [LICENSE] Add DISCLAIMER to binary release ### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #971 from pan3793/disclaimer. Closes #971 c0fe3821 [Cheng Pan] [LICENSE] Add DISCLAIMER to binary release Authored-by: Cheng Pan Signed-off-by: Cheng Pan (cherry picked from commit 2f82f33e9ddb8950137d45a701196fbf8f0ad7ac) Signed-off-by: Cheng Pan --- build/dist | 1 + 1 file changed, 1 insertion(+) diff --git a/build/dist b/build/dist index 43265807a..aed4dbebd 100755 --- a/build/dist +++ b/build/dist @@ -216,6 +216,7 @@ if [[ "$SPARK_PROVIDED" != "true" ]]; then fi # Copy license files +cp "$KYUUBI_HOME/DISCLAIMER" "$DISTDIR/DISCLAIMER" cp "$KYUUBI_HOME/LICENSE-binary" "$DISTDIR/LICENSE" cp -r "$KYUUBI_HOME/licenses-binary" "$DISTDIR/licenses" $KYUUBI_HOME/build/release/collect-licenses.sh "$DISTDIR" "$DISTDIR"