Skip to content

Commit 9d3cdd4

Browse files
Jonathan Corbetdavem330
authored andcommitted
net: meth: remove spurious copyright text
Evidently, at some point in the pre-githistorious past, drivers/net/ethernet/sgi/meth.h somehow contained some code from the "snull" driver from the Linux Device Drivers book. A comment crediting that source, asserting copyright ownership by the LDD authors, and imposing the LDD2 license terms was duly added to the file. Any code that may have been derived from snull is long gone, and the distribution terms are not GPL-compatible. Since the copyright claim is not based in fact (if it ever was), simply remove it and the distribution terms as well. Reported-by: Jan Kiszka <[email protected]> Acked-by: Alessandro Rubini <[email protected]> CC: Ralf Baechle <[email protected]> CC: Kate Stewart <[email protected]> CC: "Fendt, Oliver" <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 796a8fa commit 9d3cdd4

File tree

1 file changed

+0
-16
lines changed
  • drivers/net/ethernet/sgi

1 file changed

+0
-16
lines changed

drivers/net/ethernet/sgi/meth.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
2-
/*
3-
* snull.h -- definitions for the network module
4-
*
5-
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
6-
* Copyright (C) 2001 O'Reilly & Associates
7-
*
8-
* The source code in this file can be freely used, adapted,
9-
* and redistributed in source or binary form, so long as an
10-
* acknowledgment appears in derived source files. The citation
11-
* should list that the code comes from the book "Linux Device
12-
* Drivers" by Alessandro Rubini and Jonathan Corbet, published
13-
* by O'Reilly & Associates. No warranty is attached;
14-
* we cannot take responsibility for errors or fitness for use.
15-
*/
16-
171
/* version dependencies have been confined to a separate file */
182

193
/* Tunable parameters */

0 commit comments

Comments
 (0)