netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6-bk 1/1] tg3: add license
@ 2004-11-09 10:59 Xose Vazquez Perez
  2004-11-09 20:47 ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Xose Vazquez Perez @ 2004-11-09 10:59 UTC (permalink / raw)
  To: netdev, linux-kernel, David S. Miller, Jeff Garzik

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]

hi,

there is no license, yes it's GPL but...

-thanks-

[-- Attachment #2: tg3_license.diff --]
[-- Type: text/plain, Size: 2185 bytes --]

diff -Nuar o/drivers/net/tg3.c n/drivers/net/tg3.c
--- o/drivers/net/tg3.c	2004-11-09 11:49:06.000000000 +0100
+++ n/drivers/net/tg3.c	2004-11-09 11:43:23.000000000 +0100
@@ -9,6 +9,26 @@
  * 	Copyright (C) 2000-2003 Broadcom Corporation.
  */
 
+/*
+ * This file is part of Linux.
+ *
+ * Linux is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2
+ * as published by the Free Software Foundation.
+ *
+ * Linux is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Linux; if not, write to:
+ *
+ *   Free Software Foundation Inc.
+ *   59 Temple Place, Suite 330
+ *   Boston MA  02111-1307  USA
+ */
+
 #include <linux/config.h>
 
 #include <linux/module.h>
diff -Nuar o/drivers/net/tg3.h n/drivers/net/tg3.h
--- o/drivers/net/tg3.h	2004-11-09 11:49:06.000000000 +0100
+++ n/drivers/net/tg3.h	2004-11-09 11:46:41.000000000 +0100
@@ -1,4 +1,4 @@
-/* $Id: tg3.h,v 1.37.2.32 2002/03/11 12:18:18 davem Exp $
+/*
  * tg3.h: Definitions for Broadcom Tigon3 ethernet driver.
  *
  * Copyright (C) 2001, 2002, 2003, 2004 David S. Miller (davem@redhat.com)
@@ -6,6 +6,26 @@
  * Copyright (C) 2004 Sun Microsystems Inc.
  */
 
+/*
+ * This file is part of Linux.
+ *
+ * Linux is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2
+ * as published by the Free Software Foundation.
+ *
+ * Linux is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Linux; if not, write to:
+ *
+ *   Free Software Foundation Inc.
+ *   59 Temple Place, Suite 330
+ *   Boston MA  02111-1307  USA
+ */
+
 #ifndef _T3_H
 #define _T3_H
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2.6-bk 1/1] tg3: add license
  2004-11-09 10:59 [PATCH 2.6-bk 1/1] tg3: add license Xose Vazquez Perez
@ 2004-11-09 20:47 ` David S. Miller
  2004-11-09 22:45   ` Xose Vazquez Perez
  0 siblings, 1 reply; 3+ messages in thread
From: David S. Miller @ 2004-11-09 20:47 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: netdev, linux-kernel, jgarzik

On Tue, 09 Nov 2004 11:59:58 +0100
Xose Vazquez Perez <xose@wanadoo.es> wrote:

> there is no license, yes it's GPL but...

Why add this, it's basically implied?
We have a copy of the file "COPYING" at the top
of the source tree, which is why we don't duplicate
it's contents nor excerpts all over the tree.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2.6-bk 1/1] tg3: add license
  2004-11-09 20:47 ` David S. Miller
@ 2004-11-09 22:45   ` Xose Vazquez Perez
  0 siblings, 0 replies; 3+ messages in thread
From: Xose Vazquez Perez @ 2004-11-09 22:45 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, linux-kernel, jgarzik

David S. Miller wrote:

> Why add this, it's basically implied?

Maybe it should be answered by a lawyer,
but it's better to protect our freedom because
law is very 'variable'.

> We have a copy of the file "COPYING" at the top
> of the source tree, which is why we don't duplicate
> it's contents nor excerpts all over the tree.

This is not a duplicate, it's only an advertisement.

Long time ago Torvalds wrote at COPYING:
"[...]
Also note that the only valid version of the GPL as far as the kernel
is concerned is _this_ particular version of the license (ie v2, not
v2.2 or v3.x or whatever), unless explicitly otherwise stated.
[...]"

what does MODULE_LICENSE("GPL") mean at tg3.c ?

GPL 1.0 ?

GPL 2 ?

any GPL ?

only 'GPL' ?


Is possible to write BSD or BSD/GPL or GPLv2 or GPL drivers/code
*inside* Linux kernel ?

--
TLOZ OOT: worse than drugs.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-09 22:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-09 10:59 [PATCH 2.6-bk 1/1] tg3: add license Xose Vazquez Perez
2004-11-09 20:47 ` David S. Miller
2004-11-09 22:45   ` Xose Vazquez Perez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).