diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-08-10 13:41:37 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-08-10 16:11:58 -0700 |
commit | 5137cea99044d54337e439510a647743110b2d7d (patch) | |
tree | 6dd72e60172b2bef12a8cdc85838f9ea74b411f1 | |
parent | b9ed79c99a35f91e438edd96eb37fe4f43002e70 (diff) |
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
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |