From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 174975A52 for ; Wed, 8 Jul 2015 22:31:58 +0200 (CEST) Received: by wiga1 with SMTP id a1so295320698wig.0 for ; Wed, 08 Jul 2015 13:31: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:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=vEnN6t0dFXN4GKAXgxRI/lm1QT0qqFx/B4k6/z60CLA=; b=mxnOVl6S7g5Jh8JBGleKcBxnQ5ge3aZbXRYetGxzQ7mW/dsQxpHndZEi0Lv/8n6KKu sTriowtOsZkX9gPrVus4XaaHIQqyORnCDmqVpgnITSX2TTqhLSIG6KKbvk3mvyHMD/c4 6xvuBzpaxsHFlYZcg+j7jTJ14dn2m644bIj3mwj1MFuYSylWg388XaRXjZrehKBH7enS kU5gobEyEMuXtN/tlCf9iefY1fiT7pQfn13y2cYMg6+bK4YAS/EcpLoWXHzf2iJpVsq0 /hwmvEr8vWIZKD9CTfcFtcPfStSW3W07ipZy/o9YGKPhE+Nxlp364n+e0P3KZ1aD8/ek kg5A== X-Gm-Message-State: ALoCoQn0Zkv/wqeLry8ZKVBgCb+/Hb3POmk/zg1VF/DR1IIiZQW6CM8SYZRs8XG4QYUp0TRBiHZi X-Received: by 10.194.95.71 with SMTP id di7mr23685596wjb.125.1436387517883; Wed, 08 Jul 2015 13:31:57 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id d3sm5005095wic.1.2015.07.08.13.31.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 13:31:56 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger , Tetsuya Mukawa Date: Wed, 08 Jul 2015 22:30:51 +0200 Message-ID: <2227940.VzWfs9Otk4@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150708090958.70c1dbcf@urahara> References: <1435652668-3380-12-git-send-email-mukawa@igel.co.jp> <1436351693-2349-2-git-send-email-mukawa@igel.co.jp> <20150708090958.70c1dbcf@urahara> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 20:31:58 -0000 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.