From 7ed7819afa8aed352e36ba862fc6ef76800035c9 Mon Sep 17 00:00:00 2001 From: William Brandler Date: Wed, 2 Mar 2022 10:49:01 -0800 Subject: [PATCH] update license and readme Signed-off-by: William Brandler --- LICENSE.txt => LICENSE | 0 README.md | 8 ++++++++ 2 files changed, 8 insertions(+) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.md b/README.md index 4ba548f..0926ee5 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,11 @@ Spark based pipelines for: 2. Build an uber jar (`sbt assembly`) 3. Create a cluster with the init script from step 1 and attach the assembly jar. 4. Run the desired pipeline using one of the attached notebooks. + +# License + +[Apache 2.0](LICENSE) + +## Disclaimer + +This is not an official Databricks product. This project is released without an expectation of continued development or maintenance.