devices/8139too.c
branchstable-1.0
changeset 1618 5cff10efb927
parent 195 674071846ee3
child 1619 0d4119024f55
--- a/devices/8139too.c	Thu Apr 20 14:38:41 2006 +0000
+++ b/devices/8139too.c	Mon Apr 24 10:47:03 2006 +0000
@@ -1,26 +1,36 @@
 /******************************************************************************
  *
- *  8 1 3 9 t o o . c
+ *  $Id$
  *
- *  EtherCAT driver for RTL8139-compatible NICs.
+ *  Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
  *
- *  Authors: Florian Pose <fp@igh-essen.com>
- *           Wilhelm Hagemeister <hm@igh-essen.com>
+ *  This file is part of the IgH EtherCAT Master.
  *
- *  $Date$
- *  $Author$
+ *  The IgH EtherCAT Master is free software; you can redistribute it
+ *  and/or modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; version 2 of the License.
  *
- *  (C) Copyright IgH 2006
- *  Ingenieurgemeinschaft IgH
- *  Heinz-Bäcker Str. 34
- *  D-45356 Essen
- *  Tel.: +49 201/61 99 31
- *  Fax.: +49 201/61 98 36
- *  E-mail: sp@igh-essen.com
+ *  The IgH EtherCAT Master 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 the IgH EtherCAT Master; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ *****************************************************************************/
+
+/**
+   \file
+   EtherCAT driver for RTL8139-compatible NICs.
+*/
+
+/*****************************************************************************/
 
 /*
+  Former documentation:
+
 	8139too.c: A RealTek RTL-8139 Fast Ethernet driver for Linux.
 
 	Maintained by Jeff Garzik <jgarzik@pobox.com>