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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97E17C282DD for ; Mon, 10 Jun 2019 07:52:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6BF1F20859 for ; Mon, 10 Jun 2019 07:52:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560153139; bh=566FEgM500jFgUolDFJN/nCKjh9VN430drBBkiugyDI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=spVkbTAPMgMM4xYhLekp62glnccJTD7H2NAgmzjx2Gy/YiT1oT26SXuRbUlpFifNq buVTd0k7o9CgJ1F6Tl1rYgmOa8jqhT2RS2eu7/243J+CZSUT2HgD6ia6aUuGlVyIMd 8p+5whus+K9l/j8mH8+kfQd9vSsIjSFzhn9evSwo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387900AbfFJHwT (ORCPT ); Mon, 10 Jun 2019 03:52:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:37322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387781AbfFJHwT (ORCPT ); Mon, 10 Jun 2019 03:52:19 -0400 Received: from localhost (unknown [122.178.227.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C564320833; Mon, 10 Jun 2019 07:52:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560153138; bh=566FEgM500jFgUolDFJN/nCKjh9VN430drBBkiugyDI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ehNyv2lYb3LkmeSqt825HagV+Gtej25o1/2z8dP95DuBZROWrlvrcbKbkXhGsborm 2i+xa4yUONZxd6SRVfOLWUNCDD548P3d/jJ3+qq4UHD2gutnfgr3mQcR2jsx//krsv UFSdQpnXMIGlyLQiT//1BebXQBSNxMCS30NjlGyQ= Date: Mon, 10 Jun 2019 13:19:10 +0530 From: Vinod Koul To: Alexandru Ardelean Cc: dmaengine@vger.kernel.org Subject: Re: [PATCH] dmaengine: axi-dmac: update license header Message-ID: <20190610074910.GN9160@vkoul-mobl.Dlink> References: <20190606105344.3405-1-alexandru.ardelean@analog.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190606105344.3405-1-alexandru.ardelean@analog.com> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 06-06-19, 13:53, Alexandru Ardelean wrote: > The change replaces the old license information in the comment header with > the new SPDX license specifier. > As well as bumping the year range from 2013-2015 to 2013-2019. > > The latter also reflects recent changes that were added to the driver. Applied, thanks -- ~Vinod