| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/net/ethernet/ibm/emac/emac.h |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 15 | 16 | * Matt Porter <mporter@kernel.crashing.org> |
|---|
| 16 | 17 | * Armin Kuster <akuster@mvista.com> |
|---|
| 17 | 18 | * Copyright 2002-2004 MontaVista Software Inc. |
|---|
| 18 | | - * |
|---|
| 19 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 20 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 21 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 22 | | - * option) any later version. |
|---|
| 23 | | - * |
|---|
| 24 | 19 | */ |
|---|
| 25 | 20 | #ifndef __IBM_NEWEMAC_H |
|---|
| 26 | 21 | #define __IBM_NEWEMAC_H |
|---|