From e3609dc5f5ff3848c9ace4ede552dd87bd6f8935 Mon Sep 17 00:00:00 2001 From: Albert Hui Date: Sun, 2 Aug 2026 15:18:20 +0800 Subject: [PATCH] docs(terms): state Apache-2.0, the licence this repo actually ships docs/terms.md named the MIT Licence while LICENSE and Cargo.toml both declare Apache-2.0. The fleet standardised on Apache-2.0 for its explicit patent grant; the LICENSE file and the crate manifest were migrated and this document was not. The following sentence ("governed solely by that licence") needed no change: correcting the name is what makes it point at a licence the repo ships. Co-Authored-By: Claude Opus 5 (1M context) --- docs/terms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/terms.md b/docs/terms.md index f64cdb9..df44bca 100644 --- a/docs/terms.md +++ b/docs/terms.md @@ -1,5 +1,5 @@ # Terms of Service -`lzo` is provided under the MIT License (see `LICENSE`), "as is", without +`lzo` is provided under the Apache License 2.0 (see `LICENSE`), "as is", without warranty of any kind. Your use of the library is governed solely by that licence.