hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/gpio/gpio-bt8xx.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23
34 bt8xx GPIO abuser
....@@ -28,19 +29,6 @@
2829 Copyright (C) 2005, 2006 Michael H. Schimek
2930 Sponsored by OPQ Systems AB
3031
31
- This program is free software; you can redistribute it and/or modify
32
- it under the terms of the GNU General Public License as published by
33
- the Free Software Foundation; either version 2 of the License, or
34
- (at your option) any later version.
35
-
36
- This program is distributed in the hope that it will be useful,
37
- but WITHOUT ANY WARRANTY; without even the implied warranty of
38
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39
- GNU General Public License for more details.
40
-
41
- You should have received a copy of the GNU General Public License
42
- along with this program; if not, write to the Free Software
43
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
4432 */
4533
4634 #include <linux/module.h>