From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=1g3wvTYVjZRVa8gR259494PR/boOQPJHcx5/Z3HLZoc=; b=JVgnAsZgGb45gZvXi9gKihX6LjJ/s4yWeU4qCM/Ot+yYxDlYi2zPEZZE7hKUNzMJB2 NFcP4LKHJRaxQ1mNgdzVQh8fqcj7Xor3DCpgSgzPbU5/5DEbYS7k+5Rq4C5sLnYdWETi ZT12n+4GJpOPIUb0YvIMRyGwuCtjxY8dZcKPPtZIWXYH967eCahg9DYdIVj4deYkBNiF UJYHCX1OfOM/fxCEP1ehaMe0rg8yvPoqwbre6jLhnKwpVN9qHah5YdUpDiBQp/pSkBU1 9PTL6BNxNByrRn9vQNWHsPjsqdtRCW+YiNK9Q7LenkTych37AaGfrEO/4BMn0DBpT2a4 YuFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=1g3wvTYVjZRVa8gR259494PR/boOQPJHcx5/Z3HLZoc=; b=LoEABXzizn6a/M45l9xyoUF9DRC6Xo6Gt4Cc06s+gibclfUGhIC20+7uLxy+EllTOZ RbFFuvJsZuFlztjhFNnPeEcJ2H/G6P+FQ2tKQylbN9ASqMP6MaM1O+C2c3dVy2E9hGLN 33pn46VaJ7MyL+oWpnIXsl9S4hK9WmMctyoUvU2PRWRD7x2HuPANSMm/vhZEWS4ejygw YD9YCJayx3tjfcw/k5WjWwhnEskmbCDO3M9lrC+CX+irKqcwjMg1wIt7QidYh8cS6sKe RYIuI5/h8V71s6GfNB8kfKqGlAOTfYZjGYrOxiN4+ANp1BOGPp5fLh1Vlqlo8pprwipg ZxJA== X-Gm-Message-State: AD7BkJJ1Z1p01U8/0CDRG7QqccyLChTgKVVsJgPeKkkt6jshE4A1yLua8ZOWHamoLZn2sGyNM95nm2kKcy8kFg== MIME-Version: 1.0 X-Received: by 10.107.157.205 with SMTP id g196mr657060ioe.154.1457549547421; Wed, 09 Mar 2016 10:52:27 -0800 (PST) Received: by 10.64.118.226 with HTTP; Wed, 9 Mar 2016 10:52:27 -0800 (PST) In-Reply-To: <1457540381-20274-36-git-send-email-olivier.matz@6wind.com> References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> <1457540381-20274-36-git-send-email-olivier.matz@6wind.com> Date: Wed, 9 Mar 2016 10:52:27 -0800 Message-ID: From: Stephen Hemminger To: Olivier Matz Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [RFC 35/35] mempool: update copyright 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, 09 Mar 2016 18:52:28 -0000 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 > >