diff options
author | Sandro | 2024-07-31 13:22:24 +0200 |
---|---|---|
committer | GitHub | 2024-07-31 13:22:24 +0200 |
commit | 57d330a1b16ecf1ab04b6f948e7a4e4bf0c92c58 (patch) | |
tree | c7f94be3f424617621a9561772e875a4815f07e8 /lib | |
parent | e4a6568004769dd23c0c5ae62663a5920c0a722f (diff) | |
parent | be8664b55598843a6137e1e1eaae831143726e26 (diff) |
Merge pull request #307683 from RobWalt/radiance
Diffstat (limited to 'lib')
-rw-r--r-- | lib/licenses.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index 16d0a7df101f..67744b499d8a 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -1099,6 +1099,11 @@ lib.mapAttrs mkLicense ({ url = "https://qwt.sourceforge.io/qwtlicense.html"; }; + radiance = { + fullName = "The Radiance Software License, Version 2.0"; + url = "https://github.com/LBNL-ETA/Radiance/blob/master/License.txt"; + }; + ruby = { spdxId = "Ruby"; fullName = "Ruby License"; |