docs: reformat license table as rst table

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
This commit is contained in:
Erik Faye-Lund
2020-04-18 11:20:31 +02:00
committed by Marge Bot
parent 84140a7c06
commit 29c95ff627

View File

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