From patchwork Wed Jul 30 11:50:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 24041 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 3A946BDCC1 for ; Wed, 30 Jul 2025 11:51:01 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D859C69206; Wed, 30 Jul 2025 13:51:00 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Wk20VzrT"; dkim-atps=neutral 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 3C15D691F6 for ; Wed, 30 Jul 2025 13:50:57 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id A9E9BA57 for ; Wed, 30 Jul 2025 13:50:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1753876214; bh=4ZDov19EG+dSj6tO9AtuY7EZloTM5U4xZqfR3K5+45M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Wk20VzrTxIlHIM3qQirvm8NoIuq8c+hX/iJxujWQFupGcs1MtMit/DJuXA8LrU/ZI awEUGtQzYpVG8+fm2W3y0Y8rZ/Ltpa9KH+HlysVw45baTHAqzqXTYRkueetlBB9fpH dFPBc8ECUnfePCWBgQLilKyJxoY+SdCT3T+zHrgI= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH v3 2/3] Documentation: Drop documentation author names Date: Wed, 30 Jul 2025 14:50:43 +0300 Message-ID: <20250730115045.3481-3-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250730115045.3481-1-laurent.pinchart@ideasonboard.com> References: <20250730115045.3481-1-laurent.pinchart@ideasonboard.com> 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The name of the documentation authors listed in conf.py is seriously out of date. As the information is bound to bitrot, replace the names by a generic mention of the libcamera documentation authors. While at it, update the copyright dates. Signed-off-by: Laurent Pinchart Reviewed-by: Stefan Klug --- Documentation/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index 7d05fc9abcd3..870937289eb4 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -21,8 +21,8 @@ # -- Project information ----------------------------------------------------- project = 'libcamera' -copyright = '2018-2019, The libcamera documentation authors' -author = u'Kieran Bingham, Jacopo Mondi, Laurent Pinchart, Niklas Söderlund' +copyright = '2018-2025, The libcamera documentation authors' +author = 'The libcamera documentation authors' # Version information is provided by the build environment, through the # sphinx command line.