legal: repository has no LICENSE — blocks adoption; needs a copyright-holder decision
- Vorherrschende Sprache
- Go
- Sterne
- 2
- Forks
- 0
- Ø Merge
- 50 Min.
- Gemergte PRs (30 T.)
- 23
Beschreibung
The repository has **no `LICENSE` file** (GitHub reports `license: null`). For a public SDK this is "all rights reserved" by default: no platform team can legally adopt it, `pkg.go.dev` shows no license, and the new README landing page (#68) deliberately omits a license line rather than invent one. This blocks the project's entire purpose until resolved.
## Why this needs a human
License selection is a decision for the copyright holder (Coder), not the maintainer. Labeled `ready-for-human`.
## Recommendation
Coder's org convention is consistent: **libraries are permissive** (`coder/websocket` ISC, `coder/quartz` MIT-0, `coder/serpent`/`coder/pretty`/`coder/guts` CC0-1.0) and **products are AGPL-3.0** (`coder/coder`, `coder/mux`). Chat SDK Go is an embeddable library, so it belongs in the permissive group. Suggested: **MIT** (most familiar to Go platform teams and to dependency-license scanners) or **Apache-2.0** (adds an explicit patent grant). Either is fine; AGPL would defeat the adoption goal.
## Once decided
- Add `LICENSE` at repo root (GitHub's license picker generates the standard text).
- Add a one-line License section to README.md.
- Verify `pkg.go.dev` picks it up after the next tag.
I will execute the mechanical part via the standard PR gate as soon as a license is chosen here.
---
_Generated with [`mux`](https://github.com/coder/mux) • Model: `anthropic:claude-fable-5` • Thinking: `xhigh`_
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Ein Urheberrechtsinhaber muss zunächst die Lizenz des Repositorys auswählen. Füge nach dieser Entscheidung den standardmäßigen Lizenztext in der LICENSE-Datei im Root-Verzeichnis und einen einzeiligen Abschnitt License zu README.md hinzu. Überprüfe, dass pkg.go.dev die Lizenz nach dem nächsten Tag erkennt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- go
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Aktiv
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 25/100