cockroachdb / cockroachdb/cockroach
v24.3.0-alpha.2: `cockroach version` reports `Distribution: CCL`
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Describe the problem**
As of v24.3 there is no more "Cockroach Community License" (CCL), there is the [CockroachDB Software License](https://www.cockroachlabs.com/cockroachdb-software-license).
```
$ cockroach version
Build Tag: v24.3.0-alpha.2
Build Time: 2024/10/14 18:12:53
Distribution: CCL
Platform: darwin amd64 (x86_64-apple-darwin19)
Go Version: go1.22.5 X:nocoverageredesign
C Compiler: Clang 10.0.0
Build Commit ID: 45b47f90445fdb0e0c8e07df863c3bbe17daa491
Build Type: release
Enabled Assertions: false
```
At the very least I would expect the output to say `Distribution: CockroachDB Software License`
optionally, perhaps it could also have a link if we're still doing the link shortener thing, although IIRC we are not running that anymore?
Jira issue: CRDB-43220
Contributor guide
Assessment
This issue has not been assessed yet.