From patchwork Thu Apr 26 16:07:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 905188 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="pajzt4Fd"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40X26R59nlz9s06 for ; Fri, 27 Apr 2018 02:08:15 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 28DF7C22094; Thu, 26 Apr 2018 16:08:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_BLOCKED, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 6A5EAC21D9A; Thu, 26 Apr 2018 16:08:09 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id A3DA7C21D9A; Thu, 26 Apr 2018 16:08:08 +0000 (UTC) Received: from conuserg-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by lists.denx.de (Postfix) with ESMTPS id AEC5AC21C4A for ; Thu, 26 Apr 2018 16:08:07 +0000 (UTC) Received: from grover.sesame (FL1-125-199-20-195.osk.mesh.ad.jp [125.199.20.195]) (authenticated) by conuserg-11.nifty.com with ESMTP id w3QG7REX014873; Fri, 27 Apr 2018 01:07:27 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com w3QG7REX014873 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1524758847; bh=gwRB/w4+xa/t0dAyH8J/GMIiZGWKFF1/80LalX+iSRQ=; h=From:To:Cc:Subject:Date:From; b=pajzt4FdIq1yU8i+g0uU7IA8P2k46sfWF1dm9XrbwvkguqtoEJvURKFjLCo1GtAs2 KkHdQa6MFeCPdpdgKxpGYNwN1Nf8a3EpexKc8tQcoZ/v3HMEmiCiyptY6P7bv7I5qa 6cPOzeIW8jyDhaGn/oDrn1T0oai5m+HRSB73nrKhynWi+UzgLaOnoR7fxynxDKyvDa DS+tf4q70O6MXfaQi4LJ8xl/ejeNFxCrfTlvx9OvEU/b+Ii/PcdPnavB/A6/LMJQmw 5oNLE3kV+chn4i8ha3LWibXTual62VDlHq/IhzRPYYktrt406BAvETWGK2uzITEkx5 umKnOE5uiMUIw== X-Nifty-SrcIP: [125.199.20.195] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 27 Apr 2018 01:07:21 +0900 Message-Id: <1524758841-22421-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Cc: Tom Rini Subject: [U-Boot] [PATCH] test: dm: regmap: fix license header X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- test/dm/regmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dm/regmap.c b/test/dm/regmap.c index 8125345..4b7dac1 100644 --- a/test/dm/regmap.c +++ b/test/dm/regmap.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2015 Google, Inc -2 * + * * SPDX-License-Identifier: GPL-2.0+ */