From patchwork Thu Feb 13 15:36:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2819 Return-Path: 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 014B6619C6 for ; Thu, 13 Feb 2020 16:36:59 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 83C05ACB for ; Thu, 13 Feb 2020 16:36:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581608218; bh=crEZULx/nX4AlJUdG/MA/0fxI6UezIarC2guxLKdCE8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r5DhLCj0WC3Y5hZ9f3u7kULluFcyXXhLD76wnQWbqRiyEHBZH+676hKzrgWt8PFCW p5OQ37ytFZgW31bIfJEGBTtfrWUdO8KxgSR3NPw3ty4KXkQ1yknYQ/+ewin+4ky1VU /U6ZlkpA9GQdUKvZmGyhSg7EyevIdfQKN5rPf8AA= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Thu, 13 Feb 2020 17:36:31 +0200 Message-Id: <20200213153635.27953-8-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200213153635.27953-1-laurent.pinchart@ideasonboard.com> References: <20200213153635.27953-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH/RFC 07/11] licenses: Add SPDX headers to Doxygen configuration 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-List-Received-Date: Thu, 13 Feb 2020 15:36:59 -0000 Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index 1c46b04b3f7e..6c87e31e64d4 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: CC-BY-SA-4.0 # Doxyfile 1.8.14 # This file describes the settings to be used by the documentation system