hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/hv/hv_utils_transport.c
....@@ -1,18 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Kernel/userspace transport abstraction for Hyper-V util driver.
34 *
45 * Copyright (C) 2015, Vitaly Kuznetsov <vkuznets@redhat.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License version 2 as published
8
- * by the Free Software Foundation.
9
- *
10
- * This program is distributed in the hope that it will be useful, but
11
- * WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
13
- * NON INFRINGEMENT. See the GNU General Public License for more
14
- * details.
15
- *
166 */
177
188 #include <linux/slab.h>