From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=qI4yJ0nUxr8dwEPhXPtBd5eTxy/ckvk0dKV6xxMts88=; b=AK19Nc+Qw+Mz6Fxh6ysBnfogxcaMx8a1aQXQcsI/X+RCHYfBVdHaQydK2hX22y4sKe DQprMRLFozdaz1Wg9tqZT/JrOa8n1t+ua/UXVTHRiB0xyY3PuribXMCYybjF1OszqS0d nPpz7RwtdCFqo9Jba+P1rOrcfPETUuzlkr37HjvINA2v3RX99AMqCKgCecAVzvfPguXB MqPk3UG/Plpvk8gbuta4kZNlqwQESs24km0ZeLHpMZLdENtn2W5eFXbv67mSLy2dgnrz M3TM1V+NX/7OZap1VpUYzzbVniHzIhbc6mczcMaumDEFSH2IGJ/McGA4A1TYF8TK/VrP EIQQ== X-Gm-Message-State: ALoCoQlG+CuNnsp3jSpBsOHFzrTXN9//bp/qX8wY0y7+vf80ReJ423iTse1+aTN0d18/84uUCwR0 X-Received: by 10.68.102.228 with SMTP id fr4mr21848348pbb.110.1436371789142; Wed, 08 Jul 2015 09:09:49 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id ez4sm2983787pbb.13.2015.07.08.09.09.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 09:09:48 -0700 (PDT) Date: Wed, 8 Jul 2015 09:09:58 -0700 From: Stephen Hemminger To: Tetsuya Mukawa Message-ID: <20150708090958.70c1dbcf@urahara> In-Reply-To: <1436351693-2349-2-git-send-email-mukawa@igel.co.jp> 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 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: Wed, 08 Jul 2015 16:09:50 -0000 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.