hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/include/net/nfc/nci_core.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * The NFC Controller Interface is the communication protocol between an
34 * NFC Controller (NFCC) and a Device Host (DH).
....@@ -11,19 +12,6 @@
1112 * Acknowledgements:
1213 * This file is based on hci_core.h, which was written
1314 * by Maxim Krasnyansky.
14
- *
15
- * This program is free software; you can redistribute it and/or modify
16
- * it under the terms of the GNU General Public License version 2
17
- * as published by the Free Software Foundation
18
- *
19
- * This program is distributed in the hope that it will be useful,
20
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- * GNU General Public License for more details.
23
- *
24
- * You should have received a copy of the GNU General Public License
25
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
26
- *
2715 */
2816
2917 #ifndef __NCI_CORE_H