From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [RFC 35/35] mempool: update copyright Date: Wed, 9 Mar 2016 10:52:27 -0800 Message-ID: References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> <1457540381-20274-36-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" To: Olivier Matz Return-path: Received: from mail-io0-f171.google.com (mail-io0-f171.google.com [209.85.223.171]) by dpdk.org (Postfix) with ESMTP id E0AC92986 for ; Wed, 9 Mar 2016 19:52:27 +0100 (CET) Received: by mail-io0-f171.google.com with SMTP id z76so77302413iof.3 for ; Wed, 09 Mar 2016 10:52:27 -0800 (PST) In-Reply-To: <1457540381-20274-36-git-send-email-olivier.matz@6wind.com> 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" I understand that 6Wind has made major contributions to DPDK in many places. I would prefer that each file not get copyright additions from each contributor, otherwise this starts a bad precedent where the source gets cluttered with every contributor. On Wed, Mar 9, 2016 at 8:19 AM, Olivier Matz wrote: > Update the copyright of files touched by this patch series. > > Signed-off-by: Olivier Matz > --- > lib/librte_mempool/rte_mempool.c | 1 + > lib/librte_mempool/rte_mempool.h | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/lib/librte_mempool/rte_mempool.c > b/lib/librte_mempool/rte_mempool.c > index 209449a..3851edd 100644 > --- a/lib/librte_mempool/rte_mempool.c > +++ b/lib/librte_mempool/rte_mempool.c > @@ -2,6 +2,7 @@ > * BSD LICENSE > * > * Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > + * Copyright(c) 2016 6WIND S.A. > * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > diff --git a/lib/librte_mempool/rte_mempool.h > b/lib/librte_mempool/rte_mempool.h > index 7599790..56220a4 100644 > --- a/lib/librte_mempool/rte_mempool.h > +++ b/lib/librte_mempool/rte_mempool.h > @@ -2,6 +2,7 @@ > * BSD LICENSE > * > * Copyright(c) 2010-2014 Intel Corporation. All rights reserved. > + * Copyright(c) 2016 6WIND S.A. > * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > -- > 2.1.4 > >