The libcamera (www.libcamera.org) project uses the drm/fourcc.h header to define its own image formats. Albeit libcamera aims for fully open source driver and userspace software stacks, it is licensed with the 'GNU L-GPL' license which allows closed source application to link against the library. Add libcamera to the list projects to which the 'Open Source User Waiver' notice applies. Signed-off-by: Jacopo Mondi <jacopo.mondi@xxxxxxxxxxxxxxxx> --- include/uapi/drm/drm_fourcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h index 4e6df826946a..beef743ac818 100644 --- a/include/uapi/drm/drm_fourcc.h +++ b/include/uapi/drm/drm_fourcc.h @@ -97,6 +97,7 @@ extern "C" { * * - GL * - Vulkan extensions + * - libcamera * * 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 -- 2.43.2