From patchwork Wed Sep 28 12:09:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17452 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 EA577C327E for ; Wed, 28 Sep 2022 12:09:46 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9FF6B622B6; Wed, 28 Sep 2022 14:09:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664366986; bh=VIIothsLPO+iUm37Inqf0hEuiPmwoSczS8lJlXUi7IU=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=2XLzIJWH44vjz/V++guRdmccFhPOToneiMCXNgxEH5DXxvAskEeJo2T2I9/noIuYB 1GSRsjONpq8l9rRYYWmqWJJchIcefNFzEo9JbgwIFJpTHT7Tf2vnzi3zTcdmXedx7D eMk4OBauOPXPGrA/4OGDL6qWmHCQXrVKKmS80Zo1T/AKMWF/cZ/p9DpPCg0zyFmw4X CGSnHEi8yudJrPlvCDtu8x7ZUw/6ziEo3peJLKYYZMepNLu7BIduIemRf0YyPIbvF+ 3/2YQ1C6EpdD9CwfHIikORuV9QhSFKxwvSABa/ZvefDlGUyHwmnwF0U8F6CWgqJVv7 eckAU3udCmqLw== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 65AB2622AB for ; Wed, 28 Sep 2022 14:09:44 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Tat4uFKi"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DAD0E47C for ; Wed, 28 Sep 2022 14:09:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664366984; bh=VIIothsLPO+iUm37Inqf0hEuiPmwoSczS8lJlXUi7IU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Tat4uFKiJhprFofN2WD+vSio1hU/cjnp6uEfwZ/Ha4iXUZPEP8MUdisnnm84SB49Z YOXXd/wA7FSVHcjwqre0nW+jp3Ao/9mKWAotiVOmvebaOVXuJeWnmbGEbjgquHxq4F x1d72zafvAVa1HGeZdq/qNrhmfCljotH9hoAuuSk= To: libcamera-devel@lists.libcamera.org Date: Wed, 28 Sep 2022 15:09:35 +0300 Message-Id: <20220928120937.10031-4-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> References: <20220928120937.10031-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 3/5] android: Add missing SPDX headers to Android headers 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: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Most headers imported from Android have an SPDX tag (added manually in commit 190bebef0840), but four headers that have been imported more recently are missing license identifiers. Fix them. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- include/android/system/core/include/system/graphics-base-v1.0.h | 1 + include/android/system/core/include/system/graphics-base-v1.1.h | 1 + include/android/system/core/include/system/graphics-base.h | 1 + include/android/system/core/include/system/graphics-sw.h | 1 + 4 files changed, 4 insertions(+) diff --git a/include/android/system/core/include/system/graphics-base-v1.0.h b/include/android/system/core/include/system/graphics-base-v1.0.h index 44913cc61f25..7548d879cafb 100644 --- a/include/android/system/core/include/system/graphics-base-v1.0.h +++ b/include/android/system/core/include/system/graphics-base-v1.0.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ // This file is autogenerated by hidl-gen. Do not edit manually. // Source: android.hardware.graphics.common@1.0 // Location: hardware/interfaces/graphics/common/1.0/ diff --git a/include/android/system/core/include/system/graphics-base-v1.1.h b/include/android/system/core/include/system/graphics-base-v1.1.h index f95b9ba213f6..3513072445aa 100644 --- a/include/android/system/core/include/system/graphics-base-v1.1.h +++ b/include/android/system/core/include/system/graphics-base-v1.1.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ // This file is autogenerated by hidl-gen. Do not edit manually. // Source: android.hardware.graphics.common@1.1 // Location: hardware/interfaces/graphics/common/1.1/ diff --git a/include/android/system/core/include/system/graphics-base.h b/include/android/system/core/include/system/graphics-base.h index ea920071c74d..d01e9874f989 100644 --- a/include/android/system/core/include/system/graphics-base.h +++ b/include/android/system/core/include/system/graphics-base.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ #ifndef SYSTEM_CORE_GRAPHICS_BASE_H_ #define SYSTEM_CORE_GRAPHICS_BASE_H_ diff --git a/include/android/system/core/include/system/graphics-sw.h b/include/android/system/core/include/system/graphics-sw.h index 9e1a88e9e395..4a1cf8294dad 100644 --- a/include/android/system/core/include/system/graphics-sw.h +++ b/include/android/system/core/include/system/graphics-sw.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ #ifndef SYSTEM_CORE_GRAPHICS_SW_H_ #define SYSTEM_CORE_GRAPHICS_SW_H_