From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by dpdk.org (Postfix) with ESMTP id 4B46F2A5E for ; Thu, 9 Jul 2015 03:09:58 +0200 (CEST) Received: by pdrg1 with SMTP id g1so23294454pdr.2 for ; Wed, 08 Jul 2015 18:09:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Bl7tuWREYEYZ22WZGY6S/gJf/w5v95atHmJWzEOkuL0=; b=CJXfxitCXKNon81JcJM72fvcxaD4pv8L42c7rX42wwwyPYfE1o5SNsyYRoKDFAhkQf V71TCvFYBadbesQvH40F28Sp1PXrVtrhVYVvLFuL8OYoLs4Tt7Qehu/942KRwg+lWcXu nVB4EMajam9YOndwBP0i9fOm83r77Gy9Ksb++TSMnd6uCDYe1I7qKHJFQjDvO77jVhFg CZfvSZziRCBi+nAzvdf2Vxuwmhk9JrnMhadO0NpxGgqpLOqsxII8QXbuaM998cAVh8rv PJevexyjkz+o1PKM01sOZZ5O+MeBwNmYGLvbXY6aWq1Ap5b/teGk4yBe9fXsZSECbYmj IHmQ== X-Gm-Message-State: ALoCoQkk5Uc0mOEgPxnX7a2yFNSyfWR4JjUpcZJ6qE16LUNDm8/79F0XXMK7Ma7QF/v0JuDqItig X-Received: by 10.68.108.65 with SMTP id hi1mr25421832pbb.129.1436404197547; Wed, 08 Jul 2015 18:09:57 -0700 (PDT) Received: from [10.16.129.101] (napt.igel.co.jp. [219.106.231.132]) by smtp.googlemail.com with ESMTPSA id ho2sm3827462pbb.14.2015.07.08.18.09.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 18:09:57 -0700 (PDT) Message-ID: <559DC9E2.3070900@igel.co.jp> Date: Thu, 09 Jul 2015 10:09:54 +0900 From: Tetsuya Mukawa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Monjalon , Stephen Hemminger References: <1435652668-3380-12-git-send-email-mukawa@igel.co.jp> <1436351693-2349-2-git-send-email-mukawa@igel.co.jp> <20150708090958.70c1dbcf@urahara> <2227940.VzWfs9Otk4@xps13> In-Reply-To: <2227940.VzWfs9Otk4@xps13> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v9 01/12] eal: Fix coding style of eal_pci.c and eal_pci_uio.c X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 01:09:59 -0000 On 2015/07/09 5:30, Thomas Monjalon wrote: > 2015-07-08 09:09, Stephen Hemminger: >> On Wed, 8 Jul 2015 19:34:42 +0900 >> Tetsuya Mukawa wrote: >> >>> diff --git a/lib/librte_eal/bsdapp/eal/eal_pci.c b/lib/librte_eal/bsdapp/eal/eal_pci.c >>> index 2df5c1c..a63d450 100644 >>> --- a/lib/librte_eal/bsdapp/eal/eal_pci.c >>> +++ b/lib/librte_eal/bsdapp/eal/eal_pci.c >>> @@ -2,6 +2,7 @@ >>> * BSD LICENSE >>> * >>> * Copyright(c) 2010-2014 Intel Corporation. All rights reserved. >>> + * Copyright(c) 2015 IGEL Co., Ltd. >> I think copyright in file should stay with original author, otherwise >> the Copyright will keep growing with all patches. > Yes you're right. > There is no strict rule, but Copyright should be added only in new files > or with a really significant change. > > Tetsuya, you have copyright on PMD null and hotplug framework in doc. > Hope you'll agree to not add new ones while doing some EAL cleanup. Hi Thomas and Stephen, Yes, I don't need to add copyrights. Thanks for fixing to apply. Regards, Tetsuya