From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754429AbZKHP1p (ORCPT ); Sun, 8 Nov 2009 10:27:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754313AbZKHP1o (ORCPT ); Sun, 8 Nov 2009 10:27:44 -0500 Received: from mail-ew0-f207.google.com ([209.85.219.207]:39497 "EHLO mail-ew0-f207.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753206AbZKHP1n (ORCPT ); Sun, 8 Nov 2009 10:27:43 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:message-id:content-type:content-transfer-encoding; b=STkQyeRJV7TGNa2aY3yrCoV34LL3L+Ith2mQhCGw5qVRTCD2N6Zti6yTqZOy40TDnN X+YtwUoQ8fA9mvzFeNg8U3BI4Wam8nBoBLnWjJSlDKKuacTkiz3PPJc3QXLK7243JeBY RwGS3pLMGxG++A1IQj2uAIJZwVVW80C8W2CMk= From: Bartlomiej Zolnierkiewicz To: Ivo van Doorn Subject: Re: [PATCH v2] rt2x00: Update copyright statements. Date: Sun, 8 Nov 2009 16:26:28 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.31.5-96.fc12.x86_64; KDE/4.3.2; x86_64; ; ) Cc: Gertjan van Wingerde , users@host1.serialmonkey.com, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org References: <1257692976-2036-1-git-send-email-gwingerde@gmail.com> <200911081622.07678.IvDoorn@gmail.com> In-Reply-To: <200911081622.07678.IvDoorn@gmail.com> MIME-Version: 1.0 Message-Id: <200911081626.28320.bzolnier@gmail.com> Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 08 November 2009 16:22:07 Ivo van Doorn wrote: > On Sunday 08 November 2009, Gertjan van Wingerde wrote: > > As mentioned on the linux-wireless mailing list, the current copyright statements in the rt2x00 are > > meaningless, as the rt2x00 project is not even a formal legal entity. Therefore it is better to replace > > the existing copyright statements with copyright statements for the people that actually wrote the code. > > > > Note: Updated to the best of my knowledge with respect to who contributed considerable amounts of code. > > > > Signed-off-by: Gertjan van Wingerde > > CC: Ivo van Doorn > > CC: Bartlomiej Zolnierkiewicz > > Acked-by: Ivo van Doorn NAK, stop trying to reverse the history. Just replace rt2x00 claims with personal ones without moving "based on" around. > > diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c > > index 5c7d74a..aed72a9 100644 > > --- a/drivers/net/wireless/rt2x00/rt2800lib.c > > +++ b/drivers/net/wireless/rt2x00/rt2800lib.c > > @@ -1,10 +1,15 @@ > > /* > > - Copyright (C) 2009 Bartlomiej Zolnierkiewicz > > - > > - Based on the original rt2800pci.c and rt2800usb.c: > > - > > - Copyright (C) 2004 - 2009 rt2x00 SourceForge Project > > - > > + Copyright (C) 2009 Bartlomiej Zolnierkiewicz > > + Copyright (C) 2009 Ivo van Doorn > > + Copyright (C) 2009 Alban Browaeys > > + Copyright (C) 2009 Felix Fietkau > > + Copyright (C) 2009 Luis Correia > > + Copyright (C) 2009 Mattias Nissler > > + Copyright (C) 2009 Mark Asselstine > > + Copyright (C) 2009 Xose Vazquez Perez > > + > > + > > + Based on the original rt2800pci.c and rt2800usb.c. > > > > This program is free software; you can redistribute it and/or modify > > it under the terms of the GNU General Public License as published by