From 530699c221f8597c66e152e9c7effd26eecc752c Mon Sep 17 00:00:00 2001 From: Hugo McNally Date: Tue, 19 Dec 2023 14:12:16 +0000 Subject: [PATCH] Added licence section to README Signed-off-by: Hugo McNally --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 239775e..48b4a22 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ This repository contains [Nix](https://nixos.org/) packages and environments used by [lowRISC](https://lowrisc.org). These packages and environments are *not supported* by lowRISC or recommended to be used outside of lowRISC. + +## License + +This package repository is licensed under the [MIT License](LICENSE). + +The important clarification made in the [`nixpkgs`](https://github.com/NixOS/nixpkgs/blob/master/README.md#license) repository applies to this repository as well: +> MIT license does not apply to the packages built by Nixpkgs, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). +> It also might not apply to patches included in Nixpkgs, which may be derivative works of the packages to which they apply.The aforementioned artifacts are all covered by the licenses of the respective packages.