Per org policy, all EdgeCommons repos/materials should reflect the Business Source License 1.1 (SPDX BUSL-1.1). The public org profile page still shows an Apache-2.0 license badge:
profile/README.md:25 — <img alt="License: Apache 2.0" ... badge/license-Apache--2.0 ...> → BSL 1.1 badge
This badge is hand-authored in profile/README.md (the generator scripts/generate-profile.mjs does not emit it), so the fix lives there. Note: this repo has no LICENSE file — consider adding a BSL 1.1 LICENSE for consistency.
Per org policy, all EdgeCommons repos/materials should reflect the Business Source License 1.1 (SPDX
BUSL-1.1). The public org profile page still shows an Apache-2.0 license badge:profile/README.md:25—<img alt="License: Apache 2.0" ... badge/license-Apache--2.0 ...>→ BSL 1.1 badgeThis badge is hand-authored in
profile/README.md(the generatorscripts/generate-profile.mjsdoes not emit it), so the fix lives there. Note: this repo has noLICENSEfile — consider adding a BSL 1.1LICENSEfor consistency.