docs(legal): add Project Support / AS-IS disclaimer to README#43
Open
dgokeeffe wants to merge 1 commit into
Open
docs(legal): add Project Support / AS-IS disclaimer to README#43dgokeeffe wants to merge 1 commit into
dgokeeffe wants to merge 1 commit into
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the canonical Databricks Labs "Project Support" / AS-IS disclaimer to the top of README.md so users see it before evaluating the project.
Why
CoDA already has the binding legal text —
LICENSE.mdships the standard Databricks License with a $1,000 aggregate liability cap and comprehensive warranty disclaimers, andNOTICE.mdhas full third-party attribution. But the README didn't surface either, so a user evaluating CoDA could plausibly assume it's a supported Databricks product because it's under the `databrickslabs/` org.This block closes that gap.
Why immediately after the tagline (not at the bottom)
Standard Labs convention (`dqx`, `ucx`, `blueprint`) puts the disclaimer at the bottom. For CoDA specifically — a tool that exposes a workspace-credential-scoped shell + AI agents that act with full user authority — upfront placement is the responsible call. Readers see the AS-IS notice before they invest mental effort evaluating the product.
What's in the block
Test plan
This pull request and its description were written by Isaac.