Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading