diff options
| author | quantenzitrone <general@dev.quantenzitrone.eu> | 2025-12-14 03:55:56 +0100 |
|---|---|---|
| committer | quantenzitrone <general@dev.quantenzitrone.eu> | 2026-01-10 03:07:03 +0100 |
| commit | 6d88a2280101c1d4a8248041368474da60e41d7b (patch) | |
| tree | 8e05d0c7285affdb1881c68b93de723f63c17bbc /lib | |
| parent | xf86-video-ark: refactor, move to pkgs/by-name & rename from xorg.xf86videoark (diff) | |
| download | nixpkgs-6d88a2280101c1d4a8248041368474da60e41d7b.tar.gz | |
xf86-video-geode: refactor, move to pkgs/by-name & rename from xorg.xf86videogeode
relevant changes:
- switch to GitLab source instead of release tarball
New license just dropped: Just put the third clause of BSD-3-Clause
into the X11 license. I'm not gonna add this to spdx because geode
is fucking old and probably deprecated in a few years anyway, maybe
before Xorg. The package is not even listed on repology, despite being
packaged in most distros.
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"; |
