From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v9 01/12] eal: Fix coding style of eal_pci.c and eal_pci_uio.c Date: Wed, 8 Jul 2015 09:09:58 -0700 Message-ID: <20150708090958.70c1dbcf@urahara> References: <1435652668-3380-12-git-send-email-mukawa@igel.co.jp> <1436351693-2349-1-git-send-email-mukawa@igel.co.jp> <1436351693-2349-2-git-send-email-mukawa@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Tetsuya Mukawa Return-path: Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by dpdk.org (Postfix) with ESMTP id B966A5A3E for ; Wed, 8 Jul 2015 18:09:49 +0200 (CEST) Received: by pdbqm3 with SMTP id qm3so4666286pdb.0 for ; Wed, 08 Jul 2015 09:09:49 -0700 (PDT) In-Reply-To: <1436351693-2349-2-git-send-email-mukawa@igel.co.jp> 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 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.