diff options
Diffstat (limited to 'drivers/parport/parport_ip32.c')
-rw-r--r-- | drivers/parport/parport_ip32.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/parport/parport_ip32.c b/drivers/parport/parport_ip32.c index b7a892791c3e..ab215b650f41 100644 --- a/drivers/parport/parport_ip32.c +++ b/drivers/parport/parport_ip32.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Low-level parallel port routines for built-in port on SGI IP32 | 2 | /* Low-level parallel port routines for built-in port on SGI IP32 |
2 | * | 3 | * |
3 | * Author: Arnaud Giersch <arnaud.giersch@free.fr> | 4 | * Author: Arnaud Giersch <arnaud.giersch@free.fr> |
@@ -9,20 +10,6 @@ | |||
9 | * Thanks to Ilya A. Volynets-Evenbakh for his help. | 10 | * Thanks to Ilya A. Volynets-Evenbakh for his help. |
10 | * | 11 | * |
11 | * Copyright (C) 2005, 2006 Arnaud Giersch. | 12 | * Copyright (C) 2005, 2006 Arnaud Giersch. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License as published by the Free | ||
15 | * Software Foundation; either version 2 of the License, or (at your option) | ||
16 | * any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
19 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
20 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
21 | * more details. | ||
22 | * | ||
23 | * You should have received a copy of the GNU General Public License along | ||
24 | * with this program; if not, write to the Free Software Foundation, Inc., 59 | ||
25 | * Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
26 | */ | 13 | */ |
27 | 14 | ||
28 | /* Current status: | 15 | /* Current status: |