aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ethernet/via/via-velocity.c12
-rw-r--r--drivers/net/ethernet/via/via-velocity.h11
2 files changed, 2 insertions, 21 deletions
diff --git a/drivers/net/ethernet/via/via-velocity.c b/drivers/net/ethernet/via/via-velocity.c
index 27f6cf140845..346e44115c4e 100644
--- a/drivers/net/ethernet/via/via-velocity.c
+++ b/drivers/net/ethernet/via/via-velocity.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * This code is derived from the VIA reference driver (copyright message 3 * This code is derived from the VIA reference driver (copyright message
3 * below) provided to Red Hat by VIA Networking Technologies, Inc. for 4 * below) provided to Red Hat by VIA Networking Technologies, Inc. for
@@ -24,22 +25,11 @@
24 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. 25 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
25 * All rights reserved. 26 * All rights reserved.
26 * 27 *
27 * This software may be redistributed and/or modified under
28 * the terms of the GNU General Public License as published by the Free
29 * Software Foundation; either version 2 of the License, or
30 * any later version.
31 *
32 * This program is distributed in the hope that it will be useful, but
33 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
34 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
35 * for more details.
36 *
37 * Author: Chuang Liang-Shing, AJ Jiang 28 * Author: Chuang Liang-Shing, AJ Jiang
38 * 29 *
39 * Date: Jan 24, 2003 30 * Date: Jan 24, 2003
40 * 31 *
41 * MODULE_LICENSE("GPL"); 32 * MODULE_LICENSE("GPL");
42 *
43 */ 33 */
44 34
45#include <linux/module.h> 35#include <linux/module.h>
diff --git a/drivers/net/ethernet/via/via-velocity.h b/drivers/net/ethernet/via/via-velocity.h
index 9453bfa9324a..c0ecc6c7b5e0 100644
--- a/drivers/net/ethernet/via/via-velocity.h
+++ b/drivers/net/ethernet/via/via-velocity.h
@@ -1,17 +1,8 @@
1/* SPDX-License-Identifier: GPL-2.0-or-later */
1/* 2/*
2 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. 3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
3 * All rights reserved. 4 * All rights reserved.
4 * 5 *
5 * This software may be redistributed and/or modified under
6 * the terms of the GNU General Public License as published by the Free
7 * Software Foundation; either version 2 of the License, or
8 * any later version.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 * for more details.
14 *
15 * File: via-velocity.h 6 * File: via-velocity.h
16 * 7 *
17 * Purpose: Header file to define driver's private structures. 8 * Purpose: Header file to define driver's private structures.