diff options
| author | nixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com> | 2026-01-10 11:12:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-10 11:12:21 +0000 |
| commit | 41a111b0865c8a6188993aeb439f85d08d223d69 (patch) | |
| tree | 006d75d70186a501b9a15f8c08f47b50541001c1 /lib | |
| parent | Merge master into staging-next (diff) | |
| parent | xf86-video-{vbox,vesa}: refactor, move to pkgs/by-name & rename from xorg na... (diff) | |
| download | nixpkgs-41a111b0865c8a6188993aeb439f85d08d223d69.tar.gz | |
Merge master into staging-next
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 ce2e15951fc1..63fc954d50a6 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -1542,6 +1542,11 @@ lib.mapAttrs mkLicense ( fullName = "X11 License"; }; + x11BsdClause = { + fullName = "X11 License with third BSD clause"; + url = "https://gitlab.freedesktop.org/xorg/driver/xf86-video-geode/-/blob/d147c3f1b6907ae9db6f12853cedd450537d99d2/COPYING"; + }; + x11NoPermitPersons = { spdxId = "X11-no-permit-persons"; fullName = "X11 no permit persons clause"; |
