From 59a8e41eff6cb8693fbc671a995897fd3b159aad Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 8 Sep 2021 22:41:29 +0200 Subject: [PATCH] readme: Clarify the license statement Especially when the MIT License does not apply. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ccb196..6a3fb2b 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,8 @@ Reboot. ## License -As nixpkgs, this repository is licensed under the [MIT License](LICENSE). This -only applies to the nix expressions, not the built system or package closure. -Patches may also be licensed differently, since they may be derivative works of -the packages to which they apply. +Unless otherwise noted in the specific files or directories, +the files in this repository are licensed under the [MIT License](LICENSE). +This only applies to the nix expressions, not the built system or package closures. +Patches may also be licensed differently, +since they may be derivative works of the packages to which they apply.