From patchwork Sun Jul 27 01:57:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 23982 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 4B652BDCC1 for ; Sun, 27 Jul 2025 01:57:34 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 041F069128; Sun, 27 Jul 2025 03:57:34 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="UQ065A4E"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id CA10C614B6 for ; Sun, 27 Jul 2025 03:57:29 +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 C41B3351 for ; Sun, 27 Jul 2025 03:56:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1753581409; bh=g5C5LZ7dwkiFHgUGdvgMzROeq5DJXmvI+bSHOJsQvns=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UQ065A4ETPZAFA0fQlD/HUT9E7b+jtsQ7GxTpPafAxwmLeciMsHXyFR2JljuHMtap 9U5iIeMA98R28CaEQ6Fp1cXPMNHCjgOocP9oa5uLhzI9UBQKhTBklcm9Y84/IvASma BaXbuJca8JNibuwX70RwSmq5zeKLoOhAA064SjDE= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 2/4] Documentation: Drop documentation author names Date: Sun, 27 Jul 2025 04:57:12 +0300 Message-ID: <20250727015720.6867-3-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250727015720.6867-1-laurent.pinchart@ideasonboard.com> References: <20250727015720.6867-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 --- 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.