Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
862 changes: 201 additions & 661 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<p align="center">
<a href="https://x.com/LexmountAI"><img src="https://img.shields.io/badge/X-%40LexmountAI-000000?style=flat&logo=x&logoColor=white" alt="Follow @LexmountAI on X"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-2F80ED.svg" alt="License: AGPL-3.0"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-2F80ED.svg" alt="License: Apache-2.0"></a>
</p>

<p align="center">
Expand Down Expand Up @@ -88,4 +88,4 @@ Start with [docs/kitesurf-deployment.md](docs/kitesurf-deployment.md) for the fi

## License

AGPL-3.0. See [LICENSE](LICENSE). Upstream task and fixture attributions are retained in [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
Apache-2.0. See [LICENSE](LICENSE). Upstream task and fixture attributions are retained in [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<p align="center">
<a href="https://x.com/LexmountAI"><img src="https://img.shields.io/badge/X-%40LexmountAI-000000?style=flat&logo=x&logoColor=white" alt="在 X 上关注 @LexmountAI"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-2F80ED.svg" alt="许可证:AGPL-3.0"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-2F80ED.svg" alt="许可证:Apache-2.0"></a>
</p>

<p align="center">
Expand Down Expand Up @@ -88,4 +88,4 @@

## License

AGPL-3.0,见 [LICENSE](LICENSE)。上游 task 与 fixture 的署名和许可信息集中保留在 [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)。
Apache-2.0,见 [LICENSE](LICENSE)。上游 task 与 fixture 的署名和许可信息集中保留在 [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)。
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Third-party notices

Lexbench-Headless-Browser is licensed under AGPL-3.0. Some benchmark tasks and
Lexbench-Headless-Browser is licensed under Apache-2.0. Some benchmark tasks and
self-hosted fixtures were rewritten from Web Platform Tests (WPT), or designed
with reference to Chromium inspector-protocol tests. The benchmark does not fetch
or execute either upstream suite at run time; the checked-in task, fixture, and
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lexbench-headless-browser-harness",
"version": "0.5.0",
"private": true,
"license": "AGPL-3.0-only",
"license": "Apache-2.0",
"description": "Pinned framework drivers for Browser Runtime Bench: real Playwright / Puppeteer connect-over-CDP harness. Versions are locked in harness_pins.json; install with `npm ci`.",
"dependencies": {
"@browserbasehq/stagehand": "3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = { file = "LICENSE" }
keywords = ["browser", "benchmark", "cdp", "devtools", "webdriver", "automation"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Testing",
]
Expand Down
2 changes: 1 addition & 1 deletion runner/scripts/adapters/chromiumoxide_adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "chromiumoxide_adapter"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-only"
license = "Apache-2.0"
description = "chromiumoxide scenario adapter for Agent Browser Bench (abb_scenario_adapter/1)"

[dependencies]
Expand Down
Loading