hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/9p/protocol.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * net/9p/protocol.c
34 *
....@@ -7,22 +8,6 @@
78 *
89 * Base on code from Anthony Liguori <aliguori@us.ibm.com>
910 * Copyright (C) 2008 by IBM, Corp.
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License version 2
13
- * as published by the Free Software Foundation.
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- * GNU General Public License for more details.
19
- *
20
- * You should have received a copy of the GNU General Public License
21
- * along with this program; if not, write to:
22
- * Free Software Foundation
23
- * 51 Franklin Street, Fifth Floor
24
- * Boston, MA 02111-1301 USA
25
- *
2611 */
2712
2813 #include <linux/module.h>