From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id E8E552E81 for ; Thu, 10 Mar 2016 15:57:16 +0100 (CET) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 6E8777F089; Thu, 10 Mar 2016 14:57:16 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org (vpn1-4-209.ams2.redhat.com [10.36.4.209]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u2AEvFKi026840; Thu, 10 Mar 2016 09:57:15 -0500 To: Stephen Hemminger , Olivier Matz References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> <1457540381-20274-36-git-send-email-olivier.matz@6wind.com> From: Panu Matilainen Message-ID: <56E18B4A.8010402@redhat.com> Date: Thu, 10 Mar 2016 16:57:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 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: Thu, 10 Mar 2016 14:57:17 -0000 On 03/09/2016 08:52 PM, Stephen Hemminger wrote: > 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. That, and they also add rather useless noise to patches and commit history just because people feel compelled to update the copyright years. Many projects have a separate credits file where contributors get noted, but I guess those tend to be under copyleft licenses, the BSD license expects somebody to claim copyright. Anyway, I'd much rather see one toplevel license where all such updates go. It'd make life easier for packagers whose distros require including a license file in packages, and it'd also help fix the first impression of dpdk being under [L]GPL (which easily happens if you just glimpse at the toplevel source directory) This is of course getting a bit side-tracked for this patch... - Panu -