Conversation
Replace the "Open Source clients", "Open Source servers" and "Other implementations" sections with two tables, Clients and Servers, and add a License column linking to the SPDX license page (or Commons Clause site). This states each project's terms directly instead of sorting them into open-source and other buckets. Also move PyPi TEA to Servers, since its README describes it as a TEA server, sort rows alphabetically and drop the "(commercial)" suffixes now carried by the License column. Assisted-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: Piotr P. Karwasz <piotr@github.copernik.eu>
ppkarwasz
force-pushed
the
docs/implementations-license
branch
from
September 19, 2026 16:20
969e832 to
b4b3795
Compare
Collaborator
|
As this is not part of the ECMA doc I'll put this on backlog right now and will come back to it after we submitted the core docs. thank you! |
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.
The implementations page currently splits projects into "Open Source clients", "Open Source servers" and "Other implementations". The split hides useful information: a reader still has to visit each project to learn its actual license, and commercial products end up in a catch-all section that says nothing about what they are.
This PR reorganises the page into two tables, Clients and Servers, each with a License column. Every identifier links to its entry on the SPDX license list, and to the Commons Clause where it applies. Products that are not distributed as source are marked Proprietary. All licenses were checked against the project repositories.
While touching the tables:
Descriptions are otherwise unchanged.
🤖 Generated with Claude Code