.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /****************************************************************************** |
---|
2 | 3 | * |
---|
3 | 4 | * (C)Copyright 1998,1999 SysKonnect, |
---|
4 | 5 | * a business unit of Schneider & Koch & Co. Datensysteme GmbH. |
---|
5 | 6 | * |
---|
6 | 7 | * See the file "skfddi.c" for further information. |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License as published by |
---|
10 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
11 | | - * (at your option) any later version. |
---|
12 | 8 | * |
---|
13 | 9 | * The information in this file is provided "AS IS" without warranty. |
---|
14 | 10 | * |
---|
.. | .. |
---|
24 | 20 | #include "h/supern_2.h" |
---|
25 | 21 | #include <linux/bitrev.h> |
---|
26 | 22 | #include <linux/etherdevice.h> |
---|
27 | | - |
---|
28 | | -#ifndef lint |
---|
29 | | -static const char ID_sccs[] = "@(#)fplustm.c 1.32 99/02/23 (C) SK " ; |
---|
30 | | -#endif |
---|
31 | 23 | |
---|
32 | 24 | #ifndef UNUSED |
---|
33 | 25 | #ifdef lint |
---|