From 29c95ff627b52e7805a14ef99a5241aa406f379e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Sat, 18 Apr 2020 11:20:31 +0200 Subject: [PATCH] docs: reformat license table as rst table Reviewed-by: Eric Engestrom Part-of: --- docs/license.rst | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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. -- 2.30.2