| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * NetCP driver local header |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * Santosh Shilimkar <santosh.shilimkar@ti.com> |
|---|
| 9 | 10 | * Wingman Kwok <w-kwok2@ti.com> |
|---|
| 10 | 11 | * Murali Karicheri <m-karicheri2@ti.com> |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or |
|---|
| 13 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 14 | | - * published by the Free Software Foundation version 2. |
|---|
| 15 | | - * |
|---|
| 16 | | - * This program is distributed "as is" WITHOUT ANY WARRANTY of any |
|---|
| 17 | | - * kind, whether express or implied; without even the implied warranty |
|---|
| 18 | | - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 19 | | - * GNU General Public License for more details. |
|---|
| 20 | 12 | */ |
|---|
| 21 | 13 | #ifndef __NETCP_H__ |
|---|
| 22 | 14 | #define __NETCP_H__ |
|---|