docs: update trademark disclaimer
It's a *long* time since SGI was the copyright holder for the OpenGL trademark. And we implement more APIs by now, so let's update the disclaimer to instead redirect to the Khronos licensing page for details. While we're at it, soften the language on legal status as a formal implementation, as we currently have conformant drivers for most of the APIs by now. But refer to the Khronos website for details, as conformance status for drivers are subject to change. Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13833>
This commit is contained in:

committed by
Marge Bot

parent
74a1f103b6
commit
8bd0446d00
@@ -4,21 +4,21 @@ License and Copyright
|
|||||||
Disclaimer
|
Disclaimer
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Mesa is a 3-D graphics library with an API which is very similar to that
|
Mesa implements various APIs, including `OpenGL`_, `OpenGL ES`_,
|
||||||
of `OpenGL <https://www.opengl.org/>`_ [1]_.
|
`Vulkan`_ and `OpenCL`_. Even though Mesa implements these APIs, the
|
||||||
To the extent that Mesa utilizes the OpenGL command syntax or state
|
implementation isn't formally conformant on all combinations of drivers
|
||||||
machine, it is being used with authorization from `Silicon Graphics,
|
and hardware. `Khronos`_ maintains lists of conformant implementations
|
||||||
Inc. <https://www.sgi.com/>`__\ (SGI). However, the author does not
|
for each of their APIs, as well as `trademark details`_.
|
||||||
possess an OpenGL license from SGI, and makes no claim that Mesa is in
|
|
||||||
any way a compatible replacement for OpenGL or associated with SGI.
|
|
||||||
Those who want a licensed implementation of OpenGL should contact a
|
|
||||||
licensed vendor.
|
|
||||||
|
|
||||||
Please do not refer to the library as *MesaGL* (for legal reasons). It's
|
Please do not refer to the library as *MesaGL* (for legal reasons). It's
|
||||||
just *Mesa* or *The Mesa 3-D graphics library*.
|
just *Mesa* or *The Mesa 3-D graphics library*.
|
||||||
|
|
||||||
.. [1] OpenGL is a trademark of `Silicon Graphics
|
.. _OpenGL: https://www.opengl.org/
|
||||||
Incorporated <https://www.sgi.com/>`__.
|
.. _OpenGL ES: https://www.khronos.org/opengles/
|
||||||
|
.. _Vulkan: https://www.vulkan.org/
|
||||||
|
.. _OpenCL: https://www.khronos.org/opencl/
|
||||||
|
.. _Khronos: https://www.khronos.org/
|
||||||
|
.. _trademark details: https://www.khronos.org/legal/trademarks/
|
||||||
|
|
||||||
License / Copyright Information
|
License / Copyright Information
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
Reference in New Issue
Block a user