From a7923988c69d0a245f173bc576bcbb25c7b17c6f Mon Sep 17 00:00:00 2001 From: larabasegg Date: Fri, 3 Jul 2026 14:10:06 +0200 Subject: [PATCH] OSS compliance: add Apache-2.0 legal deliverables Adds missing LICENSE/NOTICE/CONTRIBUTING deliverables per the Prosus OpenSource Ally compliance checklist. Co-Authored-By: Claude Opus 4.8 (1M context) --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a83ec71..4d097ceb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,10 @@ CI requires an `OPENAI_API_KEY` secret, which is not available to pull requests - Update relevant documentation if needed - Run `uv run pre-commit run --all-files` before submitting +## Contributor License Agreement (CLA) + +By contributing, you agree to assign copyright of your contribution to MIH AI B.V. Your contributions are licensed under the Apache License, Version 2.0. You confirm that you have the right to submit the contribution and that it does not knowingly violate any third-party intellectual property rights. + ## Vendored browser-use The `browser_use/` directory contains a vendored and modified copy of [browser-use](https://github.com/browser-use/browser-use). See `docs/BROWSER_USE_MODIFICATIONS.md` for details on local modifications. If your change touches `browser_use/`, please document the modification in `docs/BROWSER_USE_MODIFICATIONS.md`.