From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261192AbVFULsK (ORCPT ); Tue, 21 Jun 2005 07:48:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261159AbVFUL0a (ORCPT ); Tue, 21 Jun 2005 07:26:30 -0400 Received: from mx1.redhat.com ([66.187.233.31]:21944 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S261194AbVFULNC (ORCPT ); Tue, 21 Jun 2005 07:13:02 -0400 Date: Tue, 21 Jun 2005 07:13:01 -0400 From: Dave Jones To: "Richard B. Johnson" Cc: Linux kernel Subject: Re: Linux-2.6.12 Message-ID: <20050621111301.GA592@redhat.com> Mail-Followup-To: Dave Jones , "Richard B. Johnson" , Linux kernel References: <20050621003203.GB28908@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 21, 2005 at 06:32:32AM -0400, Richard B. Johnson wrote: > Bullshit. The source is available to anybody who wants it. Great. Then please explain why you pull off this kind of crap.. (DataLink/license.c) // // This program may be distributed under the GNU Public License // version 2, as published by the Free Software Foundation, Inc., // 59 Temple Place, Suite 330 Boston, MA, 02111. // // #ifndef __KERNEL__ #define __KERNEL__ #endif #ifndef MODULE #define MODULE #endif #include #if defined(MODULE_LICENSE) MODULE_LICENSE("GPL\0 They won't allow GPL/BSD anymore!"); #endif > It's worthless without fiber-optic data-link boards that it > supports. That's not the point. I've not had the hardware for 99% of the drivers I've hacked on over the last 10 years. btw, I realise you're trying to make a point, but you don't need to send any further 900K tarballs to the list. An URL would suffice. Dave