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>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32447>
This commit is contained in:
David Heidelberg
2024-12-02 18:46:10 -05:00
committed by Marge Bot
parent 89da5a9626
commit 69849bc4d1
3 changed files with 40 additions and 17 deletions
+1 -17
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.