| .. | .. | 
|---|
|  | 1 | +// SPDX-License-Identifier: GPL-2.0-or-later | 
|---|
| 1 | 2 | /* | 
|---|
| 2 | 3 | *  atakbd.c | 
|---|
| 3 | 4 | * | 
|---|
| .. | .. | 
|---|
| 21 | 22 | */ | 
|---|
| 22 | 23 |  | 
|---|
| 23 | 24 | /* | 
|---|
| 24 |  | - * This program is free software; you can redistribute it and/or modify | 
|---|
| 25 |  | - * it under the terms of the GNU General Public License as published by | 
|---|
| 26 |  | - * the Free Software Foundation; either version 2 of the License, or | 
|---|
| 27 |  | - * (at your option) any later version. | 
|---|
| 28 |  | - * | 
|---|
| 29 |  | - * This program is distributed in the hope that it will be useful, | 
|---|
| 30 |  | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
| 31 |  | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|---|
| 32 |  | - * GNU General Public License for more details. | 
|---|
| 33 |  | - * | 
|---|
| 34 |  | - * You should have received a copy of the GNU General Public License | 
|---|
| 35 |  | - * along with this program; if not, write to the Free Software | 
|---|
| 36 |  | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 
|---|
| 37 | 25 | */ | 
|---|
| 38 | 26 |  | 
|---|
| 39 | 27 | #include <linux/module.h> | 
|---|