From patchwork Tue Jul 29 20:42:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 24033 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 59D23BDC71 for ; Tue, 29 Jul 2025 20:42:45 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 012CD691F2; Tue, 29 Jul 2025 22:42:45 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="sctCSAOi"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6CA98691E6 for ; Tue, 29 Jul 2025 22:42:40 +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 76D3342B for ; Tue, 29 Jul 2025 22:41:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1753821717; bh=4ZDov19EG+dSj6tO9AtuY7EZloTM5U4xZqfR3K5+45M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sctCSAOiSEr3blxqGqvqxemgxEV9iG35eMjUbOVg4tFp6E/aOol2qs3tYAe49PHCl WPdZkVwTnYK8x9qOpdx9kAAtM0NvBv75FD/Qy3aFlYp8zNsbBrqe2j3Z0mjHRNrII+ +o8sUb16hiK8bWcLRmdZa6rRC3imRJ4oM5v1Q1yU= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH v2 2/4] Documentation: Drop documentation author names Date: Tue, 29 Jul 2025 23:42:25 +0300 Message-ID: <20250729204228.23217-3-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250729204228.23217-1-laurent.pinchart@ideasonboard.com> References: <20250729204228.23217-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.