From 3671a63d4ea042058e2c1836477525a618ee8a77 Mon Sep 17 00:00:00 2001 From: David O'Keeffe Date: Sun, 17 May 2026 19:43:17 +1000 Subject: [PATCH] docs(legal): add Project Support / AS-IS disclaimer to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit databrickslabs/dqx and other Labs projects ship a prominent "Project Support" block disclaiming SLAs and pointing users at the LICENSE for binding terms. CoDA has the LICENSE.md (with $1,000 aggregate liability cap + comprehensive warranty disclaimers) and NOTICE.md (full third-party attribution), but the README didn't surface either. Without this block, a user evaluating CoDA could plausibly assume it's a supported Databricks product because it lives under the databrickslabs/ org. The disclaimer closes that gap — and is placed immediately after the tagline (not buried at the bottom) because the tool exposes a workspace-credential-scoped shell and AI agents that act with full user authority. Text lifted from databrickslabs/dqx with one grammar tweak (singular "It is provided AS-IS" since this is one project, not multiple). Cross-references LICENSE.md and NOTICE.md so security-conscious readers can find the binding legal text in one hop. Co-authored-by: Isaac --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f179bed..eba72fb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,22 @@ --- +## 💬 Project Support + +Please note that this project is provided for your exploration only and is not +formally supported by Databricks with Service Level Agreements (SLAs). It is +provided AS-IS, and we do not make any guarantees. Please do not submit a +support ticket relating to any issues arising from the use of this project. + +Any issues discovered through the use of this project should be filed as GitHub +[Issues on this repository](https://github.com/databrickslabs/coding-agents-databricks-apps/issues). + +See [LICENSE.md](LICENSE.md) for full terms, including the warranty disclaimer +and limitation of liability. See [NOTICE.md](NOTICE.md) for third-party software +attribution. + +--- + ## Screenshots