From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH v9 01/12] eal: Fix coding style of eal_pci.c and eal_pci_uio.c Date: Thu, 09 Jul 2015 10:09:54 +0900 Message-ID: <559DC9E2.3070900@igel.co.jp> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , Stephen Hemminger 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) In-Reply-To: <2227940.VzWfs9Otk4@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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