docs: remove deprecated component list and licenses

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12180
Signed-off-by: David Heidelberg <david@ixit.cz>
(cherry picked from commit 69849bc4d1)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33113>
This commit is contained in:
David Heidelberg
2024-12-02 18:46:10 -05:00
committed by Dylan Baker
parent f569f7bf4b
commit 3eb1489bb1
4 changed files with 41 additions and 18 deletions

View File

@@ -68,20 +68,4 @@ respective licenses.
Mesa Component Licenses
-----------------------
+-----------------+------------------------+-----------------------------+
| Component | Location | License |
+=================+========================+=============================+
| Main Mesa code | src/mesa/ | MIT |
+-----------------+------------------------+-----------------------------+
| Gallium code | src/gallium/ | MIT |
+-----------------+------------------------+-----------------------------+
| Ext headers | include/GL/glext.h, | Khronos |
| | include/GL/glxext.h | |
+-----------------+------------------------+-----------------------------+
| GLX client code | src/glx/ | SGI Free Software License B |
+-----------------+------------------------+-----------------------------+
| C11 thread | src/c11/impl/threads* | Boost (permissive) |
| emulation | | |
+-----------------+------------------------+-----------------------------+
In general, consult the source files for license terms.
In general, consult each source file SPDX identifier for license terms.