From: Erik Faye-Lund Date: Sat, 18 Apr 2020 09:20:31 +0000 (+0200) Subject: docs: reformat license table as rst table X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29c95ff627b52e7805a14ef99a5241aa406f379e;p=mesa.git docs: reformat license table as rst table Reviewed-by: Eric Engestrom Part-of: --- diff --git a/docs/license.rst b/docs/license.rst index c0bd77ac62b..2d8cdfe780f 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -68,22 +68,22 @@ respective licenses. Mesa Component Licenses ----------------------- -:: - - Component Location License - ------------------------------------------------------------------ - Main Mesa code src/mesa/ MIT - - Device drivers src/mesa/drivers/* MIT, generally - - 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 include/c11/threads*.h Boost (permissive) - emulation ++-----------------+------------------------+-----------------------------+ +| Component | Location | License | ++=================+========================+=============================+ +| Main Mesa code | src/mesa/ | MIT | ++-----------------+------------------------+-----------------------------+ +| Device drivers | src/mesa/drivers/* | MIT, generally | ++-----------------+------------------------+-----------------------------+ +| 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 | include/c11/threads*.h | Boost (permissive) | +| emulation | | | ++-----------------+------------------------+-----------------------------+ In general, consult the source files for license terms.