From 5137cea99044d54337e439510a647743110b2d7d Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Sat, 10 Aug 2024 13:41:37 -0700 Subject: [PATCH] README: clarify license to match documentation For years both the documentation and nixpkgs have said that CppNix is LGPL-2.1-or-later, not LGPL-2.1-only as is somewhat implied by the README. We are choosing to update the README to match the rest of the references. Related: https://github.com/NixOS/nix/pull/5218 Change-Id: I6a765ae7857a2f84872f80a25983c4c4b2b3b1c1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 609dd7199..dc5934f61 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ See our [Hacking guide](https://git.lix.systems/lix-project/lix/src/branch/main/ ## License -Lix is released under the [LGPL v2.1](./COPYING). +Lix is released under [LGPL-2.1-or-later](./COPYING).