From patchwork Wed Feb 28 10:22:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 19565 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id F0C14BD80A for ; Wed, 28 Feb 2024 10:22:59 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 47D9E62873; Wed, 28 Feb 2024 11:22:59 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="cNzLz3FJ"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 14500627F9 for ; Wed, 28 Feb 2024 11:22:58 +0100 (CET) Received: from localhost.localdomain (93-61-96-190.ip145.fastwebnet.it [93.61.96.190]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6DCE4672; Wed, 28 Feb 2024 11:22:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1709115765; bh=NBJT+xyPCWOCTM9woSQ3m6Gr/j51oDt0MLOi0JvKSyw=; h=From:To:Cc:Subject:Date:From; b=cNzLz3FJG2PIim2J7ijZ0Z0mu7jrfvzKLwhzmHnY3ljM+9ybCFz35SFgfgyOfQtR5 VKQKpE+KmWTCVxbUnnNddghuJkw/xm8eps0U64Kw0ihuKNjDofaUagOKN4ugDARrKf 7KJf3gOa6AZTOD3T28KCos1roS2jTytj3W2voNew= From: Jacopo Mondi To: David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Naushir Patuck , Laurent Pinchart Subject: [PATCH 0/2] drm/fourcc.h: Add libcamera to Open Source Waiver Date: Wed, 28 Feb 2024 11:22:42 +0100 Message-ID: <20240228102245.80469-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jacopo Mondi , libcamera-devel@lists.libcamera.org, dri-devel@lists.freedesktop.org Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" As suggested by Sima, add libcamera to the list of projects to which the Open Source Waiver notice applies. To maintain the paragraph readable, make a list out of the projects to which such notice applies. Jacopo Mondi (2): drm/fourcc.h: List of Open Source Waiver projects drm/fourcc.h: Add libcamera to Open Source Waiver include/uapi/drm/drm_fourcc.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Acked-by: Kieran Bingham Reviewed-by: Daniel Stone --- 2.43.2