hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/ethernet/dlink/dl2k.h
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /* D-Link DL2000-based Gigabit Ethernet Adapter Linux driver */
23 /*
34 Copyright (c) 2001, 2002 by D-Link Corporation
45 Written by Edward Peng.<edward_peng@dlink.com.tw>
56 Created 03-May-2001, base on Linux' sundance.c.
67
7
- This program is free software; you can redistribute it and/or modify
8
- it under the terms of the GNU General Public License as published by
9
- the Free Software Foundation; either version 2 of the License, or
10
- (at your option) any later version.
118 */
129
1310 #ifndef __DL2K_H__