| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2001 Arndt Schoenewald |
|---|
| 3 | 4 | * Copyright (c) 2000-2001 Vojtech Pavlik |
|---|
| .. | .. |
|---|
| 32 | 33 | */ |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | /* |
|---|
| 35 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 36 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 37 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 38 | | - * (at your option) any later version. |
|---|
| 39 | | - * |
|---|
| 40 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 41 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 42 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 43 | | - * GNU General Public License for more details. |
|---|
| 44 | | - * |
|---|
| 45 | | - * You should have received a copy of the GNU General Public License |
|---|
| 46 | | - * along with this program; if not, write to the Free Software |
|---|
| 47 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 48 | 36 | */ |
|---|
| 49 | 37 | |
|---|
| 50 | 38 | #include <linux/kernel.h> |
|---|