@@ -93,9 +93,14 @@ extern "C" {
* -----------------------
*
* Because this is the authoritative source for pixel formats and modifiers
- * referenced by GL, Vulkan extensions and other standards and hence used both
- * by open source and closed source driver stacks, the usual requirement for an
- * upstream in-kernel or open source userspace user does not apply.
+ * referenced by the following projects:
+ *
+ * - GL
+ * - Vulkan extensions
+ *
+ * and other standards, and hence used both by open source and closed source
+ * driver stacks, the usual requirement for an upstream in-kernel or open source
+ * userspace user does not apply.
*
* To ensure, as much as feasible, compatibility across stacks and avoid
* confusion with incompatible enumerations stakeholders for all relevant driver
The drm/fourcc.h header includes an 'Open Source User Waiver' section that lists projects using the header in potentially closed source software stacks. To prepare to expand the number of projects to which such waiver notice applies, make it a list to maintain the paragraph readable. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> --- include/uapi/drm/drm_fourcc.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)