From 65f8d4a88520002441a4562415829b377a4b62b6 Mon Sep 17 00:00:00 2001 From: sotberd Date: Tue, 1 Sep 2026 15:22:50 +0300 Subject: [PATCH] docs(changelog): log the Apache-2.0 license restore #9 restored LICENSE to the verbatim Apache-2.0 text but left [Unreleased] without an entry, while its sibling governance changes from #4 (CLA to DCO, NOTICE) are both logged there. Add the missing entry so the section is complete at release time. Signed-off-by: sotberd --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9c811..82667e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,12 @@ and each plugin adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. - `CONTRIBUTING.md` gains an explicit third-party license policy: vendored code must be permissively licensed (Apache-2.0/MIT/BSD/ISC); GPL, AGPL, SSPL, and BSL code cannot be accepted. +- `LICENSE` restored to the verbatim Apache-2.0 text (repo-wide). Sections 6 + and 9 had diverged from the canonical wording and the appendix was + missing; the file now matches apache.org/licenses/LICENSE-2.0 exactly, + apart from the appendix copyright line. The license grant is unchanged — + the repository was and remains Apache-2.0 — but GitHub now detects the + license, where it previously reported the repository as "Other". ### Added - `NOTICE` file per Apache-2.0 section 4(d).