From mboxrd@z Thu Jan 1 00:00:00 1970 From: Panu Matilainen Subject: Re: [RFC 35/35] mempool: update copyright Date: Thu, 10 Mar 2016 16:57:14 +0200 Message-ID: <56E18B4A.8010402@redhat.com> 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; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Stephen Hemminger , Olivier Matz 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) In-Reply-To: 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" 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 -