Re: Linux-2.6.12

From: Dave Jones
Date: Tue Jun 21 2005 - 06:58:47 EST


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 <linux/module.h>
#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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/