From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 93044C433F5 for ; Tue, 15 Feb 2022 19:01:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 30204839E2; Tue, 15 Feb 2022 20:00:31 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="PxoQrqqd"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 51F5182AA3; Tue, 15 Feb 2022 19:59:59 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 484C582F5E for ; Tue, 15 Feb 2022 19:59:48 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0345661742; Tue, 15 Feb 2022 18:59:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DE79C36AE2; Tue, 15 Feb 2022 18:59:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644951587; bh=xM76Lm/ab6GMZCv2I7S2pDQ39zSNDOmf32AKiTM1Y7E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PxoQrqqdMWKXgL0sk2yJ++bX0UufML/PJLBbh8c8RMc1BJzWGxw4dW78IbhHm3q2C sqRZJBkKGqqiyiyyBxdEFyyG/xueHb/s8Tk5OGrL2Vh4mNVX59/ude0c4qE5jcRkIA rdh2lK5i32icdFExQUquKSYiEi34C4c/n+U21fBSxAWJPtN4WyHERG/Gcj98Va6lxO MS6VwIn+RJzxK9eVx8n+zy5LD6SZkvBoBwF+iQexFpo82VRgGxzHd/8Gxo5wACpVTk Xd7bqQmj+wYULMaZcuacjlMvpNaE1RpvjZiE5yhUhBPH1bm4zEJvd0f/AYYHlUbojE n4KJlmr3GshYQ== Received: by pali.im (Postfix) id 06E3AF13; Tue, 15 Feb 2022 19:59:47 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese , =?UTF-8?q?Marek=20Beh=C3=BAn?= , Tony Dinh Cc: u-boot@lists.denx.de Subject: [PATCH u-boot-marvell 7/7] tools: kwbimage: Add me as an author of kwbimage Date: Tue, 15 Feb 2022 19:59:25 +0100 Message-Id: <20220215185925.16060-8-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220215185925.16060-1-pali@kernel.org> References: <20220215185925.16060-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Pali Rohár --- tools/kwbimage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index d82f04bea7c3..a3c1592b8140 100644 --- a/tools/kwbimage.c +++ b/tools/kwbimage.c @@ -6,6 +6,8 @@ * * (C) Copyright 2013 Thomas Petazzoni * + * + * (C) Copyright 2022 Pali Rohár */ #define OPENSSL_API_COMPAT 0x10101000L -- 2.20.1