Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/net/tulip: update first comment in tulip files

Three basic changes to the comments at the top of each file:
1) remove stale "Maintained by" line...I prefer people look in MAINTAINERS.
2) Drop reference to stale sf.net/tulip website (I didn't see anything
of value there)
3) Point people at bugzilla.kernel.org to submit bugs...will always
get tracked regardless of who the maintainer is.

Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Acked-by-stale-maintainer: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

Grant Grundler and committed by
Jeff Garzik
78a65518 2bdf06c0

+20 -30
+2 -4
drivers/net/tulip/21142.c
··· 1 1 /* 2 2 drivers/net/tulip/21142.c 3 3 4 - Maintained by Valerie Henson <val_henson@linux.intel.com> 5 4 Copyright 2000,2001 The Linux Kernel Team 6 5 Written/copyright 1994-2001 by Donald Becker. 7 6 ··· 8 9 of the GNU General Public License, incorporated herein by reference. 9 10 10 11 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 11 - for more information on this driver, or visit the project 12 - Web page at http://sourceforge.net/projects/tulip/ 13 - 12 + for more information on this driver. 13 + Please submit bugs to http://bugzilla.kernel.org/ . 14 14 */ 15 15 16 16 #include <linux/delay.h>
+2 -4
drivers/net/tulip/eeprom.c
··· 1 1 /* 2 2 drivers/net/tulip/eeprom.c 3 3 4 - Maintained by Valerie Henson <val_henson@linux.intel.com> 5 4 Copyright 2000,2001 The Linux Kernel Team 6 5 Written/copyright 1994-2001 by Donald Becker. 7 6 ··· 8 9 of the GNU General Public License, incorporated herein by reference. 9 10 10 11 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 11 - for more information on this driver, or visit the project 12 - Web page at http://sourceforge.net/projects/tulip/ 13 - 12 + for more information on this driver. 13 + Please submit bug reports to http://bugzilla.kernel.org/. 14 14 */ 15 15 16 16 #include <linux/pci.h>
+2 -3
drivers/net/tulip/interrupt.c
··· 1 1 /* 2 2 drivers/net/tulip/interrupt.c 3 3 4 - Maintained by Valerie Henson <val_henson@linux.intel.com> 5 4 Copyright 2000,2001 The Linux Kernel Team 6 5 Written/copyright 1994-2001 by Donald Becker. 7 6 ··· 8 9 of the GNU General Public License, incorporated herein by reference. 9 10 10 11 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 11 - for more information on this driver, or visit the project 12 - Web page at http://sourceforge.net/projects/tulip/ 12 + for more information on this driver. 13 + Please submit bugs to http://bugzilla.kernel.org/ . 13 14 14 15 */ 15 16
+2 -3
drivers/net/tulip/media.c
··· 1 1 /* 2 2 drivers/net/tulip/media.c 3 3 4 - Maintained by Valerie Henson <val_henson@linux.intel.com> 5 4 Copyright 2000,2001 The Linux Kernel Team 6 5 Written/copyright 1994-2001 by Donald Becker. 7 6 ··· 8 9 of the GNU General Public License, incorporated herein by reference. 9 10 10 11 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 11 - for more information on this driver, or visit the project 12 - Web page at http://sourceforge.net/projects/tulip/ 12 + for more information on this driver. 13 13 14 + Please submit bugs to http://bugzilla.kernel.org/ . 14 15 */ 15 16 16 17 #include <linux/kernel.h>
+2 -3
drivers/net/tulip/pnic.c
··· 1 1 /* 2 2 drivers/net/tulip/pnic.c 3 3 4 - Maintained by Valerie Henson <val_henson@linux.intel.com> 5 4 Copyright 2000,2001 The Linux Kernel Team 6 5 Written/copyright 1994-2001 by Donald Becker. 7 6 ··· 8 9 of the GNU General Public License, incorporated herein by reference. 9 10 10 11 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 11 - for more information on this driver, or visit the project 12 - Web page at http://sourceforge.net/projects/tulip/ 12 + for more information on this driver. 13 13 14 + Please submit bugs to http://bugzilla.kernel.org/ . 14 15 */ 15 16 16 17 #include <linux/kernel.h>
+2 -3
drivers/net/tulip/pnic2.c
··· 1 1 /* 2 2 drivers/net/tulip/pnic2.c 3 3 4 - Maintained by Valerie Henson <val_henson@linux.intel.com> 5 4 Copyright 2000,2001 The Linux Kernel Team 6 5 Written/copyright 1994-2001 by Donald Becker. 7 6 Modified to hep support PNIC_II by Kevin B. Hendricks ··· 9 10 of the GNU General Public License, incorporated herein by reference. 10 11 11 12 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 12 - for more information on this driver, or visit the project 13 - Web page at http://sourceforge.net/projects/tulip/ 13 + for more information on this driver. 14 14 15 + Please submit bugs to http://bugzilla.kernel.org/ . 15 16 */ 16 17 17 18
+3 -3
drivers/net/tulip/timer.c
··· 1 1 /* 2 2 drivers/net/tulip/timer.c 3 3 4 - Maintained by Valerie Henson <val_henson@linux.intel.com> 5 4 Copyright 2000,2001 The Linux Kernel Team 6 5 Written/copyright 1994-2001 by Donald Becker. 7 6 ··· 8 9 of the GNU General Public License, incorporated herein by reference. 9 10 10 11 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 11 - for more information on this driver, or visit the project 12 - Web page at http://sourceforge.net/projects/tulip/ 12 + for more information on this driver. 13 13 14 + Please submit bugs to http://bugzilla.kernel.org/ . 14 15 */ 16 + 15 17 16 18 #include "tulip.h" 17 19
+2 -2
drivers/net/tulip/tulip.h
··· 8 8 of the GNU General Public License, incorporated herein by reference. 9 9 10 10 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 11 - for more information on this driver, or visit the project 12 - Web page at http://sourceforge.net/projects/tulip/ 11 + for more information on this driver. 13 12 13 + Please submit bugs to http://bugzilla.kernel.org/ . 14 14 */ 15 15 16 16 #ifndef __NET_TULIP_H__
+3 -5
drivers/net/tulip/tulip_core.c
··· 1 - /* tulip_core.c: A DEC 21x4x-family ethernet driver for Linux. */ 1 + /* tulip_core.c: A DEC 21x4x-family ethernet driver for Linux. 2 2 3 - /* 4 - Maintained by Valerie Henson <val_henson@linux.intel.com> 5 3 Copyright 2000,2001 The Linux Kernel Team 6 4 Written/copyright 1994-2001 by Donald Becker. 7 5 ··· 7 9 of the GNU General Public License, incorporated herein by reference. 8 10 9 11 Please refer to Documentation/DocBook/tulip-user.{pdf,ps,html} 10 - for more information on this driver, or visit the project 11 - Web page at http://sourceforge.net/projects/tulip/ 12 + for more information on this driver. 12 13 14 + Please submit bugs to http://bugzilla.kernel.org/ . 13 15 */ 14 16 15 17