aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-08-10 13:41:37 -0700
committerJade Lovelace <lix@jade.fyi>2024-08-10 16:11:58 -0700
commit5137cea99044d54337e439510a647743110b2d7d (patch)
tree6dd72e60172b2bef12a8cdc85838f9ea74b411f1 /README.md
parentb9ed79c99a35f91e438edd96eb37fe4f43002e70 (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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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).