docs: reformat license table as rst table
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Sat, 18 Apr 2020 09:20:31 +0000 (11:20 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 10:42:01 +0000 (10:42 +0000)
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>

docs/license.rst

index c0bd77ac62bb4990ae5821881a6d5bb9254d3316..2d8cdfe780f5f8e5d6a09d167d462c6345b78237 100644 (file)
@@ -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.